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
* API keys token file reading error fix
When reading an API key file, tokens are not stripped properly. Non-standard endlines causes an error with shodan/censys/etc APIs
* Added a dry-run flag.
When running without the terminal and the --dry-run flag, msfconsole will not be run.
A report will still be produced.
* Sanitized whitelist comparision with host file.
All leading and trailing whitespaces should be removed before comparing IPs
* Added an --exploit-file-to-use option.
Load exploits directly from the specified file, do not prompt for
exploit-file selection if this option is specified.
* Added --append/--overwrite to search engines.
Specifying either will skip the prompt after a search query.
--overwrite will start with a blank file but will append futher searches
ex: with -s -c --overwrite, both shodan and censys results will be appended to a clean file.
* Search all fix for append/overwrite flags.
Search results is not prompted anymore
* Modified the Exploiter output.
Added a tally at the end.
Suppressed much of the output during a dry-run.
* Bugfix, --exploit-file-to-use
Output an error message to the console if the specified exploit file does not exists.
* Added short arguments for --append/--overwrite
* Closing program if invalid file is passed to --exploit-file-to-use
0 commit comments