cheat_sheets_nmap
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cheat_sheets_nmap [2022/11/06 20:17] – [General Usage & Syntax] gman | cheat_sheets_nmap [2023/11/05 21:38] (current) – [Common Switches] gman | ||
---|---|---|---|
Line 33: | Line 33: | ||
| **-sT** | | **-sT** | ||
| **-sU** | | **-sU** | ||
- | | **-sV** | + | | **-sV** |
- | | **-T[0-5]** | + | | **-T[0-5]** |
| **-p-** | | **-p-** | ||
| **-p [csv]** | | **-p [csv]** | ||
| **-O** | | **-O** | ||
- | | **-A** | + | | **-A** |
| **-vv** | | **-vv** | ||
| **--reason** | | **--reason** | ||
Line 117: | Line 117: | ||
| 30 | Find exposed Netbios servers| '' | | 30 | Find exposed Netbios servers| '' | ||
- | ---- | ||
===== Script Categories ===== | ===== Script Categories ===== | ||
Line 137: | Line 136: | ||
| **version** | | **version** | ||
| **vuln** | | **vuln** | ||
- | |||
- | **Example: | ||
- | |||
- | < | ||
- | nmap -Pn -p [csv, | ||
- | </ | ||
- | |||
- | ---- | ||
===== Examples & Reference ===== | ===== Examples & Reference ===== | ||
Line 195: | Line 186: | ||
# script scan without host discovery or a port scan. | # script scan without host discovery or a port scan. | ||
# All hosts are assumed up and only host scripts are eligible to run. | # All hosts are assumed up and only host scripts are eligible to run. | ||
- | </ | ||
- | ---- | + | ## Common Go-To Example: |
+ | nmap -Pn -p [csv, | ||
+ | |||
+ | </ | ||
cheat_sheets_nmap.1667765843.txt.gz · Last modified: by gman