Sn1per Community Edition by @xer0dayz - https://xerosecurity.com

This commit is contained in:
WP Engine Marketing
2019-10-20 09:23:16 -07:00
parent 68ef61a322
commit cb8802ac8b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
## CHANGELOG:
* v7.4 - Fixed error in massvulnscan mode
* v7.4 - Fixed issue with webscreenshot.py not running
* v7.4 - Added reverse whois DNS search via AMass
* v7.4 - Added MassDNS IP's to master sorted IP list

View File

@@ -1,5 +1,5 @@
# MASSWEB MODE #####################################################################################################
if [ "$MODE" = "massweb" ]; then
if [ "$MODE" = "massvulnscan" ]; then
if [ -z "$FILE" ]; then
logo
echo "You need to specify a list of targets (ie. -f <targets.txt>) to scan."