mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-06 04:52:18 -07:00
edited README
This commit is contained in:
parent
cbeeef51af
commit
2b74b01bfd
1 changed files with 13 additions and 6 deletions
19
README.md
19
README.md
|
@ -1,10 +1,17 @@
|
|||
arpspoof
|
||||
intercept
|
||||
========
|
||||
|
||||
arpspoof.py <victim IP>
|
||||
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 <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 <ip address>: Arp spoof ip address
|
||||
|
||||
arpspoof.py.multiOS <victim IP> <router IP>
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue