Skip to content

dalemazza/ezrecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ezrecon

This tool performs basic recon used for HTB/vulnhub. This tool is easy to use and just requires an input of an IP. The results are stored in easy to read formats in a single location.

ezrecon


Table of Contents


Installation

  • git clone https://github.com/dalemazza/ezrecon.git
  • run chmod +x ezrecon
  • run ./ezrecon If you want to run this script globally you can add it your $PATH

Requirements

  • nmap
  • ffuf
  • nikto

Features

  • Performs a basic nmap scan against a target IP
  • Performs an OS & version detection,Script Scanning and Traceroute scan for the open ports
  • If port 80 is found open
    • Runs a Nikto scan
    • Runs a ffuf scan
  • Runs a full port scan to check for missed ports
  • Compares the ports found in the full and basic scan and outputs any new ports found
  • All scan results are placed into a single folder in the recon dir $homedir/reports/
  • Lastly it outputs the time taken for the scan

Future-Updates

Releases

No releases published

Packages

No packages published

Languages