Python Script
Port Scanner Script
Port scanner script using Python. WHAT IS IT?
Once the script has been executed, it will request the target IP address. It will automatically begin detecting open ports, for range in 1-1000 ports using TCP. HOW IT WORKS
It will automatically create a port_logs.txt file on the local machine and writes all open ports found on the target host machine to the file created.
Specify the target IP address inside the script. HOW TO USE IT
Execute the script.
The script will begin the ping verification on the target IP and return the result.