• Stars
    star
    2,708
  • Rank 16,222 (Top 0.4 %)
  • Language
    Go
  • License
    GNU Affero Genera...
  • Created about 2 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a drop-in replacement for Nmap powered by shodan.io


Smap logo

passive Nmap like scanner built with shodan.io

Smap demo


Smap is a port scanner built with shodan.io's free API. It takes same command line arguments as Nmap and produces the same output which makes it a drop-in replacament 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

Installation

Binaries

You can download a pre-built binary from here and use it right away.

Manual

go install -v github.com/s0md3v/smap/cmd/smap@latest

Confused or something not working? For more detailed instructions, click here

AUR pacakge

Smap is available on AUR as smap-git (builds from source) and smap-bin (pre-built binary).

Homebrew/Mac

Smap is also avaible on Homebrew.

brew update
brew install smap

Usage

Smap takes the same arguments as Nmap but options other than -p, -h, -o*, -iL are ignored. If you are unfamiliar with Nmap, here's how to use Smap.

Specifying targets

smap 127.0.0.1 127.0.0.2

You can also use a list of targets, seperated by newlines.

smap -iL targets.txt

Supported formats

1.1.1.1         // IPv4 address
example.com     // hostname
178.23.56.0/8   // CIDR

Output

Smap supports 6 output formats which can be used with the -o* as follows

smap example.com -oX output.xml

If you want to print the output to terminal, use hyphen (-) as filename.

Supported formats

oX    // nmap's xml format
oG    // nmap's greppable format
oN    // nmap's default format
oA    // output in all 3 formats above at once
oP    // IP:PORT pairs seperated by newlines
oS    // custom smap format
oJ    // json

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.

Specifying ports

Smap scans these 1237 ports by default. If you want to display results for certain ports, use the -p option.

smap -p21-30,80,443 -iL targets.txt

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

More Repositories

1

roop

one-click face swap
Python
24,347
star
2

XSStrike

Most advanced XSS scanner.
Python
12,523
star
3

Photon

Incredibly fast crawler designed for OSINT.
Python
10,404
star
4

Arjun

HTTP parameter discovery suite.
Python
4,747
star
5

AwesomeXSS

Awesome XSS stuff
JavaScript
4,605
star
6

sd-webui-roop

roop extension for StableDiffusion web-ui
Python
3,125
star
7

Striker

Striker is an offensive information and vulnerability scanner.
Python
2,163
star
8

be-a-hacker

roadmap for a self-taught hacker
1,694
star
9

ReconDog

Reconnaissance Swiss Army Knife
Python
1,685
star
10

Hash-Buster

Crack hashes in seconds.
Python
1,639
star
11

huepy

Print awesomely in terminals.
Python
1,460
star
12

Corsy

CORS Misconfiguration Scanner
Python
1,213
star
13

Silver

Mass scan IPs for vulnerable services
Python
993
star
14

uro

declutters url lists for crawling/pentesting
Python
966
star
15

Diggy

Extract endpoints from apk files.
Shell
847
star
16

Decodify

Detect and decode encoded strings, recursively.
Python
841
star
17

Blazy

Blazy is a modern login bruteforcer which also tests for CSRF, Clickjacking, Cloudflare and WAF .
Python
800
star
18

Breacher

An advanced multithreaded admin panel finder written in python.
Python
679
star
19

goop

Google Search Scraper
Python
561
star
20

ote

Generate Email, Register for anything, Get the OTP/Link
Python
561
star
21

Zen

Find emails of Github users
Python
522
star
22

Parth

Heuristic Vulnerable Parameter Scanner
Python
512
star
23

Orbit

Blockchain Transactions Investigation Tool
Python
506
star
24

JShell

JShell - Get a JavaScript shell with XSS.
Python
498
star
25

MyPapers

Repository for hosting my research papers
Python
492
star
26

Bolt

CSRF Scanner
Python
490
star
27

Cloak

Cloak can backdoor any python script with some tricks.
Python
475
star
28

nano

Nano is a family of PHP web shells which are code golfed for stealth.
PHP
427
star
29

sqlmate

A friend of SQLmap which will do what you always expected from SQLmap.
Python
406
star
30

SubGPT

Find subdomains with GPT, for free
Python
315
star
31

dump

Stuff that doesn't deserves its own repository.
Python
293
star
32

hardcodes

find hardcoded strings from source code
Python
272
star
33

Quark

Quark is a data visualization framework.
JavaScript
211
star
34

proxify

A python module for dumping usable proxies.
Python
150
star
35

Predator

Anti-Automation System
CSS
118
star
36

Shiva

Improved DOS exploit for wordpress websites (CVE-2018-6389)
Python
109
star
37

velocity

DNS caching for humans
Python
86
star
38

rewise

Google auto-complete wrapper
Python
74
star
39

zetanize

HTML form parser for humans.
Python
72
star
40

ifnude

nudity detector that works
Python
67
star
41

Locky

Locky generates "really" strong yet easy to remember passwords.
Python
59
star
42

Entropy

Entropy is a (prototype) WAF driven by maths.
Python
53
star
43

fonetic-go

golang implementation of fonetic (https://github.com/s0md3v/fonetic)
Go
38
star
44

meta

Explains and tests HTTP response headers
Python
38
star
45

fonetic

assess pronounciblity of text
Python
32
star
46

shades

Shell
27
star
47

wl

convert case style of words
Go
19
star
48

s0md3v.github.io

my personal blog
SCSS
12
star
49

s0md3v

8
star
50

.github

my default .github files
5
star
51

BG3-Mutant

Mod for Baldur's Gate 3 that adds a Mutant class to the game.
2
star