Wednesday, 14 March 2012

The Power of 'tracert'

tracert are one of the main command in the cmd bash. For me tracert is one of the most necessary command for any hacker out there.


                 tracert actually will help you to get someone ip address when you are running arp poison. i give an example. Person A have hacked person B wifi. since the person B are using his wifi without knowing that he has been hacked, it is enough for person A to do crime. Consider person A is a hacker. When he are running arp poison, he can cut off the connection of person B so person B will be offline. Since person A knows that person B are online using the same wifi,he just open cmd and typing ''net view'' to see the user of the wifi on behalf. To get person B ip, person A just typing tracert COMPUTERNAME-PC. person A will get the ip immediately. so now person A can do arp poison, man middle attack, doss and so on.,,


if you type tracert only,you will get the manual on how to conduct this command line.



Usage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout]
               [-R] [-S srcaddr] [-4] [-6] target_name

Options:
    -d                 Do not resolve addresses to hostnames.
    -h maximum_hops    Maximum number of hops to search for target.
    -j host-list       Loose source route along host-list (IPv4-only).
    -w timeout         Wait timeout milliseconds for each reply.
    -R                 Trace round-trip path (IPv6-only).
    -S srcaddr         Source address to use (IPv6-only).
    -4                 Force using IPv4.
    -6                 Force using IPv6.

you also can try website ip address.change the target name to any website you want.Have fun ^^

No comments:

Post a Comment