App won't run

Issue #4 resolved
tso_security created an issue

python Wordhound.py won't run.

Please see the attachment.

Comments (7)

  1. tso_security reporter

    This in Kali Linux.

    After running the following commands, apt-get update apt-get upgrade apt-get dist-upgrade

    there is a different error message.

    root@kali:~/wordhound# python WordHound.py Traceback (most recent call last): File "WordHound.py", line 5, in <module> import client as cli File "/root/wordhound/client.py", line 8, in <module> import crawler File "/root/wordhound/crawler.py", line 17, in <module> import bs4 File "/usr/local/lib/python2.7/dist-packages/bs4/init.py", line 30, in <module> from .builder import builder_registry, ParserRejectedMarkup File "/usr/local/lib/python2.7/dist-packages/bs4/builder/init.py", line 311, in <module> from . import _html5lib File "/usr/local/lib/python2.7/dist-packages/bs4/builder/_html5lib.py", line 57, in <module> class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder): AttributeError: 'module' object has no attribute '_base'

  2. tso_security reporter

    I'm still having issues. Please read below.

    root@kali:~/wordhound# python wordhound.py --outputfile test_words.txt --maxprocesses 4 test.com [+] Mapping out website... Traceback (most recent call last): File "wordhound.py", line 44, in <module> main() File "/usr/lib/python2.7/dist-packages/click/core.py", line 716, in call return self.main(args, kwargs) File "/usr/lib/python2.7/dist-packages/click/core.py", line 696, in main rv = self.invoke(ctx) File "/usr/lib/python2.7/dist-packages/click/core.py", line 889, in invoke return ctx.invoke(self.callback, ctx.params) File "/usr/lib/python2.7/dist-packages/click/core.py", line 534, in invoke return callback(args, **kwargs) File "wordhound.py", line 24, in main crawler = WebCrawler(url, maxdepth, maxprocesses) File "/root/wordhound/crawler.py", line 17, in init crawler.crawl(url) File "/usr/local/lib/python2.7/dist-packages/creepy/crawler.py", line 103, in crawl self.proto = rx.group(1) AttributeError: 'NoneType' object has no attribute 'group'

  3. Matt Marx repo owner

    Hey tso,

    Please pass in a URL not a domain and let me know. Also I've fixed some other bugs, pull latest version before running.

    M

  4. Log in to comment