20 lines
356 B
YAML
Executable File
20 lines
356 B
YAML
Executable File
id: jdbc-connection-string
|
|
|
|
info:
|
|
name: JDBC Connection String Disclosure
|
|
author: Ice3man
|
|
severity: unknown
|
|
tags: exposure,token,generic
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'jdbc:[a-z:]+://[A-Za-z0-9\.\-_:;=/@?,&]+' |