ENNAENNA

Smap

AGPL-3.0

๐ŸŒ Network Recon ยท Go

Smap is a passive port scanner that replicates Nmap's interface and output format while using Shodan's internet-wide scan data instead of actively probing targets. It accepts the same command-line arguments as Nmap, making it a drop-in replacement for reconnaissance scenarios where stealth is critical. Since Smap queries Shodan's existing database rather than sending packets to targets, it leaves zero network footprint on the target infrastructure. Results include open ports, service banners, and version information that Shodan has previously collected.

3.2kstars
306forks
0issues
Updated 14d ago
+I use this

Installation

$ go install github.com/s0md3v/smap@latest

Use Cases

  • Stealthy port scanning without touching the target
  • Quick reconnaissance using existing Shodan data
  • Drop-in Nmap replacement for passive workflows
  • Pre-engagement intel gathering without triggering IDS

Tags

passive-scanningshodanstealthnmap-compatibleosintnetwork-scannernetwork-securitynmapnmap-alternativeport-scannerport-scanningscannerscanning

Details

Category
๐ŸŒ Network Recon
Language
Go
Repository
s0md3v/Smap
License
AGPL-3.0
Platforms
๐Ÿงlinux๐ŸŽmacos๐ŸชŸwindows

Community Reviews

More in Network Recon