macOS
brew install urxlocal Homebrew formula metadata
brew
Extracts URLs from OSINT Archives for Security Insights. Version 0.10.0 via Homebrew; verified 2026-06-27.
install
brew install urxlocal Homebrew formula metadata
nix profile install nixpkgs#urxnixpkgs package indexes · pkgs/by-name/ur/urx/package.nix · source: api.github.com
overview
Extracts URLs from OSINT Archives for Security Insights
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
urx | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:urx |
|---|---|
| Version | 0.10.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/urx |
| Homepage | https://urx.hahwul.com |
| Repository | https://github.com/hahwul/urx |
| Upstream docs | https://github.com/hahwul/urx |
| License | MIT |
| Source archive | https://github.com/hahwul/urx/archive/refs/tags/0.10.0.tar.gz |
| Last updated | 2026-06-27T04:05:28Z |
| Pulse | updated |
| Build dependencies | pkgconf, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | urx |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
urx
nix profile install nixpkgs#urxsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.