1N3 / BlackWidow

A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.

Home Page:https://sn1persecurity.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

errors when running in vm

Gam-7 opened this issue · comments

commented

2018-05-08 14_33_37-kali-linux-2018 1-vbox-amd64 snapshot 1 running - oracle vm virtualbox

Linux kali 4.15.0-kali3-amd64 #1 SMP Debian 4.15.17-1kali1 (2018-04-25) x86_64 GNU/Linux

cp blackwidow /usr/bin/blackwidow
cp injectx.py /usr/bin/injectx.py
pip install -r requirements.txt

Done all 3 of the above without error, any ideas?

Found this https://stackoverflow.com/questions/38447738/beautifulsoup-html5lib-module-object-has-no-attribute-base which mentions the following:

pip install --upgrade beautifulsoup4
pip install --upgrade html5lib

Let me know if that works and I will update the requirements.

commented

[SOLVED] thanks

👍