File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ smap -iL targets.txt
56561.1.1.1 // IPv4 address
5757example.com // hostname
5858178.23.56.0/8 // CIDR
59- 1.1.1.12-87 // Range
6059```
6160
6261### Output
@@ -69,12 +68,16 @@ If you want to print the output to terminal, use hyphen (`-`) as filename.
6968
7069** Supported formats**
7170```
72- oX // xml
73- oG // greppable format
74- oN // nmap format
75- oA // output in all 3 formats at once
71+ oX // nmap's xml format
72+ oG // nmap's greppable format
73+ oN // nmap's default format
74+ oA // output in all 3 formats above at once
75+ oP // IP:PORT pairs seperated by newlines
76+ oS // custom smap format
7677```
7778
79+ > Note: Since Nmap doesn't scan/display vulnerabilities and tags, that data is not available in nmap's formats. Use ` -oS ` to view that info.
80+
7881### Specifying ports
7982SMap scans these [ 1237 ports] ( https://api.shodan.io/shodan/ports ) by default. If you want to display results for certain ports, use the ` -p ` option.
8083
You can’t perform that action at this time.
0 commit comments