KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ops_scanner
★ 18
Open GitHub ↗
Open Redirect scanner
Download README (.md)
Explore Similar Repositories
sls-mis
:
SLS MIS (SLS make it simple) provides various tools and demos to make it more convenient for you to use SLS.
sdk-powershell
:
PowerShell 7.0 SDK for CloudEvents
Sketches-web-app
:
A web app that makes a sketch of you.
MCR
:
Code for the paper "Multi-perspective Coherent Reasoning for Helpfulness Prediction of Multimodal Reviews" (ACL 2021)
ICASSP2021_paper_list-VC
:
ICASSP 2021 accepted papers in term of voice conversion (VC)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ops_scanner
?
Download (.md)
# OPS OPS is a python tool designed to scan for open Redirect vulnerabilities, used also to bypass filters. # Screenshots   # 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 : * [f0rkr](https://github.com/f0rkr) * [yeez123](https://github.com/yezz123) # issues Bug reports are welcome! Please report all bugs on the issue tracker. Thank you.