Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-6308 — Exploit script for SAP Business Objects SSRF | Kitploit
Tools/GitHubGitHub/themmmdev/cve-2020-6308
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubthemmmdev/cve-2020-6308

CVE-2020-6308

Exploit script for SAP Business Objects SSRF

View Repository
125 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-6308

Exploit script for SAP Business Objects SSRF

This is a simple Golang script to automate the exploitation of CVE-2020-6308. The original Github repo did not show any automation (https://github.com/InitRoot/CVE-2020-6308-PoC , thanks @InitRoot), so this was made in an effort to help pentesters/red teamers to provide a proof of concept to clients.

Warning: During the engagement this was created for, the specific webserver responded only after 10 seconds when a port was open. This specific parameter could change. If this is the case, only change the if condition in line 35.

Process could not be multithreaded due to the webserver only handling one request at a time and no accepting of a new request until first request is done.

Download Tool