update: lint fix
parent
0047b611cf
commit
1cfc899a27
|
@ -1,9 +1,9 @@
|
|||
id: wordpress-ssrf-oembed
|
||||
|
||||
info:
|
||||
name: Wordpress : /wp-json/oembed/1.0/proxy - SSRF
|
||||
name: Wordpress '/wp-json/oembed/1.0/proxy' - SSRF
|
||||
author: dhiyaneshDk
|
||||
severity: medium
|
||||
severity: medium
|
||||
reference:
|
||||
- https://book.hacktricks.xyz/pentesting/pentesting-web/wordpress
|
||||
- https://github.com/incogbyte/quickpress/blob/master/core/req.go
|
||||
|
@ -13,6 +13,7 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-json/oembed/1.0/proxy?url=http://{{interactsh-url}}/"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
|
|
Loading…
Reference in New Issue