mirror of https://github.com/1N3/Sn1per.git
Sn1per Community Edition by @xer0dayz - https://xerosecurity.com
This commit is contained in:
parent
68ef61a322
commit
cb8802ac8b
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue