A simple and easy-to-use port scanner that allows you to quickly and easily scan a host or IP address for open ports.
- Python 3.x
To use the port scanner, simply run the script and provide the host or IP address that you want to scan as a command line argument.
python3 scanner.py "ip address"
The script will then scan the IP address for open ports and display the results in the terminal.
- Scans a host or IP address for open ports
- Provides the option to scan all ports (50-85) or a specific range of ports
- Displays the results in the terminal
- Please use this tool ethically and with permission from the host or IP owner.
- This is a basic port scanner and it's not meant for any malicious use.
Feel free to fork the project and submit pull requests for new features or improvements.
Enjoy!
- Port scanner code is based on The Cyber Mentor's port scanner
- Many thanks to The Cyber Mentor for sharing his knowledge and code.