mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-23 15:21:52 +08:00
cb5
This commit is contained in:
@@ -166,12 +166,6 @@ public class ysoserial {
|
||||
System.exit(0);
|
||||
}
|
||||
private static Options getOptions() {
|
||||
System.out.println("██╗ ██╗███████╗ ██████╗ \n" +
|
||||
"╚██╗ ██╔╝██╔════╝██╔═══██╗\n" +
|
||||
" ╚████╔╝ ███████╗██║ ██║\n" +
|
||||
" ╚██╔╝ ╚════██║██║ ██║\n" +
|
||||
" ██║ ███████║╚██████╔╝\n" +
|
||||
" ╚═╝ ╚══════╝ ╚═════╝ \n");
|
||||
Options options = new Options();
|
||||
options.addOption("y", "ysoserial", false, "Java deserialization");
|
||||
options.addOption("g", "gadget", true, "Java deserialization gadget");
|
||||
|
||||
Reference in New Issue
Block a user