Skip to content

GhostHunter is a versatile tool for Information Gathering and Web Analysis. It provides features to gather information about a target and analyze its web presence.

License

Notifications You must be signed in to change notification settings

Hamza12Honey/GhosHunter_Toolbox-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GhostHunter

Overview

GhostHunter is a versatile tool for Information Gathering and Web Analysis. It provides features to gather information about a target and analyze its web presence.

Information Gathering

  • Httpheaders of Target URL

    • Obtain HTTP headers of the target URL to gather information about the web server.
  • Dnslookup of Target Domain

    • Perform DNS lookup for the target domain to retrieve information about its associated IP addresses.
  • Subdomain Lookup of Target Domain

    • Discover subdomains associated with the target domain, expanding the scope of information gathering.
  • Nmapscan of Target Domain

    • Conduct an Nmap scan on the target domain to identify open ports and services running on the server.
  • Cidr for Subnetlookup of Target

    • Retrieve CIDR information for the target, aiding in understanding the network architecture.
  • Banner Grabbing of Target IP Address

    • Grab banners from the target's IP address to gain insights into the services and applications running.
  • GeoIP Lookup of Target IP Address

    • Perform a GeoIP lookup to determine the geographical location of the target's IP address.

Web Analysis

  • Github Username of Target

    • Identify the Github username associated with the target, facilitating further reconnaissance.
  • Web Detail Detect with Headers URL of Target

    • Detect web details, including headers, of the target URL to understand the web server's configuration.
  • Extract Links from Target URL (HTTP/HTTPS)

    • Extract and list links from the target URL, aiding in understanding the web structure.
  • Internet Archive Crawling of Target Domain

    • Crawl the Internet Archive for snapshots and historical data of the target domain.
  • Google Dorking

    • Leverage Google Dorking techniques to discover sensitive information about the target.

Run Locally

Clone the project

  git clone https://github.com/cyberknight0021/GhostHunter_Toolbox.git

Go to the project directory

  cd GhostHunter_Toolbox

Install dependencies

pip3 install -r requirements.txt

Usage

python3 ghosthunter.py

Contribution

You can contribute in following ways:

  • Report bugs
  • Develop tool
  • Give suggestions to make it better
  • Fix issues & submit a pull request

License

This project is licensed under the MIT- see the LICENSE.md file for details.

Contact

For questions or feedback, contact the author:

About

GhostHunter is a versatile tool for Information Gathering and Web Analysis. It provides features to gather information about a target and analyze its web presence.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages