Skip to content

furkan-enes-polatoglu/shomap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

shomap


        

Description :

This tool is coded to provide some convenience in external penetration testing. When you enter the IP address, it performs passive scanning on Shodan.io and detects open ports. Then it learns the services running on the server and their versions by performing nmap scanning on open ports. Then, using this information, it tries to find possible exploit codes on Exploit-DB. Sometimes it may not find the correct exploit codes. So a false positive situation is possible. We will continue to make improvements.


Installation

git clone https://github.com/furkan-enes-polatoglu/shomap.git
cd shomap
pip3 install -r requirements.txt

Usage

usage: python3 shomap.py [IP]

Features:

  • Multi platform (Supports most linux)
  • Easy to use

Requirements

  • shodan==0.7.1
  • nmap==0.6.1
  • requests==2.26.0
  • beautifulsoup4==4.9.3
  • pyfiglet==0.8.post1
  • termcolor==1.1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages