mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-05 20:42:16 -07:00
readme change
This commit is contained in:
parent
b82332a6df
commit
f6ac2d2975
2 changed files with 2 additions and 2 deletions
2
LANs.py
2
LANs.py
|
@ -29,7 +29,7 @@ __version__ = 1.1
|
|||
|
||||
def module_check(module):
|
||||
'''
|
||||
Just for debian-based systems like Kali
|
||||
Just for debian-based systems like Kali and Ubuntu
|
||||
'''
|
||||
ri = raw_input('[-] python-%s not installed, would you like to install now? (apt-get install -y python-%s will be run if yes) [y/n]: ' % (module, module))
|
||||
if ri == 'y':
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
LANs.py
|
||||
========
|
||||
|
||||
Multithreaded asynchronous packet parsing/injecting ARP poisoner.
|
||||
Spy on a WLAN user and/or inject arbitrary HTML into pages they visit. Technically: multithreaded asynchronous packet parsing/injecting ARP/DNS poisoner.
|
||||
|
||||
Individually poisons the ARP tables of the target box, the router and the DNS server if necessary. Does not poison anyone else on the network. Displays all most the interesting bits of their traffic and can inject custom html into pages they visit. Cleans up after itself.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue