Skip to content

Commit 87175ab

Browse files
authored
docs for new output formats
1 parent 98b4698 commit 87175ab

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ smap -iL targets.txt
5656
1.1.1.1 // IPv4 address
5757
example.com // hostname
5858
178.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
7982
SMap 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

0 commit comments

Comments
 (0)