Hey guys, I am making a PHP and Delphi botnet from scratch... I have half of the php work done, and then I'm on to the delphi...
All I gotta do now for the php side is this:
Make a php file "ipgate.php" that will take any and every ip address currently connected to it and echo it (so I can modify it to save the list as CSV into a file), then I just gotta make a php file that will send a command to each ip address (and port, all the ports will be the same tho...) that have the trojan listener... I have everything else done with the site, and I currently have an ip logger, but it only seems to log 1 ip address at a time in my CSV file, and if the connection closes, it won't remove the ip address by it's self... if anyone has some code that could help, I'd greatly appreciate it!
and for anyone who is concerned, I am building a network administration control panel... my first php and first delphi projects... I am building them like a trojan botnet to make sure the API code works, then I'm changing it into the N.A.C.P., so don't be alarmed... =)
I said I am building it LIKE a trojan/botnet... not AS one nor to USE one... just similar construction...
All I gotta do now for the php side is this:
Make a php file "ipgate.php" that will take any and every ip address currently connected to it and echo it (so I can modify it to save the list as CSV into a file), then I just gotta make a php file that will send a command to each ip address (and port, all the ports will be the same tho...) that have the trojan listener... I have everything else done with the site, and I currently have an ip logger, but it only seems to log 1 ip address at a time in my CSV file, and if the connection closes, it won't remove the ip address by it's self... if anyone has some code that could help, I'd greatly appreciate it!
and for anyone who is concerned, I am building a network administration control panel... my first php and first delphi projects... I am building them like a trojan botnet to make sure the API code works, then I'm changing it into the N.A.C.P., so don't be alarmed... =)
I said I am building it LIKE a trojan/botnet... not AS one nor to USE one... just similar construction...