Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 363 Bytes

File metadata and controls

23 lines (16 loc) · 363 Bytes

Use

.\open_ports_TCP.ps1
#or
.\open_ports_UDP.ps1

If you have any powershell policy issues, run this

powershell -ExecutionPolicy Bypass -File .\open_ports_TCP.ps1

#or

powershell -ExecutionPolicy Bypass -File .\open_ports_UDP.ps1
sudo bash open_ports_linux.sh

I'm saving this in case I need it in the future.