Smap v0.1.12 releases: uses shodan.io’s free API for port scanning
Smap
Smap is a replica of Nmap which uses shodan.io’s free API for port scanning. It takes the same command-line arguments as Nmap and produces the same output which makes it a drop-in replacement for Nmap.
Features
- Scans 200 hosts per second
- Doesn’t require any account/api key
- Vulnerability detection
- Supports all nmap’s output formats
- Service and version fingerprinting
- Makes no contact to the targets
Considerations
Since Smap simply fetches existent port data from shodan.io, it is super fast but there’s more to it. You should use Smap if:
You want
- vulnerability detection
- a super-fast port scanner
- results for most common ports (top 1237)
- no connections to be made to the targets
You are okay with
- not being able to scan IPv6 addresses
- results being up to 7 days old
- a few false negatives
Changelog v0.1.12
- fixed ports filtering
- fixed a bug in cli args parser
- added support for port ranges i.e.
20-53
- fixed JSON output not working
Install & Use
Copyright (C) 2022 s0md3v