Skip to content

LazyHunter is an automated reconnaissance tool designed for bug hunters, leveraging Shodan's InternetDB and CVEDB APIs

License

Notifications You must be signed in to change notification settings

iamunixtz/Lazy-Hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LazyHunter - Automated Bug Hunting Recon Tool



LazyHunter is an automated reconnaissance tool designed for bug hunters, leveraging Shodan's InternetDB and CVEDB APIs. It retrieves open ports, hostnames, tags, and vulnerabilities for a given IP and fetches CVE details, including affected products and CVSS scores. Results are color-coded by severity for easy analysis.

CVES

Features

  • Fetch open ports, hostnames, and associated vulnerabilities for an IP address.
  • Retrieve CVE details including severity levels.
  • Color-coded output for easy identification of risk levels.
  • Support for file input (-f) and output saving (-o).
  • Option to display combined CVEs and open ports.

Tutorial LazyHunter

LazyHunter Demo

Installation

# Clone the repository
git clone https://github.com/iamunixtz/Lazy-Hunter.git
cd Lazy-Hunter

# Install required dependencies
pip install -r requirements.txt

# Run the tool
python lazyhunter.py --help

Command Usage

Display Help Menu

python lazyhunter.py -h

Output:

CVES

Scan a Single IP

python lazyhunter.py --ip 192.168.1.1

Output:

CVES

Scan a List of IPs from a File

python lazyhunter.py -f targets.txt

Display CVEs Only

python lazyhunter.py --ip 192.168.1.1 --cves

CVES

Display Open Ports Only

python lazyhunter.py --ip 192.168.1.1 --ports

Display Hostnames Only

python lazyhunter.py --ip 192.168.1.1 --host

Show CVEs with Ports

python lazyhunter.py --ip 192.168.1.1 --cve+ports

Output:

CVES

Show All Results (Default Behavior)

python lazyhunter.py --ip 192.168.1.1

Attribution

This tool uses data from the Shodan InternetDB and CVE Database. Credits to Shodan for their valuable security intelligence.

Disclaimer

LazyHunter is intended for educational and authorized security research purposes only. Unauthorized usage against systems without explicit permission is illegal.

License

LazyHunter is released under the MIT License. See LICENSE for more details.

About

LazyHunter is an automated reconnaissance tool designed for bug hunters, leveraging Shodan's InternetDB and CVEDB APIs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages