mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-07-30 23:50:11 -07:00
Version 2.0
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"lang": "de",
|
||||
"warning": "WARNUNG",
|
||||
"disclaimer": "Dieses Proof-of-Concept Projekt ist zum Lernen und Testen.\nWeder der ESP8266, noch das SDK sind für solche Zwecke gemacht. Fehler können auftreten!\n\nBenutze es nur gegen eigene Netzwerke und Geräte!\n\nEs werden valide Wi-Fi Frames nach IEEE 802.11 verwendet und keine Frequenzen gestört oder blockiert.\n\nBitte bezeichne dieses Projekt nicht als \"Jammer\" oder \"Störsender\", dass untergräbt den Sinn dieses Projektes!\nWenn du es doch tust, zeigt es nur, dass du nichts von dem wofür das Projekt steht verstanden hast.\nDie Veröffentlichung von Inhalten hierzu ohne entsprechende Erläuterung zeigt, dass du es nur für Aufmerksamkeit, Klicks und/oder Geld machst und keinen Respekt für geistliches Eigentum, die Gemeinschaft dahinter und den Kampf für einen besseren Wi-Fi Standard hast.\n\nFür mehr Informationen, besuche:",
|
||||
"disclaimer-button": "Ich habe den Hinweis gelesen und verstanden",
|
||||
"reload": "Neu Laden",
|
||||
"scan": "Scan",
|
||||
"ssids": "SSIDs",
|
||||
"attacks": "Attacken",
|
||||
"settings": "Einstellungen",
|
||||
"info": "Info",
|
||||
"info_span": "INFO: ",
|
||||
"all": "Alle",
|
||||
"channel": "Kanal",
|
||||
"devices": "Gespeicherte Geräte",
|
||||
"select_all": "Alle auswählen",
|
||||
"deselect_all": "Auswahl aufheben",
|
||||
"remove_all": "Alle entfernen",
|
||||
"station_scan_time": "Station Scan Zeit",
|
||||
"new": "Neu",
|
||||
"save": "Speichern",
|
||||
"add": "Hinzufügen",
|
||||
"add_selected": "Klone ausgewählte APs",
|
||||
"overwrite": "Überschreiben",
|
||||
"time_interval": "Zeit Intervall",
|
||||
"number": "Anzahl",
|
||||
"targets": "Ziele",
|
||||
"scan_info": "- Drücke auf Scan und warte bis sich die blaue LED auf deinem Board ausschaltet (oder Grün wird), dann drücke Neu Laden.\n- Das Webinterface schaltet sich während eines Station-Scans aus und Du musst dich neu verbinden!\n- Bitte wähle nur ein Ziel aus!\n",
|
||||
"ssids_info": "- Die SSID Liste wird für die Beacon und Probe Attacken verwendet.\n- Jede SSID kann bis zu 32 Zeichen haben.\n- Vergiss nicht auf Speichern zu klicken nachdem du eine Änderung vorgenommen hast.\n- Du musst auf Neu-Laden klicken nachdem du SSIDs geklont hast.\n",
|
||||
"attack_info": "- Die Verbindung kann beim Starten einer Attacke unterbrochen gehen!\n- Für Deauth Attacken wird ein ausgewähltes Ziel benötigt.\n- Für Beacon und Probe Attacken werden gespeicherte SSIDs benötigt.\n- Klicke Neu-Laden um die Paketrate zu aktualisieren.\n",
|
||||
"settings_info": "- Einige Einstellungen benötigen einen Neustart.\n- Klicke speichern um sicherzustellen, dass deine Änderungen übernommen werden.\n",
|
||||
"info_disclaimer": "Im Falle eines unerwarteten Fehlers lade die Seite erneut und schaue auf den Serial-Monitor für weiteres Debugging.",
|
||||
"start_stop": "START / STOP",
|
||||
"start": "START",
|
||||
"stop": "STOP",
|
||||
"wifi_off": "WiFi Aus",
|
||||
"reboot": "Neustart",
|
||||
"reset": "Reset",
|
||||
"enable_random": "Random Mode EIN",
|
||||
"disable_random": "Random Mode AUS",
|
||||
"random_desc": "Schalte den Random-Mode ein um eine zufällige SSID Liste im gegebenen Interval automatisch zu generieren.",
|
||||
"deauth_desc": "Schließt die Verbindung von WiFi Geräten durch das Senden von Deauthentication Frames zu den ausgewählten Geräten.\nDas ist nur möglich, da viele Geräte nicht den 802.11w-2009 Standard nutzen. Dieser bietet einen Schutz gegen solche Attacken.\nBitte wähle nur ein Ziel aus! Bei mehreren Zielen auf verschiedenen Kanälen muss das Gerät ständig den Kanal wechseln und du wirst dich nicht mehr das Webinterface nutzen können.",
|
||||
"beacon_desc": "Beacon Pakete werden benutzt um auf Netzwerke aufmerksam zu machen. Durch das ständige Senden von solchen Paketen macht es den Anschein Du hättest neue WiFi Netzwerke erstellt.\nDu kannst die Netzwerknamen in der SSID Liste einstellen.",
|
||||
"probe_desc": "Probe Requests werden von Client-Geräten gesendet um nach bekannten Netzwerken in Reichweite zu fragen.\nBenutze diese Attacke um WiFi Trackers zu verwirren indem Du ständig nach Netzwerken aus der SSID Liste fragst.\nEs ist unwahrscheinlich, dass diese Attacke merkbare Auswirkungen auf Dein Heimnetzwerk hat.",
|
||||
"setting_version": "Versionsnummer, z.B. v2.0.\nDiese Einstellung kann nur im Quellcode verändert werden.",
|
||||
"setting_ssid" : "SSID des Access-Points, benutzt für das Webinterface (wenn aktiviert).\nDie Länge muss zwischen 1 und 31 Zeichen sein.",
|
||||
"setting_password": "Passwort des Access-Points für Webinterface (wenn aktiviert).\nDie Länge muss zwischen 8 und 31 Zeichen sein.",
|
||||
"setting_channel": "Standard WiFi Kanal der beim Starten genutzt wird.",
|
||||
"setting_hidden": "Versteckt Access-Point für Webinterface (wenn aktiviert).",
|
||||
"setting_captivePortal": "Aktiviert Captive-Portabel für Webinterface (wenn aktiviert).",
|
||||
"setting_autosave": "Aktiviert automatisches Speichern der SSIDs, Geräte und Einstellungen.",
|
||||
"setting_autosavetime": "Zeitintervall für automatisches Speichern in Millisekunden.",
|
||||
"setting_display": "Aktiviert Display-Interface.",
|
||||
"setting_displayTimeout": "Zeit in Sekunden nachdem der Display automatisch ausschaltet, wenn inaktiv.\nZum Deaktivieren des Timeouts, setze es auf 0.",
|
||||
"setting_serial": "Aktiviere Serial-Interface.\nEs wird empfohlen es immer aktiviert zu lassen!",
|
||||
"setting_web": "Aktiviert Webinterface.",
|
||||
"setting_led": "Aktiviert (RGB) LED.",
|
||||
"setting_maxch": "Max. Kanal zum Scannen.\nUS = 11, EU = 13, Japan = 14.",
|
||||
"setting_macAP": "MAC Adresse für Access-Point Modus.\nBeachte, dass die Adresse nur angewendet wird wenn der Access-Point Modus aktiviert ist.",
|
||||
"setting_macSt": "MAC Adresse für Station Modus.\nBeachte, dass die Adresse nur angewendet wird wenn der Station Modus aktiviert ist.",
|
||||
"setting_chtime": "Scan-Zeit in Millisekunden für einen Kanel, bevor zum nächsten gewechselt wird (nur wenn Channel-Hopping aktiviert ist).",
|
||||
"setting_minDeauths": "Minimale Anzahl an Deauthentication Frames beim Scannen um den LED Modus zu ändern.",
|
||||
"setting_attacktimeout": "Nach wie viel Sekunden die Attacke automatisch gestoppt wird.\nSetze es auf 0 um diese Funktion zu deaktivieren.",
|
||||
"setting_forcepackets": "Wie oft versucht werden soll ein Paket zu versenden.\nÄndere diesen Wert um weine bessere Paketrate zu erreichen.\nSei Vorsichtig, diese Einstellung kann das Gerät langsamer machen.\nDer maximal Wert ist 255!",
|
||||
"setting_deauthspertarget": "Wie viele Deauthentication und Disassociaten Frames für jedes Ziel versendet werden sollen.",
|
||||
"setting_deauthReason": "Der Reason-Code beim versenden der Deauth Pakete um dem Ziel zu sagen, warum die Verbindung getrennt wird.",
|
||||
"setting_beaconchannel": "Wenn aktiviert, sendet Beacon Pakete auf verschiedenen Kanälen.",
|
||||
"setting_beaconInterval": "Wenn aktiviert, versendet je SSID ein Beacon-Pakete jede Sekunde. Sonst alle 100ms.\nEin größeres Intervall bedeutet mehr Stabilität und weniger Paket-Spamming, aber es könnte länger dauern bis Client-Geräte die Netzwerke finden.",
|
||||
"setting_randomTX": "Erlaubt Enables randomized transmission power for sending out beacon and probe request frames.",
|
||||
"setting_probesPerSSID": "Wie viele Probe Requests pro SSID versendet werden sollen.",
|
||||
"setting_lang": "Standard Sprache für Webinterface.\nSei sicher, dass eine passende Sprachdatei existiert!"
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"lang": "en",
|
||||
"warning": "WARNING",
|
||||
"disclaimer": "This project is a proof of concept for testing and educational purposes.\nNeither the ESP8266, nor its SDK was meant or build for such purposes. Bugs can occur!\n\nUse it only against your own networks and devices!\n\nIt uses valid Wi-Fi frames described in the IEEE 802.11 standard and does not block or disrupt any frequencies.\nPlease check the legal regulations in your country before using it.\n\nPlease don't refer to this project as \"jammer\", that totally undermines the real purpose of this project!\nIf you do, it only proves that you didn't understand anything of what this project stands for.\nPublishing content about this without without a proper explanation shows that you only do it for the clicks, fame and/or money and have no respect for intellectual property, the community behind it and the fight for a better WiFi standard.\n\nFor more information visit:",
|
||||
"disclaimer-button": "I have read and understood the notice above",
|
||||
"reload": "Reload",
|
||||
"scan": "Scan",
|
||||
"ssids": "SSIDs",
|
||||
"attacks": "Attacks",
|
||||
"settings": "Settings",
|
||||
"info": "Info",
|
||||
"info_span": "INFO: ",
|
||||
"all": "All",
|
||||
"channel": "Channel",
|
||||
"devices": "Saved Devices",
|
||||
"select_all": "Select All",
|
||||
"deselect_all": "Deselect All",
|
||||
"remove_all": "Remove All",
|
||||
"station_scan_time": "Station Scan Time",
|
||||
"new": "New",
|
||||
"save": "Save",
|
||||
"add": "Add",
|
||||
"add_selected": "Clone selected APs",
|
||||
"overwrite": "Overwrite",
|
||||
"time_interval": "Time Interval",
|
||||
"number": "Number",
|
||||
"targets": "Targets",
|
||||
"scan_info": "- Click Scan and wait until the blue LED on your board turns off (or changes to green), then click on Reload.\n- The web interface will be unavailable during a station scan and you will have to reconnect!\n- Please select only one target!\n",
|
||||
"ssids_info": "- This SSID list is used for the beacon and probe attack.\n- Each SSID can be up to 32 characters.\n- Don't forget to click save when you edited a SSID.\n- You have to click Reload after cloning SSIDs.\n",
|
||||
"attack_info": "- You might loose connection when starting an attack!\n- You need to select a target for the deauth attack.\n- You need a saved SSID for the beacon and probe attack.\n- Click reload to refresh the packet rate.\n",
|
||||
"settings_info": "- Some settings require a reboot.\n- Click save to make sure that your changes are applied.\n",
|
||||
"info_disclaimer": "In case of an unexpected error, please reload the site and look at the serial monitor for further debugging.",
|
||||
"start_stop": "START / STOP",
|
||||
"start": "START",
|
||||
"stop": "STOP",
|
||||
"wifi_off": "WiFi Off",
|
||||
"reboot": "Reboot",
|
||||
"reset": "Reset",
|
||||
"enable_random": "Enable Random Mode",
|
||||
"disable_random": "Disable Random Mode",
|
||||
"random_desc": "Enable the random mode to generate a random SSID list in a given interval.",
|
||||
"deauth_desc": "Closes the connection of WiFi devices by sending deauthentication frames to access points and client devices you selected.\nThis is only possible because a lot of devices don't use the 802.11w-2009 standard that offers a protection against this attack.\n- Please only select one target! When you select multiple targets that run on different channels and start the attack, it will quickly switch between those channels and you have no chance to reconnect to the web interface.\n",
|
||||
"beacon_desc": "Beacon packets are used to advertise access points. By continuously sending beacon packets out, it will look like you created new WiFi networks.\nYou can specify the network names under SSIDs.",
|
||||
"probe_desc": "Probe requests are sent by client devices to ask if a known network is nearby.\nUse this attack to confuse WiFi trackers by asking for networks that you specified in the SSID list.\nIt's unlikely you will see any impact by this attack with your home network.",
|
||||
"setting_version": "Version number, i.e. v2.0.\nThis setting can only be changed in the source code.",
|
||||
"setting_ssid" : "SSID of access point used for the web interface (if enabled).\nThe length must be between 1 and 31 characters.",
|
||||
"setting_password": "Password of access point used for the web interface (if enabled).\nThe length must be between 8 and 31 characters.",
|
||||
"setting_channel": "Default WiFi channel that is used when starting.",
|
||||
"setting_hidden": "Hides the access point that is used for the web interface (if enabled).",
|
||||
"setting_captivePortal": "Enables captive portal for access point (if enabled).",
|
||||
"setting_autosave": "Enables automatic saving of SSIDs, device names and settings.",
|
||||
"setting_autosavetime": "Time interval for automatic saving in milliseconds.",
|
||||
"setting_display": "Enables display interface.",
|
||||
"setting_displayTimeout": "Time in seconds after which the display turns off when inactive.\nTo disable the display timeout, set it to 0.",
|
||||
"setting_serial": "Enables serial interface.\nIt's recommended not to disable it!",
|
||||
"setting_web": "Enables web interface.",
|
||||
"setting_led": "Enables the (RGB) LED feature.",
|
||||
"setting_maxch": "Max. channel to scan on.\nUS = 11, EU = 13, Japan = 14.",
|
||||
"setting_macAP": "MAC address used for the access point mode.\nPlease note that the MAC address will only replace the internal MAC address when the accesspoint mode is enabled.",
|
||||
"setting_macSt": "MAC address used for the station mode.\nPlease note that the MAC address will only replace the internal MAC address when the station mode is enabled.",
|
||||
"setting_chtime": "Time for scanning one channel before going to the next in milliseconds (only if channel hopping is enabled).",
|
||||
"setting_minDeauths": "Minimum number of deauthentication frames when scanning to change the LED to deauth mode.",
|
||||
"setting_attacktimeout": "After what amount of time (in seconds) the attack will stop automatically.\nSet it to 0 to disable it.",
|
||||
"setting_forcepackets": "How many attempts to send out a packet.\nSet this value higher if you want to achieve a better packet rate in a busy area.\nBe careful this setting could make the device slower or more unstable.\nMax value is 255!",
|
||||
"setting_deauthspertarget": "How many deauthentication and disassociation frames are sent out for each target.",
|
||||
"setting_deauthReason": "The reason code that is sent with the deauth frames to tell the target device why the connection will be closed.",
|
||||
"setting_beaconchannel": "If enabled, will sent all frames on different channels when running a beacon attack.",
|
||||
"setting_beaconInterval": "If set true, beacons will be sent out every second. If set to false, the interval will be 100ms.\nA longer interval means more stability and less spamming of packets, but it could take longer until the clients find the ssids when scanning.",
|
||||
"setting_randomTX": "Enables randomized transmission power for sending out beacon and probe request frames.",
|
||||
"setting_probesPerSSID": "How many probe request frames are sent for each SSID.",
|
||||
"setting_lang": "Default language for the web interface.\nBe sure the language file exists!"
|
||||
}
|
||||
Reference in New Issue
Block a user