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

request #6

Closed RaquisDawLn closed 2 years ago

RaquisDawLn commented 2 years ago

Can you add windows functionality or just straight up port to windows?

PandeoF1 commented 2 years ago

Actually we use <sys/socket.h> for all the methods. But the core of the communication for the http request was made with sys/socket and with . So actually we can't make a windows version because the attack methods wasn't compatible with windows. The first real problem with windows is windows defender.

RaquisDawLn commented 2 years ago

Actually we use <sys/socket.h> for all the methods. But the core of the communication for the http request was made with sys/socket and with . So actually we can't make a windows version because the attack methods wasn't compatible with windows. The first real problem with windows is windows defender.

You could re-write them to support windows or make a port to windows also for windows defender you would just have to encrypt your payload

PandeoF1 commented 2 years ago

I haven't really the time to make a windows version actually. But maybe in the futur