Update nms
This commit is contained in:
@@ -6,6 +6,9 @@ echo Target: "$@"
|
||||
#read x
|
||||
echo 'Running Nmap scan...'
|
||||
nmap -A -v -sV -sC -Pn --script vulners,http-sql-injection,http-unsafe-output-escaping,http-enum.nse "$@" | tee -a ."$@".log
|
||||
echo "--------------------------------------------------------------------------------"
|
||||
echo " PRESS R FOR REPORT OR Q TO EXIT "
|
||||
echo "================================================================================"
|
||||
read -r -n 1 -s key
|
||||
if [ "$key" = "R" ] || [ "$key" = "r" ]; then
|
||||
echo "================================================================================"
|
||||
|
||||
Reference in New Issue
Block a user