adding few from masters
parent
1468d8a52c
commit
c62dfd2b53
|
@ -0,0 +1,31 @@
|
|||
id: exposed-alps-spring
|
||||
|
||||
info:
|
||||
name: Exposed Spring Data REST Application-Level Profile Semantics (ALPS)
|
||||
author: dwisiswant0
|
||||
severity: medium
|
||||
|
||||
# https://niemand.com.ar/2021/01/08/exploiting-application-level-profile-semantics-apls-from-spring-data-rest/
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/profile"
|
||||
- "{{BaseURL}}/api/profile"
|
||||
- "{{BaseURL}}/alps/profile"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "_links"
|
||||
- "/alps/"
|
||||
- "profile"
|
||||
condition: and
|
||||
part: body
|
||||
- type: word
|
||||
words:
|
||||
- "application/hal+json"
|
||||
part: header
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,24 @@
|
|||
id: thinkific-redirect
|
||||
|
||||
info:
|
||||
name: Open Redirect vulnerability on thinkific websites
|
||||
author: Gal Nagli
|
||||
severity: Medium
|
||||
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
||||
path:
|
||||
- "{{BaseURL}}/api/sso/v2/sso/jwt?error_url=http://evil.com"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 302
|
||||
- type: word
|
||||
words:
|
||||
- "<a href=\"http://evil.com?kind=jwt&message=Nil+JSON+web+token\""
|
||||
condition: or
|
||||
part: body
|
Loading…
Reference in New Issue