From f259497b6b7cb293e8f270ce70d17b35a88a125d Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Tue, 27 Mar 2018 10:59:56 +0200 Subject: [PATCH] Access web interface using deauth.me --- esp8266_deauther/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266_deauther/language.h b/esp8266_deauther/language.h index 4b7a96d..e2c9de8 100644 --- a/esp8266_deauther/language.h +++ b/esp8266_deauther/language.h @@ -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";