About Botnet 02-08-2013, 09:06 PM
#1
Welcome [username]. Since i recently started programming in C#, and it goes pretty good. I came to part where i want to make program that will do some data transfer or communicate with online database. So the perfect way to explore that field would be to create a simple botnet. I created this thread so you could help me with my questions.
I know the basic schema of BotNet, but now i have to go more detailed.
1. How does infected ( slave ) PC sends data to main server/pc (master). ( I was guessing ftp,sql,email?...)
Anyways i am looking for most efficient way to connect those slaves, i was wondering about sql db. Could that be simple solution for communicating between slaves and master, for example changing specific bool at sql db at true (1), and inserting new string with ip of target. And bot on slave's pc would look for that boolean in sql db, if it's set to true it reads the string where ip is stored, and then it starts the attack. And when bool is set false (0) it will stop the attack. ( I was thinking about that kind of communication, was i thinking good?)
2. What kind of attacks are most efficient & used in Botnets?
3. How to protect the source / encrypt the packets that are containing sensitive info such as login/password of ftp,sql db,email...
Thanks in advance.
( Might be updated for more questions )
I know the basic schema of BotNet, but now i have to go more detailed.
1. How does infected ( slave ) PC sends data to main server/pc (master). ( I was guessing ftp,sql,email?...)
Anyways i am looking for most efficient way to connect those slaves, i was wondering about sql db. Could that be simple solution for communicating between slaves and master, for example changing specific bool at sql db at true (1), and inserting new string with ip of target. And bot on slave's pc would look for that boolean in sql db, if it's set to true it reads the string where ip is stored, and then it starts the attack. And when bool is set false (0) it will stop the attack. ( I was thinking about that kind of communication, was i thinking good?)
2. What kind of attacks are most efficient & used in Botnets?
3. How to protect the source / encrypt the packets that are containing sensitive info such as login/password of ftp,sql db,email...
Thanks in advance.
( Might be updated for more questions )