updating matcher

patch-1
bauthard 2020-10-02 00:10:24 +05:30
parent 6f348cf619
commit 4b6be53e98
2 changed files with 2 additions and 19 deletions

View File

@ -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]"

View File

@ -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]"