TLS
HTTPS
OpenSSL
nmap
Refer to: Transport Layer Security (TLS) Parameters
openssl s_client -connect www.google.com:443 -tls1_1
openssl s_client -connect www.google.com:443 -tls1_2
openssl s_client -connect www.google.com:443 -tls1_3
apt-get install nmap
nmap --script ssl-enum-ciphers -p 443 example.com
https://www.wch.cn/
Jan 8, 2024image
Jan 5, 2024https://github.com/gschorcht/spi-ch341-usb.git
Dec 7, 2023REM 工作中常遇到需要特定com port但卻被佔用嗎REM 很常會遇到明明 com port 沒有裝置在用,但windows卻一直記憶著那個com port號碼,然後默默的就三五十個了,要如何清除REM step 1: 開啟命令提示視窗REM step 2: 執行指令REM set devmgr_show_nonpresent_devices=1REM step 3: 同視窗繼續執行指令後,會看到裝置管理員REM devmgmt.mscREM step 4: 選擇檢視 >> 顯示隱藏裝置REM step 5: 此時就可以看到淡灰色的離線裝置,就可以刪除他了
Nov 29, 2023or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up