Timing and Performance Flashcards
Paranoid (0) Intrusion Detection
System evasion
-T0
nmap 192.168.1.1 -T0
Sneaky (1) Intrusion Detection System
evasion
-T1
nmap 192.168.1.1 -T1
Polite (2) slows down the scan to use
less bandwidth and use less target
machine resources
-T2
nmap 192.168.1.1 -T2
Normal (3) which is default speed
-T3
nmap 192.168.1.1 -T3
Aggressive (4) speeds scans; assumes
you are on a reasonably fast and
reliable network
-T4
nmap 192.168.1.1 -T4
Insane (5) speeds scan; assumes you
are on an extraordinarily fast network
-T5
nmap 192.168.1.1 -T5
Give up on target after this long
–host-timeout
1s; 4m; 2h
–min-rtt-timeout/max-rtt-timeout/initial-rtt-timeout
1s; 4m; 2h
Specifies probe round trip time
Parallel host scan group
sizes
–min-hostgroup/max-hostgroup
50; 1024
Probe parallelization
–min-parallelism/max-parallelism
10; 1
Adjust delay between probes
–scan-delay/–max-scan-delay
20ms; 2s; 4m; 5h
Specify the maximum number
of port scan probe retransmissions
–max-retries
3
Send packets no slower than per second
–min-rate
100
Send packets no faster than per second
–max-rate
100