diff --git a/LANs.py b/LANs.py index 1e53412..092d5ae 100755 --- a/LANs.py +++ b/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': diff --git a/README.md b/README.md index 57d005d..a442544 100644 --- a/README.md +++ b/README.md @@ -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.