Skip to content

Commit

Permalink
add dump function
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3p1g committed Oct 14, 2023
1 parent 20759d6 commit 4ae96eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
*.ser
*Test.java
/lib/
dumped.yso
2 changes: 2 additions & 0 deletions cli/src/main/java/ysomap/cli/Console.java
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ public void help() {
"session {c|i} recover to a session or create a new session\n" +
"sessions print current running exploit sessions\n" +
"stop stop current session\n" +
"dump dump current session's parameters\n" +
"script /path/to/yso load a yso script\n" +
"kill {uuid|all} kill sessions, like 'kill uuid' or 'kill all'\n" +
"exit exit ysomap\n";
System.out.println(usage);
Expand Down

0 comments on commit 4ae96eb

Please sign in to comment.