
25.06.2018, 18:22
|
|
Новичок
Регистрация: 18.01.2009
Сообщений: 0
С нами:
9111969
Репутация:
0
|
|
The Infected Drake сказал(а):
Topotun сказал(а):
Today I try everything on I google, but I gave out this line, it's not the modules as I understand it?
Код:
Код:
root @ kali: ~ / TIDoS # tidos
WARNING: No route found for IPv6 destination :: (no default route?)
Traceback (most recent last call last):
File "/opt/tidos-framework/tidos.py", line 25, in
from impo import *
File "core / impo.py", line 32, in
from auxil import *
File "core / auxil.py", line 22, in
from brutemods import *
File "core / brutemods.py", line 23, in
from sshbrute import *
File "modules / AuxilMods / sshbrute.py", line 65, in
sshbrute (web)
NameError: name 'web' is not defined
TIDoS is built to be flexible. In your case it is due to variable collisions occuring due to multiple instances. The solution to your problem is that u can reinstall TIDoS to a different directory and I bet that will work fine.
How to fix it?
|
|
|