devanshbatham / OpenRedireX

A fuzzer for detecting open redirect vulnerabilities
MIT License
690 stars 129 forks source link

AIOHTTP #2

Closed theinfosecguy closed 4 years ago

theinfosecguy commented 4 years ago

root@localhost:~/Tools/OpenRedireX# python3.7 openredirex.py -l url.txt -p payloads.txt --keyword FUZZ Traceback (most recent call last): File "openredirex.py", line 2, in import aiohttp ModuleNotFoundError: No module named 'aiohttp'

theinfosecguy commented 4 years ago

I've Installed it using pip3 install aiohttp

tpirneci commented 4 years ago

python3.7 -m pip install aiohttp