hunt-misc

Identify and generate exploits for miscellaneous web application vulnerabilities.

3|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/cmndcntrlcyber/rtpi --skill hunt-misc-cmndcntrlcyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-misc
Source: https://github.com/cmndcntrlcyber/rtpi/tree/main/knowledge_seed/bug_hunter_skills/hunt-misc
Command: npx skills add https://github.com/cmndcntrlcyber/rtpi --skill hunt-misc-cmndcntrlcyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The hunt-misc skill streamlines the process of identifying and exploiting various types of vulnerabilities commonly found in web applications, including access control failures, information disclosure, session/auth logic bugs, and misconfigurations.

Core Features & Use Cases

  • Vulnerability Identification: Utilizes patterns and signals to identify potential security issues in web applications.
  • Exploit Generation: Generates payloads for specific attack vectors such as CRLF injection, token scope bypass, and SSRF.
  • Hunting Methodology: Provides a step-by-step guide for testing different aspects of a web application, including role/permission boundaries, invitation flows, and internal API endpoints.

Quick Start

Run the hunt-misc skill to initiate a scan on the target application and generate a report on identified vulnerabilities.

Frequently Asked Questions about hunt-misc

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

FAQPage Schema
How do I identify miscellaneous web application vulnerabilities like access control failures and information disclosure?

To identify miscellaneous web application vulnerabilities, you need to analyze URL patterns, response headers, and JavaScript patterns. This process maps potential attack surfaces by examining both frontend and backend components for security weaknesses like session logic bugs.

What is the best way to generate exploits for CRLF injection and SSRF vulnerabilities?

The best way to generate exploits for CRLF injection and SSRF is to analyze the target's response headers and URL patterns to map the attack surface. This allows you to craft specific payloads targeting token scope bypasses and server-side request forgery vectors.

How do I test role and permission boundaries during a penetration testing engagement?

To test role and permission boundaries during penetration testing, follow a structured hunting methodology that analyzes invitation flows and internal API endpoints. This involves probing frontend and backend components to detect access control failures and authorization logic bugs.

Can I use this approach to find session and authentication logic bugs in internal APIs?

Yes, you can find session and authentication logic bugs in internal APIs by analyzing JavaScript patterns and URL structures. This approach targets misconfigurations and token scope bypasses by evaluating how backend components handle authentication state and permissions.

Does bug bounty hunting for misconfigurations require analyzing both frontend and backend components?

Yes, bug bounty hunting for misconfigurations requires analyzing both frontend and backend components. Evaluating JavaScript patterns alongside backend response headers is necessary to uncover information disclosure and access control failures across the web application architecture.