mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-08-19 13:10:01 -07:00
readme minor
This commit is contained in:
parent
9c743d9e44
commit
aab1366499
1 changed files with 3 additions and 4 deletions
|
@ -4,10 +4,9 @@ intercept
|
||||||
Running just intercept.py without -ip argument will arp scan the network and give you a choice of targets although I'd recommend using my wifi-monitor.py script instead since it shows data usage allowing you to pick the most active target.
|
Running just intercept.py without -ip argument will arp scan the network and give you a choice of targets although I'd recommend using my wifi-monitor.py script instead since it shows data usage allowing you to pick the most active target.
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
./intercept.py -u -p -w -ip 192.168.0.10
|
python intercept.py -u -p -w -ip 192.168.0.10
|
||||||
|
|
||||||
Prints URLs visited (-u), username/passwords for FTP/IMAP/POP/IRC/HTTP, POSTs made, all searches they make (all that is -p), writes the output to the running directory in intercept.log.txt, and spoofs the target IP (-ip).
|
Prints URLs visited (-u), username/passwords for FTP/IMAP/POP/IRC/HTTP, POSTs made, all searches they make (all that is -p), writes the output to the running directory in intercept.log.txt (-w), and spoofs the target IP (-ip).
|
||||||
|
|
||||||
All options:
|
All options:
|
||||||
|
python intercept.py -h
|
||||||
./intercept.py -h
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue