epsylon / ufonet

UFONet - Denial of Service Toolkit
https://ufonet.03c8.net
2.22k stars 610 forks source link

When i test UFOnet on my site, traffics are not reflected on my site. #57

Closed takethepiracydown closed 7 years ago

takethepiracydown commented 7 years ago

I've set everything right. I've got 2000 plus bots. But, when I test on my site, traffics are not reflected on my site.

epsylon commented 7 years ago

Are you searching on proper logs? Which webserver are you using (apache, nginx,...)?

takethepiracydown commented 7 years ago

I'm using apache server. I've set everything done. When I execute ./ufonet -a example.com, all the bots get connected and then it shows [ Info] Firing from: http://45.55.XXX.XX/xmlrpc.php [Error] X-RPC: http://45.55.XXX.XX/xmlrpc.php -> FAILED (cannot connect!)]

What was my mistake? sorry, I'm newbie

epsylon commented 7 years ago

I see, you are mixing a lot of stuff...

Firstly, if you have apache server (for example over a *unix system) you should take a look to the correct log of your website. For example, it can found at some systems on: /var/logs/apache2/access.logs

Review where is located your project on server and where are correct paths to logs (access.logs and error.logs).

[Error] X-RPC: http://45.55.XXX.XX/xmlrpc.php -> FAILED (cannot connect!)]

This is related with that this concrete bot is not working correctly.

Maybe this IP hasn't more xmlrpc services or now it is using a patched wordpress, etc..

You can remove it from: botnet/rpcs.txt file.


PD: I edited you comment to remove real IP address.