ImportError - xmpp
sineyed opened this issue · 2 comments
I am having trouble doing both manual and global installations. I get the same error. Could you please assist?
Traceback (most recent call last):
File "tidos.py", line 14, in
from core.tidos_main import *
File "/opt/test/TIDoS-Framework/core/tidos_main.py", line 37, in
from core.Vulnlysis.vuln import *
File "/opt/test/TIDoS-Framework/core/Vulnlysis/vuln.py", line 17, in
from core.Vulnlysis.Oth_Bugs.othbugs import *
File "/opt/test/TIDoS-Framework/core/Vulnlysis/Oth_Bugs/othbugs.py", line 25, in
from xmppbrute import *
File "modules/0x03-Vulnerability+Analysis/0x03-OtherWebBugs/xmppbrute.py", line 18, in
from xmpp import Client
ImportError: No module named xmpp
I am having this same error on Kali. Tried - pip install xmpp and pip3 install xmpp.
Just ran these:
pip install xmpppy
AND
pip3 install xmpppy
AND
pip install pyxmpp2
Still getting the same error.
I am having this same error on Kali. Tried - pip install xmpp and pip3 install xmpp.
Just ran these:
pip install xmpppy
AND
pip3 install xmpppy
AND
pip install pyxmpp2
Still getting the same error.
try it now i ran the same commands u did and it worked