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
Correctly assign the -d short flag to --debug and the -D short flag to --dry-run for the ronin-exploits run command.
Multiple bug fixes to the ronin-exploits new command:
Create the parent directory of the new exploit file, if it already doesn't exist, when running ronin-exploits new path/to/new_exploit.rb.
Fixed a bug where ronin-exploits new -t open_redirect was not being accepted as a valid exploit type.
Fixed a bug in ronin-explotis new where -t xss and -t ssti were not adding placeholder base_path and query_param metadata attributes to the newly generated exploit file.
Fixed a typo in the example escape_expr metadata attribute added by ronin-exploits new -t ssti.
Fixed a spelling mistake in the new exploit template used by the ronin-exploits new command.