s0md3v / Smap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smap not found [windows]

LaFinBuddha opened this issue · comments

C:\Users\user>smap
'smap' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\user>smap.exe
'smap.exe' is not recognized as an internal or external command,
operable program or batch file.

@LaFinBuddha try running C:/Users/user/go/bin/smap.

If that works, add C:/Users/user/go/bin to your PATH.

If it gives the same error, try running go install -v github.com/s0md3v/smap/cmd/smap@latest again.