1N3/BlackWidow

python blackwidow --help does not work

Lapis420 opened this issue · 3 comments

VMbox - Kali linux

when i type python3 blackwidow this pops up

File "blackwidow", line 45
print ""
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("")?

how do i fix?

also when i do ./install.sh and/or sudo ./install.sh i get this error

./install.sh: line 33: pip: command not found

also what is the fix for that?

1N3 commented

Can you try running

apt install python-pip python2.7

Then, re-run the install.sh file after? BlackWidow requires python2.x to run, so use python2 /usr/bin/blackwidow to run.

E: Unable to locate package python-pip

1N3 commented

Just pushed the fix for this in the latest version. To apply the fix, please re-clone the repository and re-run the install.sh file.

git clone https://github.com/1N3/BlackWidow
cd BlackWidow
sudo bash install.sh