Added new Template for Sentry Instance Detection

patch-1
root 2021-06-02 21:07:18 +01:00
parent 2678721174
commit 4d2897536f
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: Sentry Instance
# Sentry Instace can be SSRF'd if scrapping is enabled
# https://hackerone.com/reports/374737
# https://twitter.com/itsecurityguard/status/1127893545619218432?lang=en
info:
name: Sentry Instance SSRF
author: Sicksec
severity: meduim
tags: ssrf,sentry
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "https://[0-9a-f]*@[a-z0-9]+\\.[a-z.]+.?[0-9]+"