安装 Python3 和 pip 说明请点击此处 (如果你搞不定这个,那你真的不应该使用这个)
pip install openredirect
openredirect -h我们集成了 Telegram API,以便在检测到漏洞时即时接收通知。
openredirect --chatid <YourTelegramChatID>
@CappricioSecuritiesTools_bot 并点击开始该工具支持多种使用场景。
openredirect -u http://example.com
openredirect -i urls.txt
openredirect -i urls.txt -o out.txt
openredirect? 请输入以下命令
openredirect -b
🚨 免责声明
此工具专为安全漏洞识别与协助而创建;Cappricio Securities 不对任何非法使用负责。 请在法律和道德边界内负责任地使用。🔐🛡️
👋 Hey Hacker
v1.0
____ ____ ___ __
/ __ \____ ___ ____ / __ \___ ____/ (_)_______ _____/ /_
/ / / / __ \/ _ \/ __ \______/ /_/ / _ \/ __ / / ___/ _ \/ ___/ __/
/ /_/ / /_/ / __/ / / /_____/ _, _/ __/ /_/ / / / / __/ /__/ /_
\____/ .___/\___/_/ /_/ /_/ |_|\___/\__,_/_/_/ \___/\___/\__/
/_/
Developed By https://cappriciosec.com
openredirect : Bug scanner for WebPentesters and Bugbounty Hunters
$ openredirect [option]
Usage: openredirect [options]
如果您有任何反馈,请通过 [email protected] 联系我们。
| 参数 | 类型 | 描述 | 示例 |
|---|
-u | --url | 要扫描的 URL | openredirect -u https://target.com |
-i | --input | 从 txt 文件中读取输入的文件名 | openredirect -i target.txt |
-o | --output | 将输出写入 txt 文件时的文件名 | openredirect -i target.txt -o output.txt |
-c | --chatid | 创建 Telegram 通知 | openredirect --chatid yourid |
-b | --blog | 阅读关于 openredirect 漏洞的内容 | openredirect -b |
-h | --help | 帮助菜单 | openredirect -h |