Quantcast
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: String user=request.getParameter("t1"); String pass=request.getParameter("t2"); int flag=0; String userName = "sa"; String password = "abcdefgh"; String url = "jdbc:sqlserver://localhost:1433;databaseName=OnlineExam"; Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); Connection con = DriverManager.getConnection(url, userName, password); try { // Load the JDBC driver String query Source: http://pastebin.com/raw.php?i=T8v3W1Dh

Viewing all articles
Browse latest Browse all 2663

Trending Articles