htr-tech/afgcrack

Failed to run!

Opened this issue · 3 comments

I get this error when I try to run python2 crack.py!

sh: 1: pip2: not found

Unable to Install requests !

yeah same although have you tried: python -m pip install requests

but even then it still says it can't import it

it keeps saying: system cannot find directory

I have no idea what's going on.

and to think all this could be avoided if the dude would just release the code smh

Install pip2 manually then

wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python2 get-pip.py

It will install pip module.. then type

pip2 install requests mechanize crkaf

after that run the script again

@htr-tech Nothing works