You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the run_exploit method in the CLI::Commands::Run command to also call @exploit.perform_test and check if the return value is of type TestResult::NotVulnable and print an error message (using log_error) with the NotVulnerable message.
We may also want to add a --force option which would disable this behavior and run the exploit regardless.
The text was updated successfully, but these errors were encountered:
Change the
run_exploit
method in theCLI::Commands::Run
command to also call@exploit.perform_test
and check if the return value is of typeTestResult::NotVulnable
and print an error message (usinglog_error
) with theNotVulnerable
message.We may also want to add a
--force
option which would disable this behavior and run the exploit regardless.The text was updated successfully, but these errors were encountered: