|\__/,| (`\
_.|o o |_ ) )
-(((---(((-------- version 1.0.0
[01] Whois
[02] Traceroute
[03] DNS Lookup
[04] Reverse DNS
[05] GeoIP Lookup
[06] Port Scan
[07] Page Links
[08] HTTP Header
[09] Email Header
[99] Exit
Enter your choice [1-99]:
- Whois: Provides detailed information about domain registration, including owner details, registration date, and expiration date.
- Traceroute: Tracks the path of data packets from a computer to the target server, helping to identify intermediary points and detect network issues.
- DNS Lookup: Queries the domain name system to retrieve information about the IP address corresponding to a domain name.
- Reverse DNS: Converts an IP address back to a domain name, helping to identify the domain associated with a specific IP address.
- GeoIP Lookup: Determines the geographical location of an IP address, providing information about the country, city, and internet service provider.
- Port Scan: Checks for open ports on the target server, helping to identify running services and potential security vulnerabilities.
- Page Links: Collects all links on a specific webpage, helping to identify the structure and related resources of the website.
- HTTP Header: Analyzes HTTP headers from requests and responses between the client and server, providing information about the server, connection status, and security settings.
- Email Header: Analyzes email headers to determine the origin, path, and other related information, helping to detect phishing attacks and email security issues.
Install the project with Pypi:
pip3 install yellowcat
Clone the project:
git clone https://github.com/minhgiau998/YellowCat.git
Go to the project directory:
cd YellowCat
Install library dependencies:
sudo pip3 install -r requirements.txt
Start the project:
sudo python3 yellowcat.py
For support, email [email protected] or join our Discord channel.