Sn1per Community Edition by @xer0dayz - https://xerosecurity.com
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user