Skip to content

Used for web scanning. It is a scanner for exploits and ports. Uses nmap and searchsploit to find exploits.

Notifications You must be signed in to change notification settings

Ga14ctic/enumerationtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

EnumerationTool

EnumerationTool is an advanced penetration testing tool designed for comprehensive host enumeration. It leverages various techniques, including nmap scanning, vulnerability detection, and the retrieval of relevant CVE codes.

Features

  • Host Enumeration: Gather detailed information about the target host, including open ports, services, and potential vulnerabilities.
  • Nmap Scanning: Perform in-depth nmap scans to identify vulnerabilities and potential attack vectors.
  • CVE Code Retrieval: Find relevant Common Vulnerabilities and Exposures (CVE) codes for discovered vulnerabilities.

Usage

python enum_tool.py -t (target)

Flags

-h will initiate a help menu

Installation

  1. Clone the repository
git clone https://github.com/ga14ctic/enumerationtool
  1. Install python dependencies
pip install -r requirements.txt
  1. Install nmap and searchsploit
sudo apt-get install nmap | sudo apt-get install searchsploit

Disclaimer

Please ensure that the usage of this tool is for legal and ethical purposes. Use responsibly and only on systems you have been given explicit permission to do so on.

About

Used for web scanning. It is a scanner for exploits and ports. Uses nmap and searchsploit to find exploits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages