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

Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': $sftpHost = "12.11.112.5" $port = "1255" $userName = "yourUserName" $userPassword = "yourPassword" $remotedirectory = "/usr/home/transfer" $localFileList = "C:\file1.txt", "C:\file2.txt", "C:\file3.txt" $sftp = Open-SFTPServer -serverAddress $sftpHost -userName $userName -userPassword $userPassword $sftp.Put($remotedirectory) #Upload the local fil Source: http://pastebin.com/raw.php?i=BhAkQZeH

Viewing all articles
Browse latest Browse all 2834

Trending Articles