sedoppkit icon indicating copy to clipboard operation
sedoppkit copied to clipboard

Fails to load as of lately

Open LDAS337 opened this issue 4 years ago • 3 comments

I am having issues with the script loading with the errors shown below. Is anyone else having issues or is it something in my packages?

root💀kali)-[~/sedoppkit] └─# python3 doppkit.py Traceback (most recent call last): File "/root/sedoppkit/doppkit.py", line 3, in from modules.recon import wigle, news, countyempfinder, payroll, ipinfo, businessSearch, plate, businessSearch, venmo, username, phonenumber, wordpress File "/root/sedoppkit/modules/recon/countyempfinder.py", line 2, in from bs4 import BeautifulSoup File "/usr/local/lib/python3.9/dist-packages/bs4/init.py", line 30, in from .builder import builder_registry, ParserRejectedMarkup File "/usr/local/lib/python3.9/dist-packages/bs4/builder/init.py", line 314, in from . import _html5lib File "/usr/local/lib/python3.9/dist-packages/bs4/builder/_html5lib.py", line 70, in class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder): AttributeError: module 'html5lib.treebuilders' has no attribute '_base'

LDAS337 avatar Nov 25 '21 21:11 LDAS337

That's quite odd, it may be a problem with your packages. When I attempted to run it from another virtual machine with a clean install, the only errors I got were regarding the bs4 module and tabulate module not being installed which is solved by simply running pip3 install bs4 and pip3 install tabulate

1d8 avatar Nov 25 '21 22:11 1d8

That's quite odd, it may be a problem with your packages. When I attempted to run it from another virtual machine with a clean install, the only errors I got were regarding the bs4 module and tabulate module not being installed which is solved by simply running pip3 install bs4 and pip3 install tabulate

Thanks for the response and letting me know your findings. Now its for me to try yo figure out whats going on with my machine.

LDAS337 avatar Nov 26 '21 03:11 LDAS337

i got the same problem with the tabulate module, i tried pip3 install tabulate but it still doesnt recognize this module

NTheOne2018 avatar Dec 14 '21 09:12 NTheOne2018