Skip to content

Commit

Permalink
Updated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
njfox committed Nov 19, 2015
1 parent 13cea89 commit 05ba9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jbossexploit/Cli.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static org.apache.commons.cli.CommandLine parseArguments(String[] args) {
if (cmd.hasOption("help") || args.length == 0) {
HelpFormatter formatter = new HelpFormatter();
formatter.printHelp("java -jar JBossExploit.jar -lhost <host> -lport <port> -rhost <host> -rport <port> -srvport <port>"
+ " -uripath <uri>", options);
+ " -uripath <uri> -payload <name>", options);
System.exit(0);
}

Expand Down

0 comments on commit 05ba9f3

Please sign in to comment.