mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #72] Error: Setting Box Values Blank #48
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joneroy on GitHub (Mar 4, 2017).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/72
Setting box values blank it's big prob please solve this issue #42
Before edit setting and After edit setting setting box values blank always!!
@spacehuhn commented on GitHub (Mar 4, 2017):
like I said many times before: look at the logs and use the dev tools of your browser. Otherwise we can't help you.
It's like you ask why your car isn't starting and sending a picture of it. I have no idea...
@joneroy commented on GitHub (Mar 4, 2017):
@spacehuhn can i send you serial monitor results.
@joneroy commented on GitHub (Mar 4, 2017):
@spacehuhn
Bugs:
SSID: pwned
SSID length: 5
password: deauther
password length: 8
deauth reson: 1
attack timeout: 300
attack packet rate: 10
client scan time: 15
attack SSID encrypted: 0
starting...
starting WiFi AP
SSID: pwned
Password: deauther
generating Macs...done
getting AP scan result JSON { "aps":[ ] }
done
getting settings json
{"ssid":"pwned","password":"deauther","deauthReason":1,"attackTimeout":300,"attackPacketRate":10,"clientScanTime":15,"attackEncrypted":0,"nameList":[{"n":"null ","m":"88:70:8c:a3:cd:0f","v":"LenovoMo"},{"n":"
wbChin","m":"20:20:20:20:20:20","v":""},{"n":" ","m":"61:20:20:20:20:20","v":""},{"n":"","m":"20:20:20:20:00:00","v":""}] }
done
settings:
SSID: jone doe
SSID length: 8
password: 123456789
password length: 9
deauth reson: 0
attack timeout: 0
attack packet rate: 0
client scan time: 0
attack SSID encrypted: 0
settings saved
getting settings json
{"ssid":"jone doe","password":"123456789","deauthReason":0,"attackTimeout":0,"attackPacketRate":0,"clientScanTime":0,"attackEncrypted":0,"nameList":[{"n":"null ","m":"88:70:8c:a3:cd:0f","v":"LenovoMo"},{"n":"
wbChin","m":"20:20:20:20:20:20","v":""},{"n":" ","m":"61:20:20:20:20:20","v":""},{"n":"","m":"20:20:20:20:00:00","v":""}] }
done
getting settings json
{"ssid":"jone doe","password":"123456789","deauthReason":0,"attackTimeout":0,"attackPacketRate":0,"clientScanTime":0,"attackEncrypted":0,"nameList":[{"n":"null ","m":"88:70:8c:a3:cd:0f","v":"LenovoMo"},{"n":"
wbChin","m":"20:20:20:20:20:20","v":""},{"n":" ","m":"61:20:20:20:20:20","v":""},{"n":"","m":"20:20:20:20:00:00","v":""}] }
done
@spacehuhn commented on GitHub (Mar 4, 2017):
thank you! Try to clear the namelist -> at settings the last button 'clear'.
@joneroy commented on GitHub (Mar 4, 2017):
@spacehuhn
After clear the namelist nothing showing in console.
@spacehuhn commented on GitHub (Mar 4, 2017):
bugfix:
2e5656cfba@joneroy commented on GitHub (Mar 4, 2017):
@spacehuhn
thank you now working 💯