Skip to content

Welcome to my Python Port Scanner repository! I've crafted a simple yet effective tool using Python and sockets to scan ports on a target system.

License

Notifications You must be signed in to change notification settings

SolveniteOP/Echo-Scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EchoScan - A Basic Port Scanner

This is a simple port scanner implemented in Python. The script allows you to scan a target host for open ports within a specified range.

Usage

  1. Clone the repository:

    git clone https://github.com/SolveniteOP/Echo-Scan.git
  2. Navigate to the project directory:

    cd Echo-Scan
  3. Run the port scanner script:

    python3 EchoScan.py
  4. Follow the prompts to enter the target host and port range.

Note: The scanner might take some time to finish executing so please be patient.

Disclaimer

This port scanner is meant for educational purposes only. Unauthorized scanning of systems without proper authorization is illegal and unethical. Use this tool responsibly and only on systems you have permission to scan.

License

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

Contact

This is a fun project I created to learn more about networking and Python. Feel free to contribute to the project by creating a pull request or opening an issue. If you have any questions or suggestions, please feel free to reach out to me! I'm always looking to make improvements and get better :)

About

Welcome to my Python Port Scanner repository! I've crafted a simple yet effective tool using Python and sockets to scan ports on a target system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages