摘要: Certificates can be encoded as: Binary files ASCII (base64)files Common file extensions in use are: .DER .PEM (Privacy Enhanced Electron Mail) .CRT .C 阅读全文
posted @ 2020-09-22 17:24 fndefbwefsowpvqfx 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-09-22 16:49 fndefbwefsowpvqfx 阅读(194) 评论(0) 推荐(0) 编辑
摘要: https://www.grc.com/fingerprints.htm 对比网站证书的fingerprint 阅读全文
posted @ 2020-09-22 15:52 fndefbwefsowpvqfx 阅读(144) 评论(0) 推荐(0) 编辑
摘要: https://wiki.openssl.org/index.php/Command_Line_Utilities Base64 Encoding Strings For simple string encoding, you can use "here string" syntax with th 阅读全文
posted @ 2020-09-22 14:20 fndefbwefsowpvqfx 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-09-22 13:57 fndefbwefsowpvqfx 阅读(177) 评论(0) 推荐(0) 编辑
摘要: curl -k https:/www.test.com -v –-key key.pem –-cacert ca.pem –-cert client.pem -k allows insecure connections,makes everything here insecure 阅读全文
posted @ 2020-09-22 13:25 fndefbwefsowpvqfx 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 检测主机 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 阅读全文
posted @ 2020-09-22 11:43 fndefbwefsowpvqfx 阅读(108) 评论(0) 推荐(0) 编辑
摘要: curl --request POST --basic --user uername:pwd -H @header.json --data @body.json basic auth --basic 从文件中读取header, body curl --request POST --basic --u 阅读全文
posted @ 2020-09-22 11:37 fndefbwefsowpvqfx 阅读(461) 评论(0) 推荐(0) 编辑