Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.14 KB

OPS

OPS is a python tool designed to scan for open Redirect vulnerabilities, used also to bypass filters.

Screenshots

image image

Setup

sudo chmod +x setup.sh  
sudo ./setup.sh  
./ops.py  

After running setup.sh you can execute ops using the terminal

Requirement

python3  
python packages :  
  - requests  
  - os  
  - optparse  
  - colorama

Usage

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

Credits

Special thanks to :

issues

Bug reports are welcome! Please report all bugs on the issue tracker. Thank you.