Access web interface using deauth.me

This commit is contained in:
Stefan Kremser
2018-03-27 10:59:56 +02:00
parent 2cab683281
commit f259497b6b

View File

@@ -602,7 +602,7 @@ static const char W_STOPPED_AP[] PROGMEM = "Stopped Access Point";
static const char W_AP_REQUEST[] PROGMEM = "[AP] request: ";
static const char W_INDEX_HTML[] PROGMEM = "index.html";
static const char W_PWNED[] PROGMEM = "pwned";
static const char W_DEAUTHER[] PROGMEM = "deauther";
static const char W_DEAUTHER[] PROGMEM = "deauth.me";
static const char W_WEBINTERFACE[] PROGMEM = "/web";
static const char W_DOWNLOAD[] PROGMEM = "download";
static const char W_STREAM[] PROGMEM = "application/octet-stream";