All Projects → aldo-moreno-leon → ORtester

aldo-moreno-leon / ORtester

Licence: other
Open Redirect scanner - (out of date)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ORtester

Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+14029.17%)
Mutual labels:  bugbounty, pentest-tool
YAPS
Yet Another PHP Shell - The most complete PHP reverse shell
Stars: ✭ 35 (+45.83%)
Mutual labels:  bugbounty, pentest-tool
Oneforall
OneForAll是一款功能强大的子域收集工具
Stars: ✭ 4,202 (+17408.33%)
Mutual labels:  bugbounty, pentest-tool
Watchdog
Watchdog - A Comprehensive Security Scanning and a Vulnerability Management Tool.
Stars: ✭ 345 (+1337.5%)
Mutual labels:  bugbounty, pentest-tool
h1-search
Tool that will request the public disclosures on a specific HackerOne program and show them in a localhost webserver.
Stars: ✭ 58 (+141.67%)
Mutual labels:  bugbounty, pentest-tool
Cloudbrute
Awesome cloud enumerator
Stars: ✭ 268 (+1016.67%)
Mutual labels:  bugbounty, pentest-tool
Top25 Parameter
For basic researches, top 25 vulnerability parameters that can be used in automation tools or manual recon. 🛡️⚔️🧙
Stars: ✭ 388 (+1516.67%)
Mutual labels:  bugbounty, pentest-tool
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+30091.67%)
Mutual labels:  bugbounty, pentest-tool
credcheck
Credentials Checking Framework
Stars: ✭ 50 (+108.33%)
Mutual labels:  bugbounty, pentest-tool
Arl
ARL(Asset Reconnaissance Lighthouse)资产侦察灯塔系统旨在快速侦察与目标关联的互联网资产,构建基础资产信息库。 协助甲方安全团队或者渗透测试人员有效侦察和检索资产,发现存在的薄弱点和攻击面。
Stars: ✭ 1,357 (+5554.17%)
Mutual labels:  bugbounty, pentest-tool
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (+2154.17%)
Mutual labels:  bugbounty, pentest-tool
Nightingale
It's a Docker Environment for pentesting which having all the required tool for VAPT.
Stars: ✭ 119 (+395.83%)
Mutual labels:  bugbounty, pentest-tool
vaf
Vaf is a cross-platform very advanced and fast web fuzzer written in nim
Stars: ✭ 294 (+1125%)
Mutual labels:  bugbounty, pentest-tool
pentesting-dockerfiles
Pentesting/Bugbounty Dockerfiles.
Stars: ✭ 148 (+516.67%)
Mutual labels:  bugbounty, pentest-tool
Behold3r
👻Behold3r -- 收集指定网站的子域名,并可监控指定网站的子域名更新情况,发送变更报告至指定邮箱
Stars: ✭ 29 (+20.83%)
Mutual labels:  pentest-tool
LiteOTP
Multi OTP Spam Amp/Paralell threads
Stars: ✭ 50 (+108.33%)
Mutual labels:  pentest-tool
Domainker
BugBounty Tool
Stars: ✭ 40 (+66.67%)
Mutual labels:  bugbounty
anewer
anewer appends lines from stdin to a file if they don't already exist in the file. This is a rust version of https://github.com/tomnomnom/anew
Stars: ✭ 46 (+91.67%)
Mutual labels:  bugbounty
RedTeam BlueTeam HW
红蓝对抗以及护网相关工具和资料,内存shellcode(cs+msf)和内存马查杀工具
Stars: ✭ 466 (+1841.67%)
Mutual labels:  pentest-tool
revshfuzz
A tool for fuzzing for ports that allow outgoing connections
Stars: ✭ 18 (-25%)
Mutual labels:  pentest-tool

About ORtester

ORtester is a tool designed to detect open redirects vulnerabilities on websites. It helps penetration testers and bug hunters find open redirect bugs through a scan supported by a list of payloads.

Screenshot

Alt text

Installation

git clone https://github.com/Leonmugen/ORtester.git

Dependencies

ORtester use requests and tldextract python modules.

sudo pip install -r requirements.txt

Usage

Short form Long form Description
-u --url URL to fuzz
-f --file File with the list of payloads
-h --help Show the help message

Examples

  • To scan an URL:
python ortester.py -u https://www.example.com/redirect.php?url= -f all.list
python ortester.py --url https://www.example.com/redirect.php?url= --file all.list
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].