PandeoF1 / px_botnet

HTTP Botnet in C, Cross Compilable. (Layer 7 - Layer 4) - 11 Methods
https://botnet.pandeo.fr/login.php
MIT License
33 stars 10 forks source link

server api #14

Closed CheetoTrump closed 2 months ago

CheetoTrump commented 7 months ago

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

CheetoTrump commented 7 months ago

i.e post: http://localhost/register?arg=example?arg2=example2 etc get: http://localhost/ping?arg=hwid

PandeoF1 commented 7 months ago

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....

CheetoTrump commented 7 months ago

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?

PandeoF1 commented 7 months ago

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)