monitoring
Closed Thread
Results 1 to 15 of 41

Thread: Creating a BotNet

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Posts
    1,649
    There's not much to 'configuring' WAMP. It's easy.

    Also, you'll have to infect victims with the server.exe or whatever file was generated by TsunamiOverhost.exe. That's the harder part and requires you to find idiots dumb enough to open random .exe files.
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  2. #2
    Join Date
    Mar 2008
    Posts
    21
    What exactly happens when the .exe is double clicked? It doesn't make it obvious at all does it? "DO YOU WISH TO BECOME PART OF THIS BOTNET?" Rofl xD! That was a joke of course. Okaayyyy I'm gonna follow this guide on setting up my WAMP: [url]http://www.lunarforums.com/lunarpages_php_mysql/wamp_windowsapachemysqlphp_setup-t228*0.0.html[/url] . Do I need both Apache AND MySQL? They sorta seem like the same thing if I'm not mistaken
    Last edited by x1mpr0x; 03-29-2008 at 11:25 PM.

  3. #3
    Join Date
    Sep 2006
    Posts
    1,649
    To be honest, I've never clicked server.exe on myself before. I don't know what happens other than the clicker's system becomes part of the botnet. If they have a good AV or something maybe it'll catch it.

    Apache and MySQL are two very different things. Apache is a web server, MySQL is a database manager.
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  4. #4
    Join Date
    Mar 2008
    Posts
    21
    Ughhhh there are SO many downloads on apache website.



    Could you possibly point me to what i'd have to download for WAMP to work? I don't have any options or anything for my WAMP, just says server offline in my taskbar. I can't open up any menus or anything, I'm guessing this is how it works, which means it has to be configured using something else? I'm guessing apache because I already have MySQL


    Also for the "online.php" file, since I'm not using an FTP; what do I put in the $online_db_host field? This is what it looks like now.

    // Set MySQL database variables
    $online_db_host = "ftp.drivehq.com";
    $online_db_name = "MYSQLDATABASENAME";
    $online_db_user = "MYSQLNAME";
    $online_db_pass = "MYSQLPASSWORD";
    Last edited by x1mpr0x; 03-30-2008 at 02:23 PM.

  5. #5
    Join Date
    Sep 2006
    Posts
    1,649
    WAMP comes with MySQL, Apache, and PHP already. There's no reason to download anything else.

    Since you'll be hosting from your computer, you can set your db host to localhost.

    To make sure WAMP is working properly, go to [url]http://localhost[/url] and see if you get the WAMP start page. If you don't, that means something's wrong.
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  6. #6
    Join Date
    Mar 2008
    Posts
    21
    Okay it's working properly, how can I upload my botnet folder to it


    Taking an educated guess and saying it's c:\wamp

    Now where in there, do I put my botnet folder? and how can I edit the CHMOD's after they are uploaded?




    Also, I've already did this:


    CREATE TABLE botnet (
    date int NOT NULL,
    ip varchar(40) NOT NULL,
    b_id int unsigned primary key NOT NULL auto_increment
    );


    Into mysql 5.0 before I installed WAMP, Do I have to do this again for the WAMP version of mysql?
    Last edited by x1mpr0x; 03-30-2008 at 03:41 PM.

  7. #7
    Join Date
    Sep 2006
    Posts
    1,649
    I don't think you'll have to worry about CHMOD and all that.

    Also, there should be a folder like wwwroot or something like that with an index page in it. Put your files in there.
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

Closed Thread

Similar Threads

  1. creating my own Keylogger?
    By Tenz in forum Programming
    Replies: 1
    Last Post: 09-05-2007, 04:38 PM
  2. Makeing your own botnet.
    By carlo in forum Internet Privacy
    Replies: 1
    Last Post: 02-17-2006, 12:57 PM
  3. Creating trojans
    By Unregistered in forum Viruses and Trojans
    Replies: 13
    Last Post: 09-04-2005, 03:28 AM
  4. help me here! creating the keylogger!
    By Unregistered in forum Proxies and Firewalls
    Replies: 1
    Last Post: 07-16-2005, 06:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts