Python Script

Port Scanner Script

WHAT IS IT?

Port scanner script using Python.

HOW IT WORKS

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.

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.

HOW TO USE IT

Specify the target IP address inside the script.

Execute the script.

The script will begin the ping verification on the target IP and return the result.

GitHub

GitHub - Anthony-Constant/Ping-Verification at pythonawesome.com
Ping Verification Python Script . Contribute to Anthony-Constant/Ping-Verification development by creating an account on GitHub.