Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
--test
flag to the ronin-exploits CLI
Currently, to test whether a target is vulnerable, users need to run something like: ronin-exploits --file=path/to/exploit.rb --dry-run --irb and then run "test" from the REPL. This feature would allow users to instead run: ronin-exploits --file=path/to/exploit.rb --test 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>
- Loading branch information