Skip to content

0ur4n05/ops_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.