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
Allow :untested as a value for Ronin::Exploits::Exploit.quality.
Renamed the raw_user_agent param to user_agent_string in Ronin::Exploits::Mixins::HTTP.
CLI
Added the -T,--test option to ronin-exploits run which will only run the exploits Ronin::Exploits::Exploit#test test method to determine if the target is vulnerable or not.
Added the ronin-exploits completion command to install shell completion files for all ronin-exploits commands for Bash and Zsh shells.
The ronin-exploits show command can now print an example ronin-exploits run command for the given exploit.
Use hyphenated values for ronin-exploits new options.