2 comments

[ 2.9 ms ] story [ 17.6 ms ] thread
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

Yes I know that nmap is powerful and fast. I only wrote this script because I was bored and didn't have anything to code.