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\-_\!\$]+["']‘: URL url = new URL("http://www.slrclub.com/bbs/zboard.php?id=theme_gallery&category=6"); URLConnection connection = url.openConnection(); connection.setRequestProperty("Referer", "http://www.slrclub.com/"); String name = "myid"; String password = "mypass"; String authString = name + ":" + password; System.out.println("auth string: " + authString); byte[] authEncBytes = Base64.encodeBase64(authString.getBytes()); String authStringEnc = new String(authEncBytes); String basicAuth = "Basic " + javax.xml.bind. Source: http://pastebin.com/raw.php?i=kvDzf14u

Viewing all articles
Browse latest Browse all 2663

Trending Articles