Updated FAQ

This commit is contained in:
Stefan Kremser
2017-05-25 18:06:32 +02:00
parent ed0ab53561
commit b114c5d5a7
3 changed files with 3 additions and 83 deletions
-5
View File
@@ -1,5 +0,0 @@
---
Read [issues.md](https://github.com/spacehuhn/esp8266_deauther/blob/master/.github/issues.md) or your issue might be closed and labeled as invalid.
---
-50
View File
@@ -1,50 +0,0 @@
# General
**Read the readme!!**
Most issues can be solved just by reading the full readme file.
Also make sure you have followed all the installation steps correctly.
**Search for similar issues**
Double posts will be closed, so make sure your issue doesn't exist yet (also look for closed ones).
**Don't aswer via email**
Just don't answer issues with your email, please...
**Don't paste links to shops**
It's odd that I have to say this, but don't just send your ebay or amazon links to show what hardware you're using.
It's enough to say what model or version it is.
**Apply some common sense**
Also odd to mention this, but think about what you want to ask or answer and then post it.
***Use a clear, short headline with a good understandable description of your issue.***
Don't spam with issues, post or pictures! Be nice, understanding and help others.
Also note that this is an open source project. No one must help you, so be thankfull for every help you get.
# Bugs
**Read the FAQ**
Read the FAQ, which is a part of the readme.
**Make sure it's related to this project**
Make sure your issue is related to this project and doesn't occur when uploading other code to the device.
**Post as much information as possible**
What installation method, OS, browser and ESP8266 version are you useing?
If your dealing with a bug in the webinterface, check if the browsers developer tools show you an error.
**Send the serial log**
Use the serial monitor in Arduino to look for possible erros and post it if necessary.
If you have a very long error log use [pastebin](http://pastebin.com/).
**Try out the testing branch**
Can be found here: https://github.com/spacehuhn/esp8266_deauther/tree/testing
You'll need to compile it with Arduino.
# Feature Requests
Just a few notes here:
- Add an detailed description.
- Research if it can be implemented (if it's possible using the hardware, software etc.)
- Research if such a feature exists in an other project
- Be sure it's really usefull for everyone (you'll need some common sense here!)
- Try to implement it yourself!
+3 -28
View File
@@ -226,37 +226,12 @@ Note: While scanning the ESP8266 will shut down its access point, so you may hav
...and start different attacks.
![webinterface attack menu](https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/web_screenshot_3.JPG)
Happy hacking :)
Happy hacking :)
## FAQ
**Could it auto-deauth all APs in the range?**
Yes, but I will not implement this 'feature' for ethical and legal reasons.
**Can it sniff handshakes?**
The ESP8266 has a promiscuous mode in which you can sniff packets, but handshake packets are dropped and there is no other way to get them with the functions provided by the SDK.
Maybe someone will find a way around this barrier in the future.
**espcomm_sync failed/espcomm_open when uploading**
The ESP upload tool can't communicate with the chip, make sure the right port is selected!
You can also try out different USB ports and cables.
If this doesn't solve it, you may have to install USB drivers.
Which drivers you need depends on the board, most boards use a cp2102 or ch340.
**AP scan doesn't work**
There is a reported issue on this: https://github.com/spacehuhn/esp8266_deauther/issues/5
Try switching the browser or opening the website with another device.
**Deauth attack won't work**
If you see 0 pkts/s on the website, then you've made a mistake. Check that you have followed the installation steps correctly and that the right SDK is installed, it must be version 2.0.0!
If it can send packets but your target doesn't loose its connection, then the Wi-Fi router either uses [802.11w](#how-to-protect-against-it) and it's protected against such attacks, or it communicates on the 5GHz band, which the ESP8266 doesn't support because of its 2.4GHz antenna.
### If you have other questions or problems with the ESP8266, you can also check out the official [community forum](http://www.esp8266.com/).
The FAQ was moved over to the Wiki.
Click [here](https://github.com/spacehuhn/esp8266_deauther/wiki/FAQ) to get there.
## License