Less history

patch-1
Krzysztof Zając 2023-11-03 14:29:01 +01:00
parent b5ab823c8e
commit 9c58a83fbc
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: less-history
info:
name: Less History
author: kazet
severity: low
description: Discover history for less
metadata:
max-request: 1
tags: misconfig
http:
- method: GET
max-redirects: 1
path:
- "{{BaseURL}}/.lesshst"
matchers-condition: and
matchers:
- type: word
words:
- ".less-history-file:"
- type: word
part: response
words:
- "<?xml"
- "<env"
- "application/javascript"
- "application/json"
- "application/xml"
- "html>"
- "text/html"
- "image/"
negative: true
- type: status
status:
- 200