CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. yaklang
  4. /
  5. hack-skills
  6. /
  7. Ghost Bits Cast Attack

Ghost Bits Cast Attack

Editor's Note

If you're pentesting Java backends behind a WAF and your SQLi, deserialization, or path traversal payloads keep getting blocked, this teaches Claude the Ghost Bits primitive: exploiting how Java silently drops the high 8 bits when casting a 16-bit char to an 8-bit byte. The WAF sees harmless Unicode like 陪 or 阮, but the backend reconstructs dangerous ASCII like 'j' or '.'. It covers the three root cause families (literal truncation, bit-arithmetic folding, lax normalization), includes a character generator for building 255 candidates per target byte, and routes you to the right deserialization or smuggling playbook once the bypass works. Comes with a full payload cookbook covering Tomcat, Spring, Jetty, Jackson, Fastjson, and a dozen other affected components. This is a bypass technique, not a standalone vuln, so think of it as a force multiplier for attacks you already know.

Install

npx skills add https://github.com/yaklang/hack-skills --skill ghost-bits-cast-attack
Votes
0
Installs617
GitHub Stars862
Categories
Java & JVM
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Java & JVM Skills

View all →
java-springboot

github/awesome-copilot

0
15.7k
34.3k
Comprehensive best practices guide for building production-ready Spring Boot applications.
java-spring-boot

pluginagentmarketplace/custom-plugin-java

0
10.9k
37
Production-ready Spring Boot applications with REST APIs, security, data access, and monitoring.
kotlin-springboot

github/awesome-copilot

0
9k
34.3k
Spring Boot development patterns and idioms tailored for Kotlin applications.
create-spring-boot-java-project

github/awesome-copilot

0
8.9k
34.3k
Generate a Spring Boot 3.4.5 project skeleton with PostgreSQL, Redis, MongoDB, and Docker Compose.
create-spring-boot-kotlin-project

github/awesome-copilot

0
8.4k
34.3k
Generate a Spring Boot Kotlin project skeleton with pre-configured databases and development services.
java-jpa-hibernate

pluginagentmarketplace/custom-plugin-java

0
403
37
java jpa hibernate