Quantcast
Channel: Simple Password – LeakedIn
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: vate static final String JDBC_DRIVER = "com.mysql.jdbc.Driver"; private static final String JDBC_URL = "jdbc:mysql://XXX.XXX.XXX.XXX/mysql?useSSL=true"; private static final String JDBC_USERNAME = "xxxxxxxxxx"; private static final String JDBC_PASSWORD = "xxxxxxxxxx"; public static void main(final String[] args) throws Exception { Class.forName(JDBC_DRIVER); Connection connection = DriverManager.getConnection(JDBC_URL, JDBC_USERNAME, JDBC_PASSWORD); try (PreparedStatement statement = con Detected […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles