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

Error when logging in #7

Closed sam1e-dev closed 2 years ago

sam1e-dev commented 2 years ago

The following error occurs upon attempting to log in: Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/login.php:13) in /var/www/html/login.php on line 67

any fix?

PandeoF1 commented 2 years ago

We have this error because we use "header("location: path");". With the docker we have this warning because there is some protections from the php container. If you use your own systems that depends on the php version. I gonna make a patch in a few days

PandeoF1 commented 2 years ago

(Patched)