원클릭으로
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