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-2023-27163-Request-Baskets-Local-Ports-Bruteforcer — PoC and internal port brute-forcer for CVE-2023-27163 | Kitploit
Tools/GitHubGitHub/theopaid/cve-2023-27163-request-baskets-local-ports-bruteforcer
ReconnaissancePort ScanningVulnerability AnalysisExploitationWeb Application Exploitation
GitHubtheopaid/cve-2023-27163-request-baskets-local-ports-bruteforcer

CVE-2023-27163-Request-Baskets-Local-Ports-Bruteforcer

PoC and internal port brute-forcer for CVE-2023-27163

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
11 year agoNot yet reviewed

CVE-2023-27163 - Request-Baskets SSRF Proof of Concept

This is a proof-of-concept (PoC) exploit and a localhost port bruteforcer for CVE-2023-27163, a server-side request forgery (SSRF) vulnerability in Request-Baskets.

The PoC abuses the forward_url parameter to perform a brute-force scan of active services bound to the local interface. Once discovered, these services can then be accessed by the attacker through the vulnerable forwarding mechanism.


Description

  • CVE: CVE-2023-27163
  • Affected: Request-Baskets
  • Impact: Allows an attacker to trigger SSRF to internal addresses

Requirements

  • Python 3.x
  • requests library
root@kitploit:~
pip install requests

Usage

root@kitploit:~
python3 CVE-2023-27163.py -u https://TARGET_URL -b BASKET_NAME -p ports.txt
Download Tool