mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-11 17:19:58 +01:00
Show complete packetrate in web interface
This commit is contained in:
@@ -12,6 +12,8 @@ function draw(){
|
||||
getE("deauthPkts").innerHTML = esc(attackJSON[0][2] + "/" + attackJSON[0][3]);
|
||||
getE("beaconPkts").innerHTML = esc(attackJSON[1][2] + "/" + attackJSON[1][3]);
|
||||
getE("probePkts").innerHTML = esc(attackJSON[2][2] + "/" + attackJSON[2][3]);
|
||||
|
||||
getE("allpkts").innerHTML = esc(attackJSON[3]+"");
|
||||
}
|
||||
|
||||
function start(mode){
|
||||
|
||||
Reference in New Issue
Block a user