diff --git a/nms b/nms index 8c7c3d3..ef91c5e 100644 --- a/nms +++ b/nms @@ -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 "================================================================================"