This is a simple port scanner implemented in Python.
This port scanner allows you to scan a range of ports on a target host to check which ports are open.
- Scan a range of ports on a target host
- Display open ports
##Implementation
-
Go to the directory in which the script is present.
-
Open terminal and,
-
Run the script:
python3 portscanner.py <ip_address>
Replace <ip_address>
with the IP address or hostname of the target you want to scan.
Contributions are welcome! Please feel free to submit a pull request.