Quantcast
Channel: LeakedIn
Viewing all articles
Browse latest Browse all 5503

Potential leak of data: MySQL URI

$
0
0
Detected 1 occurrence(s) of ‘mysql:\/\/': String database = this.plugin.mysqlconfig.getString("database"); String username = this.plugin.mysqlconfig.getString("username"); String password = this.plugin.mysqlconfig.getString("password"); this.con = DriverManager.getConnection("jdbc:mysql://" + host + ":" + port + "/" + database + "?user=" + username + "&password=" + password); this.con.createStatement().executeUpdate("CREATE TABLE IF NOT EXISTS tokens_table (uuid VARCHAR(36), tokens BIGINT(10000)"); System.out.println("Succesful conn Source: http://pastebin.com/raw.php?i=U6hPcYaf

Viewing all articles
Browse latest Browse all 5503

Trending Articles