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

18 lines
318 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
severity: info
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\.\-_:;=/@?,&]+'