Hey guys!! This bastard in my dorm is raping the whole internet and I can't even view google with one try!! And most of the pages go time out. It's not only me, all my friends are suffering. Somebody tell me the solution to take back the internet or beat the crap out of that unknown bastard!!!!!
Name:
Anonymous2005-10-04 10:49
You'll need a portmapper. The best-known one is NMap, but it's primarily a unix proggie. The windows port used to be dog slow, but maybe it has improved. You'll need to download it, then type something like "nmap -p1- <ip>", where <ip> is your target's IP.
Traceroute is easy. Open a dos window and type "tracert <ip>". It'll show you the number of hops between you and your target. In all likelihood you'll only get one hop, in which case the target is on the same network segment as you.
TCP reset and ARP poisoning might be a bit beyond windows, I think. There are unix programs that do it, but I don't know if they run on windows. I do know there's some TCP reset code for windows floating around, but you'll need a compiler.