From f6ac2d29756050e2cb342a59e77c5be5b4a4d741 Mon Sep 17 00:00:00 2001 From: DanMcInerney Date: Thu, 16 Jan 2014 06:53:14 -0500 Subject: [PATCH] readme change --- LANs.py | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.