mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-22 14:40:05 +01:00
Fixed beacon attack
works now, but unfornatly only in broadcast. An targeted beacon flood attack on a specific client is mostly dropped (maybe because of the SDK?).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function getResponse(adr, callback, timeoutCallback = function(){alert("timeout error. Please reload the site");}, timeout = 3000){
|
||||
function getResponse(adr, callback, timeoutCallback = function(){alert("timeout error. Please reload the site");}, timeout = 5000){
|
||||
var xmlhttp = new XMLHttpRequest();
|
||||
xmlhttp.onreadystatechange = function() {
|
||||
if(xmlhttp.readyState == 4){
|
||||
|
||||
Reference in New Issue
Block a user