Skip to main content
Execute qualquer Skill no Manus
com um clique
$pwd:

detecting-directory-listing

// Probe a target for directories that return auto-generated index listings instead of denying or serving a specific file — exposes the full file tree under any reachable directory, including files the application never linked to. Use when: post-deploy verification on a static-asset host, security audit before SOC2, or following up on a finding from skill #6 (exposed-files) where a backup-file path returned 200 with HTML body instead of the expected file content (suggests autoindex serving a directory listing). Threshold: any directory-shaped path returns 200 with HTML body matching the framework-specific autoindex fingerprint (nginx fancyindex, Apache mod_autoindex Index of/, Caddy browse, Lighttpd mod_dirlisting, etc.). Trigger with: "directory listing check", "autoindex detection", "open directory scan".

$ git log --oneline --stat
stars:2.267
forks:315
updated:31 de maio de 2026 às 03:41
Explorador de arquivos
4 arquivos
SKILL.md
readonly