Fast and Reliable Port Scanning Made Simple.
- 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 --host <ip> |
python3 scanner.py --host 192.168.0.1 |
2. | python3 scanner.py --host <ip> <verbose> |
python3 scanner.py --host 192.168.0.1 -v |
3. | python3 scanner.py --host <ip> -p <port_start>-<port_end> |
python3 scanner.py --host 192.168.0.1 -p 150-1333 |
4. | python3 scanner.py --host <ip> -p <port_start>-<port_end> <verbose> |
python3 scanner.py --host 192.168.0.1 -p 150-1333 -v |
-
Syntax:
python3 scanner.py --host <ip> -p <port_start>-<port_end>
-
Example:
python3 scanner.py --host 192.168.1.1 -p 0-200
-
Syntax:
python3 scanner.py --host <ip> -p <port_start>-<port_end> <verbose>
-
Example:
python3 scanner.py --host 192.168.1.1 -p 0-200 -v
If you are new to Git and GitHub then must check out First Contribution 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 ⭐️