0xInfection / TIDoS-Framework

The Offensive Manual Web Application Penetration Testing Framework.
GNU General Public License v3.0
1.76k stars 388 forks source link

ImportError - xmpp #96

Closed sineyed closed 3 years ago

sineyed commented 4 years ago

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

ll3N1GmAll commented 4 years ago

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.

D4rk3rkali commented 4 years ago

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