summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorandrew <andrewludwig@live.ru>2016-01-27 08:46:01 +0300
committerandrew <andrewludwig@live.ru>2016-01-27 08:46:01 +0300
commit93f1b83f302aac05322e7b1a3a03e4af0656d876 (patch)
tree37b019816957ae445510c9d41fb49b5252b630d3 /README.md
parentedda6bddb29c6f89257c22b397032d2d2141b4a3 (diff)
downloadjimmiedeauth-93f1b83f302aac05322e7b1a3a03e4af0656d876.tar.gz
jimmiedeauth-93f1b83f302aac05322e7b1a3a03e4af0656d876.zip
First commit. Source code is the same like in blog post.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f1e5a9..2362210 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,10 @@
# 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. \ No newline at end of file