Skip to content

Prof-Shiba/smap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

389 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smap

smap (shiba mapper) is a network scanning tool for both Windows and Linux. It is built using only C and no external libraries.

How to install

NOTE: CMake is required! You can download it using your package manager or from https://cmake.org/download/

  1. Clone the repo and cd into it in a terminal. Then run the following:
  2. mkdir build
  3. cd build
  4. cmake ..

From there you may be given a visual studio sln, makefile, etc depending on your system.

How to use smap

Smap has many features, which are viewable with a simple run of smap -h. Keep an eye on it as more and more features are added. You can run a simple loopback port scan of all ports with smap 127.0.0.1 -p-. Or scan an external address, such as nmap's test website: smap 45.33.32.156 -p 80, which will only scan port 80.

About

smap (shiba mapper) is a network scanning tool for both Windows and Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors