Checkage script for UDP/TCP, using Python 3
Version: 1.0.0
Requirements:
- Python 3.6 or upper installed.
- Basic knowlegment about IPV4 addressment.
Basic instructions
Clone this repository:
`git clone https://github.com/Italo-Roberto/port_scanner_python`Execute the script (with cmd/terminal):
`python3 ./port_scanner_python/main.py`Will be asked IP/HOSTNAME from the target to use in this test:
`ex: 192.168.0.1 ou 127.0.0.1`Wait the execution, will be only open ports in the target ip tested:
At end, the program will be ask if you wish save the scanner results in file text:
`=============================================================================== Do you will wish to save this results in the current folder? s=SIM, n=Não ===============================================================================`If select 'y' YES, will be generated a file text with all open ports, if mark 'n' NO, the program will be closed: