A fast port scanner written in python with a focus on reliability and simplicity.
- Clone this project.
git clone https://github.com/thecyberworld/port-scanner.git
- Navigate to the project.
cd port-scanner
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 |
-
Syntax:
python3 scanner.py <ip> <port_start> <port_end>
-
Syntax:
python3 scanner.py <ip> <port_start> <port_end> <verbose>
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.
- 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.
port-scanner is licensed under the MIT License - see the LICENSE file for details.
This project needs a ⭐️ from you. Don't forget to leave a star ⭐️