Inject code and spy on wifi users
Find a file
2013-06-29 14:55:51 -06:00
arpspoof.git@7a81ddf077 Lots of new options, urlsnarf remade using just python 2013-05-12 15:13:36 -06:00
arpspoof.multiOS.py Lots of new options, urlsnarf remade using just python 2013-05-12 15:13:36 -06:00
arpspoof.py fixed it so TCP packets that are split or continuations will still be mined for usernames + passwords 2013-06-16 14:40:45 -06:00
arpspoof.working.Jan2-13 Lots of new options, urlsnarf remade using just python 2013-05-12 15:13:36 -06:00
intercept.py renamed, minor changes 2013-06-29 14:46:37 -06:00
README.md edited README 2013-06-29 14:55:51 -06:00
sslstrip.txt sslstrip works now 2013-06-04 20:12:41 -06:00

intercept

-s: Prints all searchs they make. Can get some false positives, just use in conjunction with -u so you can see the URL the search term is being pulled from -p: Print usernames/passwords and all POSTs made -u: Print the URL they're visiting minus .jpg, .css, .js, etc. and truncated at 150 characters -uv: Print all URLs unfiltered -d: Print all DNS requests they make -dns <site.com>: Spoofs DNS for site.com. This is a race condition with the router so it's not 100% reliable -ssl: Run sslstrip to strip off https -ip : Arp spoof ip address

Running just intercept.py without -ip argument will arp scan the network and give you a choice of targets then just arp spoof the target

Example: ./intercept.py -s -u -p -ip 192.168.0.10 Would print URLs visited, username/passwords entered, POSTs made, and all searches they make