Skip to content

AlirezaRahi/network-security-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Network Security Tools

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

Installation

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

About

Python tools for network security tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages