ワンクリックで
info-disclosure-testing
Information disclosure detection — error messages, files, headers, debug endpoints
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Information disclosure detection — error messages, files, headers, debug endpoints
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Business logic vulnerability detection — workflow bypass, price manipulation, state abuse, and application-specific flaws
Detect PII, credentials, and corporate sensitive data in API responses, source code, files, headers, and database extracts
Detect and exploit SQL injection vulnerabilities in web application parameters
Test for authentication and authorization flaws including credential attacks, session issues, and access control bypasses
Detect and exploit cross-site scripting vulnerabilities in web applications
Discover hidden parameters, test values, and identify input handling anomalies
| name | info-disclosure-testing |
| description | Information disclosure detection — error messages, files, headers, debug endpoints |
| origin | RedteamOpencode |
run_tool curl (header inspection, file probing)run_tool gobuster / run_tool ffuf (file and directory brute-force)Server header — reveals web server and versionX-Powered-By — reveals framework (PHP, ASP.NET, Express)X-Debug-Token / X-Debug-Token-Link — Symfony profilerX-AspNet-Version, X-AspNetMvc-VersionX-Request-Id — internal request trackingWarning:, Fatal error:, Notice:/.git/ → /.git/HEAD, /.git/config (source code recovery)/.env — environment variables, database credentials, API keys/.DS_Store — macOS directory listing/robots.txt — disallowed paths reveal hidden functionality/sitemap.xml — full URL inventory/.svn/entries — Subversion metadata/WEB-INF/web.xml — Java web app configuration/server-status, /server-info — Apache status pagesindex.php.bak, config.php.old, database.yml~backup.zip, backup.tar.gz, db_dump.sql.swp files (Vim swap): .index.php.swp#file#, file~, file.saveconfig.php.orig, web.config.bakwww.zip, html.tar.gz, source.tgz/actuator — Spring Boot actuator (env, health, beans, mappings)/actuator/env — environment variables and secrets/debug, /debug/vars, /debug/pprof — Go debug/_profiler — Symfony profiler/elmah.axd — .NET error log/trace, /metrics, /health, /info/phpinfo.php, /info.php — PHP configuration dump/console — Spring Boot H2 console, Rails console<!-- TODO: remove before prod -->, credentials, internal URLs.js.map files expose original sourceJSESSIONID (Java), PHPSESSID (PHP), ASP.NET_SessionId.jsp, .php, .aspx/favicon.ico hash → identify framework/CMS