-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added the `-T,--test` option to `ronin-exploits run` to allow only running `Exploit#perform_test` to determine if the target is vulnerable or not: $ ronin-exploits --file=path/to/exploit.rb --test -p host=example.com ... * Printed output looks like one of these lines, depending on the return type: [+] Vulnerable: <test result message> [-] NotVulnerable: <test result message> [~] Unknown: <test result message> [!] Unexpected: <other result type to_s> --------- Co-authored-by: Postmodern <postmodern.mod3@gmail.com>
- Loading branch information
1 parent
3e4ddb6
commit 56d6776
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters