From 4241cfd6210bc65914bac850b589da6573c4fb67 Mon Sep 17 00:00:00 2001 From: bmixed <2+bmixed@noreply.localhost> Date: Tue, 25 Aug 2026 00:34:25 +0000 Subject: [PATCH] Update nms --- nms | 3 +++ 1 file changed, 3 insertions(+) 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 "================================================================================"