摘要:
Certificates can be encoded as: Binary files ASCII (base64)files Common file extensions in use are: .DER .PEM (Privacy Enhanced Electron Mail) .CRT .C 阅读全文
摘要:
http://www.steves-internet-guide.com/ssl-certificates-explained/ In this tutorial we will look: TLS and SSL Public and Private keys Why we need certif 阅读全文
摘要:
https://www.grc.com/fingerprints.htm 对比网站证书的fingerprint 阅读全文
摘要:
https://wiki.openssl.org/index.php/Command_Line_Utilities Base64 Encoding Strings For simple string encoding, you can use "here string" syntax with th 阅读全文
摘要:
curl -k https:/www.test.com -v –-key key.pem –-cacert ca.pem –-cert client.pem -k allows insecure connections,makes everything here insecure PKI – Pub 阅读全文
摘要:
curl -k https:/www.test.com -v –-key key.pem –-cacert ca.pem –-cert client.pem -k allows insecure connections,makes everything here insecure 阅读全文
摘要:
检测主机 nmap www.baidu.com Nmap scan report for www.baidu.com (61.135.169.121) Host is up (0.0069s latency). Other addresses for www.baidu.com (not scann 阅读全文
摘要:
curl --request POST --basic --user uername:pwd -H @header.json --data @body.json basic auth --basic 从文件中读取header, body curl --request POST --basic --u 阅读全文