0xInfection / TIDoS-Framework

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

[Invalid] => does not work #54

Closed jojo6r57346 closed 5 years ago

jojo6r57346 commented 5 years ago

Doesn't work. Actually the same problem as the previous user has. Previous version worked. Using ParrotOS. P.S. Why python2.7? Shodan doesn't work correctly or smth like that? Dude, you have a perfect project, may be subsitute for recon-ng. Debug your product. Thanks a lot, man.

0xInfection commented 5 years ago

Can you at least tell me what is the problem you're facing?

jojo6r57346 commented 5 years ago
Traceback (most recent call last):
  File "/opt/tidos/tidos.py", line 14, in <module>
    from core.tidos_main import *
  File "/opt/tidos/core/tidos_main.py", line 37, in <module>
    from core.Vulnlysis.vuln import *
  File "/opt/tidos/core/Vulnlysis/vuln.py", line 18, in <module>
    from core.Vulnlysis.Serio_Bugs.serbugs import *
  File "/opt/tidos/core/Vulnlysis/Serio_Bugs/serbugs.py", line 23, in <module>
    from csrf import *
  File "modules/0x03-Vulnerability+Analysis/0x01-TopPriorityBugs/csrf.py", line 18, in <module>
    from BeautifulSoup import BeautifulSoup
ImportError: No module named BeautifulSoup
0xInfection commented 5 years ago

I am not going to give you the solution, google it.

sumgr0 commented 5 years ago

I've been facing the same error and have tried google to find a solution, but in vain.

Request you to support with possible solution.

Thanks

0xInfection commented 5 years ago

I pushed out 2 commits which should fix the ImportError you're speaking about . Now you just need to have bs4 installed on your machine.

sumgr0 commented 5 years ago

I pushed out 2 commits which should fix the ImportError you're speaking about . Now you just need to have bs4 installed on your machine.

This sorted it out. Thanks for quick action.