hunt-rce

Identify, validate, and chain remote code execution vulnerabilities across targets.

13|2|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/chatbotkit/rook --skill hunt-rce-chatbotkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-rce
Source: https://github.com/chatbotkit/rook/tree/main/skills/hunt-rce
Command: npx skills add https://github.com/chatbotkit/rook --skill hunt-rce-chatbotkit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured approach to identify, validate, and chain remote code execution vulnerabilities across targets, reducing blind testing and increasing reproducibility.

Core Features & Use Cases

  • Step-by-step hunting methodology: From primitive discovery to end-to-end RCE chains, enabling reproducible exploits.
  • Payload patterns & detection: Catalogs common gadget chains, deserialization vectors, and detection cues for rapid triage.
  • Real-world applicability: Suitable for bug-bounty research, security reviews, and green-field assessments of web apps, APIs, and services.

Quick Start

Describe an end-to-end hunting plan for a target with potential RCE surfaces and identify practical payloads.

Frequently Asked Questions about hunt-rce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and chain RCE vulnerabilities in web applications?

To find RCE vulnerabilities, follow a step-by-step hunting methodology from primitive discovery to end-to-end chains. This involves identifying user-controlled inputs and unsafe deserialization vectors, then applying payload patterns to validate reproducible exploits across web apps and APIs.

What are common remote code execution payload patterns and deserialization vectors?

Common RCE payload patterns involve utilizing gadget chains and targeting unsafe deserialization vectors. Identifying these detection cues allows security researchers to rapidly triage potential exploits and validate remote code execution across vulnerable services.

Does this RCE hunting methodology apply to APIs and services with user-controlled inputs?

Yes, this RCE hunting methodology applies directly to APIs and services with user-controlled inputs or unsafe deserialization. It is designed for bug bounty research and security reviews to identify and validate remote code execution across diverse target surfaces.

What is the best way to systematically hunt for RCE vulnerabilities during a bug bounty?

The best way to hunt for RCE vulnerabilities systematically is using a structured methodology that outlines primitive vectors and detection cues. This reduces blind testing and ensures reproducible results by chaining vulnerabilities from initial discovery to end-to-end exploitation.

Why should I use a systematic methodology for remote code execution discovery instead of blind testing?

Using a systematic methodology for remote code execution discovery reduces blind testing and increases exploit reproducibility. It provides structured guidance on primitive vectors and payload patterns, ensuring efficient and validated vulnerability chaining across targets.