Skip to content

Have the ronin-exploits run command automatically check if the target is exploitable, and print an error message if it's not #124

@postmodern

Description

@postmodern

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions