From 885d3c5c05352ea6c305a270caa856312781aac5 Mon Sep 17 00:00:00 2001 From: Dan McInerney Date: Thu, 6 Nov 2014 09:14:14 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe376c4..c2afc71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ LANs.py ======== +***** This script does what it's supposed to but the code is not clean or efficient and I don't feel like rewriting it. I would recommend checking out more fully-fledged tools like byt3bl33d3r's [MITMf](https://github.com/byt3bl33d3r/MITMf) for intercepting and modifying traffic on the fly plus a lot more ***** + Automatically find the most active WLAN users then spy on one of them and/or inject arbitrary HTML/JS 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.