s0md3v / Striker

Striker is an offensive information and vulnerability scanner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOT SUPPORTED ON BACKBOX WHY?

rootmzizi opened this issue · comments

Am getting this error why?

root@backbox:/home/lau/Documents/Tools/Striker# python striker.py
Traceback (most recent call last):
File "striker.py", line 10, in
from plugins.DNSDumpsterAPI import DNSDumpsterAPI
File "/home/lau/Documents/Tools/Striker/plugins/DNSDumpsterAPI.py", line 12, in
from bs4 import BeautifulSoup
File "/usr/lib/python2.7/dist-packages/bs4/init.py", line 30, in
from .builder import builder_registry, ParserRejectedMarkup
File "/usr/lib/python2.7/dist-packages/bs4/builder/init.py", line 314, in
from . import _html5lib
File "/usr/lib/python2.7/dist-packages/bs4/builder/_html5lib.py", line 70, in
class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: 'module' object has no attribute '_base'
root@backbox:/home/lau/Documents/Tools/Striker#

This project is being re-written. You are trying to run an older version which is no longer being maintained :)

I see its under development