epsylon / ufonet

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

Parsing error cannot run the c&c #418

Closed MiChaelinzo closed 1 year ago

MiChaelinzo commented 1 year ago
  michael@Raze:~/BOTNET/ufonet$ sudo python3 ufonet --gui
Traceback (most recent call last):
  File "/home/michael/BOTNET/ufonet/ufonet", line 14, in <module>
    options = app.create_options()
  File "/home/michael/BOTNET/ufonet/core/main.py", line 208, in create_options
    self.optionParser = UFONetOptions()
  File "/home/michael/BOTNET/ufonet/core/options.py", line 28, in __init__
    self.zombies = int(self.extract_zombies())
ValueError: invalid literal for int() with base 10: 'broken!'
epsylon commented 1 year ago

@MiChaelinzo it looks that you have removed "botnet/zombies.txt" file. Try to restore it (ex: touch "botnet/zombies.txt").