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

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

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

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

工具目录

分类

查看所有分类
Loading categories
sap_bo_launchpad-ssrf-timing_attack — This script exploits and performs an SSRF (Server-Side Request Forgery) and Timing Attack against the SAP BusinessObjects Launchpad (CVE-2020-6308). It attempts to determine the status of various ports on a target IP address by measuring the response time of the application when attempting to authenticate against it. | Kitploit
工具/GitHubGitHub/machadootto/sap_bo_launchpad-ssrf-timing_attack
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubmachadootto/sap_bo_launchpad-ssrf-timing_attack

sap_bo_launchpad-ssrf-timing_attack

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →

关于

This script exploits and performs an SSRF (Server-Side Request Forgery) and Timing Attack against the SAP BusinessObjects Launchpad (CVE-2020-6308). It attempts to determine the status of various ports on a target IP address by measuring the response time of the application when attempting to authenticate against it.

查看仓库
12年前尚未审核
分享

SAP BusinessObjects Launchpad SSRF 与 Timing Attack 概念验证

此 Python 脚本是针对 SAP BusinessObjects Launchpad 执行 SSRF(服务器端请求伪造)和 Timing Attack 的概念验证(PoC)。旨在帮助安全研究人员和专业人员在目标 IP 上通过利用 SAP BusinessObjects 的身份验证机制来识别开放端口。

特性

  • SSRF 利用: 通过针对指定 IP 地址上的不同端口,利用 SSRF 与内部服务交互。
  • Timing Attack: 测量 SAP BusinessObjects 服务器响应身份验证尝试所需的时间,从而推断目标端口的状态。
  • 可自定义端口: 允许指定要测试的端口列表,或使用默认的常用端口集。

要求

  • Python 3.x

安装

克隆仓库并进入项目目录:

root@kitploit:~
git clone https://github.com/MachadoOtto/sap_bo_launchpad-ssrf-timing_attack.git
cd sap_bo_launchpad-ssrf-timing_attack

用法

root@kitploit:~
./sap_bo_launchpad-ssrf-timing_attack.py <affected_url> <targetIP> [targetPorts]
  • affected_url:要测试的 SAP BusinessObjects Launchpad 实例的 URL。
  • targetIP:要探测开放端口的 IP 地址。
  • targetPorts(可选):要检查的端口列表,以逗号分隔(例如 22,80,443)。如果未指定,将使用默认端口集。

法律免责声明

此脚本仅供教育目的使用,且仅应在获得明确授权进行安全测试的环境中使用。未经同意对目标进行未经授权的使用是非法且不道德的。

下载工具