We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e05e6 commit 2077f5eCopy full SHA for 2077f5e
Nmap-Strings
@@ -1,6 +1,8 @@
1
-Internal Full Scope Hit and Run String
+Internal Full Scope Hit and Run String using Syn Half scan
2
# 255 min host group
3
# min rate 1000 should be fine for internal
4
# Full Port Scan / --open
5
6
nmap -Pn -n -sS -p- -sV --min-hostgroup 255 --min-rtt-timeout 25ms --max-rtt-timeout 100ms --max-retries 1 --max-scan-delay 0 --min-rate 1000 -oA <customer-#> -vvv --open -iL <IPLIST>
7
+
8
+Internal Discovery Script using pure ACK scans
0 commit comments