# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/gpdd3ia
用 Go 構建你專屬的 JA3 指紋**
在這篇文章中將會簡單回顧 https 的握手流程,並基於讀者的提問題解釋什麼是 JA3 指紋以及如何用 Go 定製專屬的 JA3 指紋。本文大綱如下,請各位讀者跟着老許的思路逐步構建自己專屬的 JA3 指紋。回顧 HTTPS 握手流程在正式開始瞭解什麼是 JA3 指紋之前,我們先回顧一下 HTTPS 的握手流程,這將有助於對後文的理解。在碼了 2000 多行代碼就是爲了講清楚 TLS 握手流程這篇 ⌘ Read more