Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
openredirect — 这是一个被多位安全研究人员用来查找开放重定向漏洞的工具。 | Kitploit
工具/GitHubGitHub/cappricio-securities/openredirect
漏洞扫描器Web漏洞扫描器Web安全渗透测试
GitHubcappricio-securities/openredirect

openredirect

这是一个被多位安全研究人员用来查找开放重定向漏洞的工具。

查看仓库网站
32年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
logo

徽章

MIT License PyPI - Version PyPI - Downloads GitHub all releases Profile_view Follow Twitter

许可证

MIT

安装

  1. 安装 Python3 和 pip 说明请点击此处 (如果你搞不定这个,那你真的不应该使用这个)

    • 通过 pip 安装
      • root@kitploit:~
           pip install openredirect 
        
    • 运行以下命令检查
      • openredirect -h

配置

  1. 我们集成了 Telegram API,以便在检测到漏洞时即时接收通知。

    • Telegram 通知
      • root@kitploit:~
           openredirect --chatid <YourTelegramChatID>
        
    • 打开你的 Telegram,搜索 @CappricioSecuritiesTools_bot 并点击开始

用法

  1. 该工具支持多种使用场景。

    • 检查单个 URL
      • root@kitploit:~
           openredirect -u http://example.com 
        
    • 检查 URL 列表
      • root@kitploit:~
          openredirect -i urls.txt 
        
    • 将输出保存为 TXT 文件
      • root@kitploit:~
          openredirect -i urls.txt -o out.txt
        
    • 想了解 openredirect? 请输入以下命令
      • root@kitploit:~
          openredirect -b
        

🚨 免责声明

此工具专为安全漏洞识别与协助而创建;Cappricio Securities 不对任何非法使用负责。 请在法律和道德边界内负责任地使用。🔐🛡️

PoC 演示视频

asciicast

帮助菜单

查看所有参数

root@kitploit:~
👋 Hey Hacker
                                                            v1.0
   ____                         ____           ___                __
  / __ \____  ___  ____        / __ \___  ____/ (_)_______  _____/ /_
 / / / / __ \/ _ \/ __ \______/ /_/ / _ \/ __  / / ___/ _ \/ ___/ __/
/ /_/ / /_/ /  __/ / / /_____/ _, _/  __/ /_/ / / /  /  __/ /__/ /_
\____/ .___/\___/_/ /_/     /_/ |_|\___/\__,_/_/_/   \___/\___/\__/
    /_/
                              Developed By https://cappriciosec.com

openredirect : Bug scanner for WebPentesters and Bugbounty Hunters 

$ openredirect [option]

Usage: openredirect [options]

🔗 链接

Website linkedin twitter

作者

  • @karthithehacker

反馈

如果您有任何反馈,请通过 [email protected] 联系我们。

下载工具
参数类型描述示例
-u--url要扫描的 URLopenredirect -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