Files
esp8266_deauther/web_interface/settings.json
Spacehuhn 333e3ebd86 Removed remnants of forcePackets setting
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.
2021-01-17 11:19:08 +01:00

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
}