[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lugbe] TUIS (The Ultimate Internet Scanner ;-)



watch out, hackers at large!
get any open tcp port on the internet in only(!!) 4228250625 seconds.
the first really easy to use internet port scanner.
make astounding discoveries and lots(!!) of friends!

be warned! this stuff is heavilly copyrighted!!
don't tell even your grandmother that you've got it!



for a in `seq 1 254` do
	for b in `seq 1 254` do
		for c in `seq 1 254` do
			for d in `seq 1 254` do
				for i in `seq 1 65535`; do
					if netcat -z -w1 $a.$b.$c.$d $i; then
						echo "Port $i is open on 138.189.$a.$b
					fi
				done
			done
		done
	done
done

\</irony\>

lg /markus
-- 
**************************************************

   Markus Wernig

   GPG - http://markus.wernig.net/pubkey
-------------------------------------------------
   Linux User Group Bern - http://www.lugbe.ch

**************************************************