devanshbatham / OpenRedireX

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

AttributeError: module 'asyncio' has no attribute 'run' #14

Closed conorxx1 closed 1 year ago

conorxx1 commented 3 years ago

Traceback (most recent call last): File "openredirex.py", line 126, in main() File "openredirex.py", line 106, in main asyncio.run(redirme(url_list , args.payloads, args.keyword)) AttributeError: module 'asyncio' has no attribute 'run'

rakshitks commented 2 years ago

Please follow these steps to resolve the error

  1. Install python3.7 sudo apt install python3.7-minimal

  2. Install python3.7 dev sudo apt-get install python3.7-dev

  3. Install the libary now python3.7 -m pip install aiohttp

It will start working :) Tested on ubuntu 18

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