6 ms·
better script to test if your ISP is blocking your ports (finished for me in well under two minutes): nmap -sT -oN output.txt -p1-65535 open.zorinaq.com
by ax0n 15y ago
better script to test if your ISP is blocking your ports (finished for me in well under two minutes):
nmap -sT -oN output.txt -p1-65535 open.zorinaq.com
- TMK 15y agoYes I know that nmap is powerful and fast. I only wrote this script because I was bored and didn't have anything to code.