devanshbatham / OpenRedireX

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

issue #1

Closed chawdamrunal closed 4 years ago

chawdamrunal commented 4 years ago

(env) root@user-VirtualBox:/home/mru/OpenRedireX# python3.7 openredirex.py -l urls.txt -p payloads.txt --keyword FUZZ

         ____                   ____           ___          _  __
        / __ \____  ___  ____  / __ \___  ____/ (_)_______ | |/ /
       / / / / __ \/ _ \/ __ \/ /_/ / _ \/ __  / / ___/ _ \|   / 
      / /_/ / /_/ /  __/ / / / _, _/  __/ /_/ / / /  /  __/   |  
      \____/ .___/\___/_/ /_/_/ |_|\___/\__,_/_/_/   \___/_/|_|  
            /_/                                                    

                      - By Devansh(Asm0d3us) and NullPxl

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

devanshbatham commented 4 years ago

use python 3.7.5 or higher !