adding few from masters

patch-1
team-projectdiscovery 2021-01-11 12:28:56 +05:30
parent 1468d8a52c
commit c62dfd2b53
2 changed files with 55 additions and 0 deletions

View File

@ -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

View File

@ -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&amp;message=Nil+JSON+web+token\""
condition: or
part: body