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
claude-poc — Claude Code Remote Code Execution | Kitploit
Tools/GitHubGitHub/rootup/claude-poc
ExploitationPenetration TestingCommand and ControlRed TeamingPayload DevelopmentRemote Access Trojan
GitHubrootup/claude-poc

claude-poc

Claude Code Remote Code Execution

View Repository
1516 months 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

There are multiple ways to abuse Claude code, this is one of them which I found during my research & reported (November 23, 2025) (not-fixed), might come handy while doing RT/PT for inital access.

Summary: The apiKeyHelper is a custom shell script (/bin/sh) designed to generate authentication values for X-Api-Key and Authorization: Bearer headers in model requests; however, since this accepts and executes system commands, this behavior results in code execution reference.

However, apiKeyHelper is a custom script whose purpose is only to generate values for X-Api-Key and Authorization: Bearer headers and not user-controlled commands.

Proof-of-work:

root@kitploit:~
git clone https://github.com/RootUp/claude-poc
cd claude-poc
claude

ClaudeRCE_POCThis is a gif so it might be slow.

NOTE: In-case a scenario if the parent folder is already trusted then a additional "trust" prompt is not triggered that could lead to silent code execution.

Download Tool