mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-08-19 04:59:31 -07:00
Added the new -rip and -rmac options to README
This commit is contained in:
parent
36a22b6d68
commit
684ef90b43
2 changed files with 5 additions and 1 deletions
2
LANs.py
2
LANs.py
|
@ -6,7 +6,7 @@ Prerequisites: Linux
|
||||||
nbtscan (optional)
|
nbtscan (optional)
|
||||||
aircrack-ng
|
aircrack-ng
|
||||||
Python 2.6+
|
Python 2.6+
|
||||||
nfqueue-bindings
|
nfqueue-bindings 0.4-3
|
||||||
scapy
|
scapy
|
||||||
twisted
|
twisted
|
||||||
|
|
||||||
|
|
|
@ -95,6 +95,10 @@ python LANs.py -h
|
||||||
|
|
||||||
-pcap PCAP_FILE: parse through all the packets in a pcap file; requires the -ip [target's IP address] argument
|
-pcap PCAP_FILE: parse through all the packets in a pcap file; requires the -ip [target's IP address] argument
|
||||||
|
|
||||||
|
-rmac ROUTER_MAC: enter router MAC here if you're having trouble getting the script to automatically fetch it
|
||||||
|
|
||||||
|
-rip ROUTER_IP: enter router IP here if you're having trouble getting the script to automatically fetch it
|
||||||
|
|
||||||
-v: show verbose URLs which do not truncate at 150 characters like -u
|
-v: show verbose URLs which do not truncate at 150 characters like -u
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue