nuclei-templates/exposures/tokens/generic/jdbc-connection-string.yaml

18 lines
321 B
YAML
Raw Normal View History

2021-04-08 15:45:49 +00:00
id: jdbc-connection-string
info:
name: JDBC Connection String Disclosure
author: Ice3man
2022-03-14 13:21:04 +00:00
severity: unknown
tags: exposure,token
2021-04-08 15:45:49 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'jdbc:[a-z:]+://[A-Za-z0-9\.\-_:;=/@?,&]+'