Update dir-listing.yaml

patch-1
Prince Chaddha 2022-12-09 12:21:06 +05:30 committed by GitHub
parent 5b3603c014
commit 49d8685114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -15,9 +15,17 @@ requests:
matchers: matchers:
- type: word - type: word
part: body
words: words:
- "Directory listing for" - "Directory listing for "
- "Index of /" - "Index of /"
- "[To Parent Directory]" - "[To Parent Directory]"
- "Directory: /" - "Directory: /"
condition: or condition: or
- type: regex
part: body
regex:
- '\d{1,2}\/\d{1,2}\/\d{4}\s+\d+:\d+\s+[\sAPM]+(&lt;dir&gt;|\d+)\s+<[Aa]\s+[hH][rR][eE][fF]="\/'
- '\s+-\s+\/<\/(title|h1)>'
condition: and