devanshbatham / OpenRedireX

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

ModuleNotFoundError: No module named 'aiohttp' #13

Closed simrotion13 closed 1 year ago

simrotion13 commented 3 years ago

root@bbmachine:~/tools/OpenRedireX# python3 openredirex.py -h Traceback (most recent call last): File "openredirex.py", line 3, in import aiohttp ModuleNotFoundError: No module named 'aiohttp'

Rahimianes commented 3 years ago

Hello you can install this package with the below command: pip3 install aiohttp

rakshitks commented 2 years ago

@simrotion13 try this https://github.com/devanshbatham/OpenRedireX/issues/14

devanshbatham commented 1 year ago

Closing this issue as I have updated the entire script. File a new issue if you face any problems running it