diff --git a/README.md b/README.md index e0121ed..31655d9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ -arpspoof +intercept ======== -arpspoof.py -or -arpspoof.py +-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 : 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 -arpspoof.py.multiOS +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 -arpspoofing tool +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