epsylon / ufonet

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

Launch attack but nothing happend #394

Closed QwartzNetwork closed 2 years ago

QwartzNetwork commented 2 years ago

I have a probleme when launching attack, nothing happend on the map, it's just displayed zombies but target doesn't localised and not shown image

QwartzNetwork commented 2 years ago

image I've test the "Attack Me" option but I've got this error :(

MiChaelinzo commented 2 years ago

Have you tried using python3 ufonet --test-all ? to test working botnets & zombies also doing --auto-search to have new zombies.

QwartzNetwork commented 2 years ago

I'll test that and I'll post feedback when it's finished

QwartzNetwork commented 2 years ago

I used --auto-search but I've got this error image

QwartzNetwork commented 2 years ago

I've tested solutions but no fix the problem :(

MiChaelinzo commented 2 years ago

So have you seen your network stats? are there any unfamiliar IP attacking your website or IP? You should close this one the GUI of Ufonet seems to be working properly I tested it...And also it seems you should follow the instruction to use TOR before attacking your own IP.

MiChaelinzo commented 2 years ago

Also https://github.com/epsylon/ufonet/issues/385

QwartzNetwork commented 2 years ago

I've follow steps to configure tor and proxychains but didn't work, zombies download work as well but attack still don't work :'(

epsylon commented 2 years ago

@QwartzNetwork try to report in a step by step mode, because this is a complex piece of software with many variables, some of them related to third party (out of the scope) and it is very difficult to be efficient when providing support.

1) Sometimes the geolib cannot found the IP in the Geodata.db. You should have some tips/output about this issue, if is your case, at the logs of the Map Console (right down on your screen).

2) UFONet is using some different IP external checkers:

    self.check_ip_service1 = 'https://checkip.org/' # set external check ip service 1 [OK! 06/06/2020]
    self.check_ip_service2 = 'https://whatismyip.org/' # set external check ip service 2 [OK! 06/06/2020]
    self.check_ip_service3 = 'https://ip.42.pl/ra' # set external check ip service 3 [OK! [06/06/2020]

Are these services working for you?. Do you have access to them via Web Browser?.

From here, at the date of today are working: OK!

3) Search engines try to block dorking techniques by filtering the requests/IPs (by the amount of them, by geolocation, by the speed of the requests, etc..). To avoid this, you can try to:

A) Change your IP (for example, reloading your TOR circuit) and repeat the task: --auto-search until you have one that works B) Try to make your request more slowly (to be more "human-like"), for example using: --delay 15 C) Try to use each search engine one by one. ex: --se=duck, --se=yahoo and so on... C) Try to exclude some of the engines when massive searching. ex: --sax=yahoo,bing

QwartzNetwork commented 2 years ago

still not work :(

image

But geoip pygeoip is already installed :(

how to change external IP checker ?

epsylon commented 2 years ago

@QwartzNetwork to "fix" geoip issue, try this: https://ufonet.03c8.net/#installation

sudo apt-get install python3-geoip libgeoip1 libgeoip-dev

And to use another external IP checker, change it at code:

https://github.com/epsylon/ufonet/blob/master/core/main.py#L63

QwartzNetwork commented 2 years ago

@QwartzNetwork to "fix" geoip issue, try this: https://ufonet.03c8.net/#installation

sudo apt-get install python3-geoip libgeoip1 libgeoip-dev

And to use another external IP checker, change it at code:

https://github.com/epsylon/ufonet/blob/master/core/main.py#L63

All is installed, I changed the external IP checker and still not working

QwartzNetwork commented 2 years ago

image I have this error

epsylon commented 2 years ago

@QwartzNetwork you are mixing, every thing that you found and think that is an "issue" on the same thread (with also have a different topic), being practically a troll :)

Btw, this last error is:

QwartzNetwork commented 2 years ago

I don't troll, I'm just a noob with this tool. Thanks for help

QwartzNetwork commented 2 years ago

@QwartzNetwork you are mixing, every thing that you found and think that is an "issue" on the same thread (with also have a different topic), being practically a troll :)

Btw, this last error is:

  • because you have the "zombies.txt" file empty.
  • because your GeoIP lib is not resolving correctly.

Okay zombies.txt works now, How to make GeoIP lib resolving correctly ? I changed IP resolver but still don't work. I'm a very noob, sorry :(

epsylon commented 2 years ago

@QwartzNetwork GeoIP lib is an external dependency.

Check your current versions:

ventiska% apt-cache show python3-geoip Package: python3-geoip Source: python-geoip Version: 1.3.2-2

ventiska% apt-cache show libgeoip1 Package: libgeoip1 Source: geoip Version: 1.6.12-1

ventiska% apt-cache show libgeoip-dev Package: libgeoip-dev Source: geoip Version: 1.6.12-1