Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: Oracle URI

$
0
0
Detected 1 occurrence(s) of ‘dbc:oracle:thin:’: Connection(String username,String password){ this(); this.username=username; this.password=password; } public Connection getConnection() { try { Class.forName ("oracle.jdbc.OracleDriver"); String url = "jdbc:oracle:thin:@//"+serverName+":"+dbPort+"/"+dbName; Connection dbConnect = DriverManager.getConnection(url, username, password); return dbConnect; } catch(Exception e) { System.out.println("erreur de connexion "+e); e.printS Source: http://pastebin.com/raw.php?i=HFrY5GQ2

Viewing all articles
Browse latest Browse all 2834

Trending Articles