readme change

This commit is contained in:
DanMcInerney 2014-01-16 06:53:14 -05:00
parent b82332a6df
commit f6ac2d2975
2 changed files with 2 additions and 2 deletions

View file

@ -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':

View file

@ -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.