akamai-arl-hack icon indicating copy to clipboard operation
akamai-arl-hack copied to clipboard

tool is not working

Open br0k3n-1337 opened this issue 4 years ago • 2 comments

Error: Traceback (most recent call last): File "arl.py", line 4, in import validators ImportError: No module named validators 2021-08-01_222913

br0k3n-1337 avatar Aug 01 '21 16:08 br0k3n-1337

or in general install packages called out in the requirements.txt file by doing:

pip install -r requirements.txt

defparam avatar Aug 05 '21 16:08 defparam

I faced the same issue, Got is solved with following two commands.

sudo -H pip2 install --upgrade pip pip install validators python3 arl.py <target>

v3daxt avatar Sep 21 '21 12:09 v3daxt