summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 5ad8253..0000000
--- a/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# esp8266-deauth
-Multi target De-Auth attack implementation for ESP8266 module.
-
-Projected was created in Arduino IDE v. 1.6.7.
-Support for ESP8266 was added with Board Manager. Look here: https://github.com/esp8266/Arduino
-I used version 2.1.0-rc2 with edited user-interface.h. Basically I took declaration for 'wifi_send_pkt_freedom' function from higher version of SDK (1.5.0) and paste it into SDK 1.3.0 (because I can see this function present in binaries)
-
-Project page on hackaday.io: https://hackaday.io/project/9333-weekend-on-the-dark-side
-
-Disclaimer: I am not pretending to create ultimate final solution. It works, in general, on devices I have tested. Main problem is to cover 14 channels with one RF module (*). But I hope this code can give you a quick start for your own experiments.
-
-*) Possible solution here: (project with 2 modules - https://github.com/RandDruid/esp8266-deauth2
-
-Project page on hackaday.io: https://hackaday.io/project/9333-weekend-on-the-dark-side \ No newline at end of file