macOS
brew install urxlocal Homebrew formula metadata
安装
brew install urxlocal Homebrew formula metadata
nix profile install nixpkgs#urxnixpkgs package indexes · pkgs/by-name/ur/urx/package.nix · 来源: api.github.com
概览
Extracts URLs from OSINT Archives for Security Insights
历史
urx is a Rust command-line URL collection tool for security reconnaissance. Its official README frames it as a way to collect URLs from OSINT archives such as the Wayback Machine and Common Crawl, then normalize, deduplicate, filter, and export them for security testing and analysis.
The project entered public release as a small security CLI in 2025, with GitHub releases showing version 0.1.0 published on 2025-03-28 and rapid follow-up releases through 2026. Its design follows the modern bug-bounty and web-application recon workflow: query multiple public URL archives, merge the results, and feed the output into later testing tools.
The input package metadata lists urx in Homebrew and Nix, which places it in the package-manager path used by security engineers who prefer reproducible CLI installation over cloning source trees. Its README also documents Cargo, Homebrew, source, and Docker installation paths.
Typical use is pipeline-oriented: run `urx example.com`, pass domains on stdin, choose providers, filter extensions or patterns, output plain text, JSON, or CSV, and optionally cache results. API-keyed providers such as VirusTotal and URLScan can be configured, but the README emphasizes that several archive providers work without keys.
For package nerds, urx is notable as a narrowly scoped, single-binary Rust CLI in the OSINT/recon ecosystem. It packages a workflow that was often assembled from shell pipelines and separate archive scrapers into one installable formula.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Credential-bearing paths to review before unattended agent runs.
$XDG_CONFIG_HOME/urx/provider-config.toml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
urx | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:urx |
|---|---|
| 版本 | 0.10.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://urx.hahwul.com |
| 仓库 | https://github.com/hahwul/urx |
| 最后更新 | 2026-06-27T04:05:28Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
urx
nix profile install nixpkgs#urx来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.