Skip to content

Commit

Permalink
Change default ysoserial path
Browse files Browse the repository at this point in the history
Changed the default ysoserial path to /opt/ysoserial.jar
  • Loading branch information
qtc-de committed Sep 19, 2022
1 parent 32af08a commit f8ccdb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

* Updated snakeyaml dependency to `v1.32`
* Changed the default *ysoserial* path to `/opt/ysoserial.jar`
* Typofix `enmeration` -> `enumeration`


Expand Down
2 changes: 1 addition & 1 deletion src/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ argument_pos = -1
no_canary = false
no_progress = false
threads = 5
yso = /opt/ysoserial/target/ysoserial-0.0.6-SNAPSHOT-all.jar
yso = /opt/ysoserial.jar
dgc_method = clean
reg_method = lookup

Expand Down
2 changes: 1 addition & 1 deletion tests/tricot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tester:
requires:
files:
- /opt/ysoserial/target/ysoserial-0.0.6-SNAPSHOT-all.jar
- /opt/ysoserial.jar
commands:
- bash
- beanshooter
Expand Down

0 comments on commit f8ccdb1

Please sign in to comment.