information-disclosure-methodology

Detect and exploit web application information disclosure leaks to acquire credentials.

1.6k|234|Updated Dec 7, 2019
One-click install
npx skills add https://github.com/wgpsec/AboutSecurity --skill information-disclosure-methodology
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: information-disclosure-methodology
Source: https://github.com/wgpsec/AboutSecurity/tree/main/skills/exploit/information-disclosure-methodology
Command: npx skills add https://github.com/wgpsec/AboutSecurity --skill information-disclosure-methodology

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Web applications often leak sensitive data through unintended disclosures such as version control metadata, backup files, environment variables, and debug endpoints. This Skill guides detection and practical exploitation workflows to quickly locate credentials and internal pathways.

Core Features & Use Cases

  • Detect leaks including .git, .svn, backup archives, .env files, Swagger/OpenAPI docs, and debug pages.
  • Provide structured workflows for post-exposure analysis: git log auditing, svn wc.db exploration, and DS_Store enumeration.
  • Prioritize information disclosure techniques to rapidly obtain credentials and entry points for further actions.

Quick Start

Run a targeted audit to identify exposed leaks such as .git/.svn directories, backups, and .env files, then load the corresponding references for deeper analysis.

Frequently Asked Questions about information-disclosure-methodology

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

FAQPage Schema
How do I find exposed credentials in .git directories and .env files?

To find exposed credentials in .git directories and .env files, you audit web application endpoints for information disclosure. This process detects leaked version control metadata and environment configurations to rapidly extract sensitive authentication data.

What is the best way to analyze git log history for leaked information?

Analyzing git log history for leaked information involves post-exposure source code auditing. You retrieve exposed .git directory data and inspect commit histories to uncover hardcoded credentials, internal context, and historical application changes.

Can I extract internal pathways from exposed Swagger and OpenAPI documents?

Yes, you can extract internal pathways from exposed Swagger and OpenAPI documents. Information disclosure detection identifies these debug endpoints and API specifications, mapping out hidden routes and parameters for further security assessment.

How do you enumerate directories using exposed svn wc.db and DS_Store files?

You enumerate directories using exposed svn wc.db and DS_Store files by performing post-exposure source code analysis. This technique queries the Subversion database and parses Apple directory structures to map hidden application paths.

Does information disclosure detection work on backup archives and debug pages?

Information disclosure detection works effectively on backup archives and debug pages. The methodology targets these unintended leaks alongside version control metadata to quickly locate internal context and obtain valid entry points.