Skip to content

Nmap Port Scanning_ Slow_Steathly

TheGetch edited this page Jan 5, 2021 · 1 revision

Nmap Port Scanning: Slow/Steathly

Nmap Port Scanning: Slow/Steathly

For slow discovery of hosts within a range:

nmap -sT -Pn --top-ports 100 --max-rate .33  --max-parallelism 1 --max-retries 0 --max-rtt-timeout 1000ms --max-hostgroup 1 -e eth0:x -oN <output_filename.txt> <subnet>

For slow all-ports scanning

nmap -sT -Pn -p- --max-parallelism 1 --max-retries 0 --max-rtt-timeout 1000ms --max-hostgroup 1 -oN <output_filename.txt> -iL <hostlist>

_Sidebar

1. Recon

Ping Sweep

CIDR to IP

2. Enumeration

Services

05. HTTP (80,443,8080,8443,etc.)

3. Exploitation

4. Post Exploiation

5. High Value Information

Hashes

6. Reporting

7. Random Notes/Useful Tidbits

Clone this wiki locally