PandeoF1/px_botnet

I executed px_botnet , but no bot is online, and the configuration file has also been changed

Closed this issue · 6 comments

I executed px_botnet , but no bot is online, and the configuration file has also been changed

The same issue here...

# define url "ggregergeryhte.ddns.net" // fake url
# define stringifer "" //url obfusced (ex : api.pandeo.fr == Zib'vZg]^u'_k)
# define download_url "" // url for script sh to download bot
# define url_page "/api.php" // path for api

I'm not quite getting the hang of that configuration. The "define url" is supposed to be a fake host, then "define stringifer" must be the real host (which I already obfuscated with the tool) but I can't understand if it is necessary to put only the "Zib'vZg]^u'_k" or "hostname == Zib'vZg]^u'_k" (I tried both ways and recompiling the binary but without success in the connection.

The "download_url" I understand even less, what is this "sh script" you are talking about, the already compiled px_botnet, is it necessary to put the content in the form "hostname.com/px_botnet"?

Some things are not well written. My host is running on port 443, I can't find where I can specify the operating port.

Hi, Inside the stringified URL. You put only the hostname stringified nothing more (ex: pandeo.fr). But you need to use port 80 for http. Download url is for an bash script for auto deployement. But you don't need it for the test. Inside url_page you need to put "/path/api.php" in my example the botnet was a the "/" of my webserver. So i have put /api.php