Quien – 一个更好的WHOIS查询工具
Quien – A better WHOIS lookup tool

原始链接: https://github.com/retlehs/quien/

## Quien:强大的域名与IP查找工具 Quien 是一款交互式、基于终端(TUI)的工具,用于全面调查域名和IP地址。它超越了标准的WHOIS查找,提供选项卡视图,用于显示WHOIS数据、DNS记录、邮件信息、SSL/TLS详情、HTTP头部,甚至技术栈检测(包括WordPress插件和框架)。 Quien 可以通过Homebrew (`brew install retlehs/tap/quien`) 或 Go 安装,优先使用RDAP查找,并以WHOIS作为备用,以支持更广泛的TLD,并自动发现WHOIS服务器。它具有自动重试功能,并提供JSON输出用于脚本编写。 你可以通过命令行直接使用它,例如 `quien example.com` 或 `quien 8.8.8.8`,甚至可以将其别名设置为替换你默认的WHOIS命令。它还被设计成可以与代理技能平台集成,以实现自动化使用。

黑客新闻 新 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Quien – 一个更好的WHOIS查询工具 (github.com/retlehs) 7点 由 bretthopper 1小时前 | 隐藏 | 过去 | 收藏 | 1评论 帮助 johng 15分钟前 [–] 看起来完成得很好,TUI界面不错。没有说明是否用Vibe编码,我觉得现在应该成为常态了;(回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请YC | 联系 搜索:
相关文章

原文

A better WHOIS lookup tool. Interactive TUI with tabbed views for WHOIS, DNS, mail, SSL/TLS, HTTP headers, and tech stack detection.

quien demo

brew tap retlehs/tap
brew install retlehs/tap/quien

Or with Go:

go install github.com/retlehs/quien@latest
# Interactive prompt
quien

# Domain lookup (interactive TUI)
quien example.com

# IP address lookup
quien 8.8.8.8

# JSON output
quien --json example.com
  • RDAP-first lookups with WHOIS fallback for broad TLD coverage
  • IANA referral for automatic WHOIS server discovery
  • Tech stack detection including WordPress plugins, JS/CSS frameworks, and external services parsed from HTML
  • IP lookups with reverse DNS, network info, and abuse contacts via RDAP
  • Automatic retry with exponential backoff on all lookups
  • JSON subcommands for scripting: quien dns, quien mail, quien tls, quien http, quien stack, quien all

Tip: If you want quien to replace your default WHOIS tool, you can add an alias to your shell config:

Add quien as a agent skill so agents use it for domain and IP lookups:

npx skills add retlehs/quien
联系我们 contact @ memedata.com