This project includes several Python scripts for network security tasks such as:
- Getting the IP address of a domain
- Scraping links from web pages
- Scanning common subdomains
- Performing WHOIS lookup on domains
First, install the required packages:
pip install requests beautifulsoup4 python-whois Usage
The main script is network_tools.py. To run the program, open your terminal and type: python network_tools.py
Then enter the target domain, for example: example.com
Features: Retrieve the IP address of a domain
Display links found on the main page of the domain
Scan common subdomains
Display WHOIS information for the domain
Note This script is intended for educational and legal purposes only.
If you have any questions, feel free to contact me on GitHub or via email.
Alireza Rahi