diff --git a/files/dir-listing.yaml b/files/dir-listing.yaml index 87c7b818a0..e2f4083c63 100644 --- a/files/dir-listing.yaml +++ b/files/dir-listing.yaml @@ -2,7 +2,7 @@ id: dir-listing info: name: Directory listing enabled - author: _harleo + author: _harleo & pentest_swissky severity: info requests: @@ -12,5 +12,6 @@ requests: matchers: - type: word words: + - "Directory listing for" - "Index of /" - "[To Parent Directory]" diff --git a/security-misconfiguration/directory-listing.yaml b/security-misconfiguration/directory-listing.yaml deleted file mode 100644 index 4c403ba7b5..0000000000 --- a/security-misconfiguration/directory-listing.yaml +++ /dev/null @@ -1,18 +0,0 @@ -id: detect-dir-listing - -info: - name: Directory listing enabled - author: pentest_swissky - severity: info - description: Detect directory listing on the server - -requests: - - method: GET - path: - - "{{BaseURL}}/" - matchers: - - type: word - words: - - "Directory listing for" - - "Index of /" - - "[To Parent Directory]"