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\-_\!\$]+["']‘: $SplunkUrl = "https://splunkserver" $LoginPage = invoke-webrequest -Uri $SplunkUrl -SessionVariable session $LoginPage.forms[0].Fields.username = "test" $LoginPage.forms[0].Fields.password = "test" $SubmitAction = $LoginPage.Forms[0].Action try {Invoke-WebRequest -Uri "$SplunkUrl$SubmitAction" -Method Post -Body $LoginPage.forms[0].fields -WebSession $Session} catch {if ($error[0].ErrorDetails.Message -match "500 Internal Server Error") {res Source: http://pastebin.com/raw.php?i=exTTxXaB

Viewing all articles
Browse latest Browse all 2663

Trending Articles