PandeoF1/px_botnet

server api

Closed this issue · 4 comments

Can you post the api/comms for the server so i can make my own client for it without reading the whole preexisting client?

All the program work with one api :
GET | http://localhost/api?id=%random_id%&arch=%arch_of_victim%
It will automaticly add the bot to the database and if the bot has a task it will print the type of the attack, destination....

All the program work with one api : GET | http://localhost/api?id=%random_id%&arch=%arch_of_victim% It will automaticly add the bot to the database and if the bot has a task it will print the type of the attack, destination....

ok so i have it online and im manually sending the requests, do i need to use a specific user agent to see the tasks? and where in the body will the task be? just plain text or in the headers?

Plain text and you don't need a specific user agent (but it's a nice idea).
(For the API it's /api.php but it will change nothing I think)