mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-24 03:58:33 -08:00
The setting was already removed in 2019 with the rewrite of the settings module. In my tests, it didn't make the performance better, but added complexity and made the web interface unstable.
29 lines
672 B
JSON
29 lines
672 B
JSON
{
|
|
"version": "over9000",
|
|
"ssid": "pwned",
|
|
"password": "deauther",
|
|
"channel": 1,
|
|
"hidden": false,
|
|
"captivePortal": true,
|
|
"lang": "en",
|
|
"autosave": true,
|
|
"autosavetime": 30000,
|
|
"display": false,
|
|
"displayTimeout": 600,
|
|
"serial": true,
|
|
"serialEcho": true,
|
|
"web": true,
|
|
"led": true,
|
|
"maxch": 14,
|
|
"macSt": "aa:bb:cc:dd:ee:ff",
|
|
"macAP": "00:11:22:33:44:55",
|
|
"chtime": 384,
|
|
"minDeauths": 3,
|
|
"attacktimeout": 600,
|
|
"deauthspertarget": 20,
|
|
"deauthReason": 1,
|
|
"beaconchannel": false,
|
|
"beaconInterval": false,
|
|
"randomTX": false,
|
|
"probesPerSSID": 1
|
|
} |