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