Update nms

This commit is contained in:
2026-08-25 00:34:25 +00:00
parent bc76d9a11a
commit 4241cfd621
+3
View File
@@ -6,6 +6,9 @@ echo Target: "$@"
#read x #read x
echo 'Running Nmap scan...' 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 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 read -r -n 1 -s key
if [ "$key" = "R" ] || [ "$key" = "r" ]; then if [ "$key" = "R" ] || [ "$key" = "r" ]; then
echo "================================================================================" echo "================================================================================"