Skip to content

JDBC Connection String Disclosure

ID: jdbc-connection-string

Severity: unknown

Author: Ice3man

Tags: exposure,token,generic

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: 4a0a004730450220351727769b6c0a52cb0a4a6c355080a287ecc21b7265f92f6b9ade6da5be619e022100e6b288222751980b1b5b9c458f543eab6b2cb8c56e4381b63869eee6d6d52b48:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/generic/jdbc-connection-string.yaml"

View on Github