Port Tester

What it does

This program allows you to put in various IP addresses and ports and makes a PowerShell
script file that will test each IP with each port to see if the IP is broadcasting the port.

What you need to use it

You need PowerShell, Python (I prefer PythonW which comes with python) and Tkinter (Which you can install with Pip).

How to use it

Go to the releases and download 'Generator.pyw'. Then open it. Put in the IP's you
want in the top (separated by lines) and the ports you want (separated by commas). Save it and run the ps1 file.

Important

You MUST go to a new line every port.

EX:

192.168.0.1

192.168.0.2

192.168.0.3

and so on.

For ports, they must look like this.

80,500,8000,8080,8888,25565


Download