0xInfection / TIDoS-Framework

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

DNSLib doesent work at all #110

Closed Cezar0organisation closed 3 years ago

Cezar0organisation commented 4 years ago

C:\home\fsociety\Desktop\Posao\Skripte\TIDoS-Framework> sudo python2 tidos.py Traceback (most recent call last): File "tidos.py", line 14, in from core.tidos_main import File "/home/fsociety/Desktop/Posao/Skripte/TIDoS-Framework/core/tidos_main.py", line 37, in from core.Vulnlysis.vuln import File "/home/fsociety/Desktop/Posao/Skripte/TIDoS-Framework/core/Vulnlysis/vuln.py", line 16, in from core.Vulnlysis.Misc_Bugs.webbugs import File "/home/fsociety/Desktop/Posao/Skripte/TIDoS-Framework/core/Vulnlysis/Misc_Bugs/webbugs.py", line 29, in from mailspoof import File "modules/0x03-Vulnerability+Analysis/0x02-MisconfigurationBugs/mailspoof.py", line 15, in import emailprotectionslib.dmarc as dmarclib File "/usr/local/lib/python2.7/dist-packages/emailprotectionslib/dmarc.py", line 3, in import Resolver File "/usr/local/lib/python2.7/dist-packages/emailprotectionslib/Resolver.py", line 1, in import dnslib ImportError: No module named dnslib

VainlyStrain commented 3 years ago

Hi!

I had this issue too (and I don't know what's causing it). However, I was able to solve it by putting it in the lib/ folder of the framework, and updating the import paths. The issue should be resolved in TIDoS 2.0.

Cheers