mirror of https://github.com/1N3/Sn1per.git
Removed verbose comment from stealth scan
This commit is contained in:
parent
b5eb941515
commit
0ef5c0d5be
|
|
@ -1,4 +1,5 @@
|
|||
## CHANGELOG:
|
||||
* v8.6 - Removed verbose comment from stealth scan
|
||||
* v8.5 - Added manual installer for Metasploit
|
||||
* v8.5 - Added Phantomjs manual installer
|
||||
* v8.5 - Added sc0pe template to check for default credentials via BruteX
|
||||
|
|
|
|||
|
|
@ -522,7 +522,6 @@ if [[ "$MODE" = "stealth" ]]; then
|
|||
echo -e "${OKGREEN}====================================================================================${RESET}•x${OKGREEN}[`date +"%Y-%m-%d](%H:%M)"`${RESET}x•"
|
||||
SSL="false"
|
||||
PORT="80"
|
||||
echo "$INSTALL_DIR/modes/sc0pe-passive-scan.sh"
|
||||
source $INSTALL_DIR/modes/sc0pe-passive-scan.sh
|
||||
SSL="true"
|
||||
PORT="443"
|
||||
|
|
|
|||
Loading…
Reference in New Issue