devanshbatham / OpenRedireX

A fuzzer for detecting open redirect vulnerabilities
MIT License
699 stars 134 forks source link

Not working! #11

Closed 0x0asif closed 1 year ago

0x0asif commented 3 years ago

ultimate@Ultimate-Haxor:~/Desktop/Quick_Recon/OpenRedireX$ python3.7 openredirex.py -l urls.txt -p payloads.txt --keyword FUZZ Traceback (most recent call last): File "openredirex.py", line 3, in import aiohttp ModuleNotFoundError: No module named 'aiohttp' ultimate@Ultimate-Haxor:~/Desktop/Quick_Recon/OpenRedireX$

all pip installed. But it not work properly.

0xPugal commented 2 years ago

install aiohttp using the below command :)

pip3 install aiohttp
rakshitks commented 2 years ago

Try this once Please follow these steps to resolve the error

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

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

Install libary python3.7 -m pip install aiohttp

Use this command while running testphp.vulnweb.com text file contains something like this http://testphp.vulnweb.com:80/secured/phpinfo.php?=FUZZ

Then use this command python3.7 openredirex.py -l testphp.vulnweb.com.txt -p payloads.txt --keyword=FUZZ

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