OPS is a python tool designed to scan for open Redirect vulnerabilities, used also to bypass filters.
sudo chmod +x setup.sh
sudo ./setup.sh
./ops.py
After running setup.sh you can execute ops using the terminal
python3
python packages :
- requests
- os
- optparse
- colorama
| Short Form | Long Form | Description |
|---|---|---|
| -u | --url | Target URL |
| -w | --wordlist | Using a custom payloads wordlist |
| -q | --quiet | Enable quiet mode |
| -t | --Timeout | Time of waiting for a request |
| -h | --help | show the help message and exit |
Special thanks to :
Bug reports are welcome! Please report all bugs on the issue tracker. Thank you.

