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.
You need PowerShell, Python (I prefer PythonW which comes with python) and Tkinter (Which you can install with Pip).
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.
192.168.0.1
192.168.0.2
192.168.0.3
and so on.
80,500,8000,8080,8888,25565