Skip to content

A fast port scanner written in python with a focus on reliability and simplicity.

License

Notifications You must be signed in to change notification settings

theAnvil01/port-scanner

 
 

Repository files navigation

port-scanner

A fast port scanner written in python with a focus on reliability and simplicity.

Prerequisites

🛠️ Installation Steps

  1. Clone this project.
    git clone https://github.com/thecyberworld/port-scanner.git
  2. Navigate to the project.
    cd port-scanner

Usage

Syntax Examples
1. python3 scanner.py <ip> python3 scanner.py 192.168.0.1
2. python3 scanner.py <ip> <verbose> python3 scanner.py 192.168.0.1 -v
3. python3 scanner.py <ip> <port_start> <port_end> python3 scanner.py 192.168.0.1 150 1333
4. python3 scanner.py <ip> <port_start> <port_end> <verbose> python3 scanner.py 192.168.0.1 150 1333 -v

Port specific:

  • Syntax: python3 scanner.py <ip> <port_start> <port_end>

  • Example: python3 scanner.py 192.168.1.1 0 200 port_specific

Verbose mode:

  • Syntax: python3 scanner.py <ip> <port_start> <port_end> <verbose>

  • Example: python3 scanner.py 192.168.1.1 0 200 -v Verbose mode


If you are new to Git and GitHub then must check out git-github-practice repository first and contribute to it before you contributing to other open-source projects.

👨‍💻 Contributing

  • Contributions make the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are truly appreciated.
  • Check out our contribution guidelines for more information.

🛡️ License

port-scanner is licensed under the MIT License - see the LICENSE file for details.

🙏 Support

This project needs a ⭐️ from you. Don't forget to leave a star ⭐️


About

A fast port scanner written in python with a focus on reliability and simplicity.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Dockerfile 0.7%