This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ob@cirrus:~$ nmap --script=ssl-cert.nse -p 443 gmail.com | |
Starting Nmap 7.00 ( https://nmap.org ) at 2015-12-07 15:48 CET | |
Nmap scan report for gmail.com (173.194.112.21) | |
Host is up (0.014s latency). | |
Other addresses for gmail.com (not scanned): 2a00:1450:4001:80b::1015 173.194.112.22 | |
rDNS record for 173.194.112.21: fra07s27-in-f21.1e100.net | |
PORT STATE SERVICE | |
443/tcp open https |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function InitializeWindowsCredential | |
{ | |
Write-Verbose ("Loading PasswordVault Class.") | |
[void][Windows.Security.Credentials.PasswordVault,Windows.Security.Credentials,ContentType=WindowsRuntime] | |
} | |
InitializeWindowsCredential | |
function ConvertTo-PasswordCredential | |
{ |