devanshbatham/OpenRedireX

AIOHTTP

theinfosecguy opened this issue · 2 comments

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'

I've Installed it using pip3 install aiohttp

python3.7 -m pip install aiohttp