pius
Organizational asset discovery tool with 20+ plugins covering certificate transparency, passive DNS, and all 5 Regional Internet Registries.
File Explorer
Download Latest Version (.zip)- settings.json
- ci.yml
- claude-code.yml
- claude-md-drift.yml
- codex-code.yml
- external-contribution.yml
- gemini-code.yml
- graphify-graph.yml
- leaderboard-backfill-caller.yml
- leaderboard-metrics.yml
- release.yml
- secrets-scan.yml
- verify-pins.yml
- main.go
- banner.webp
- apicache.go
- apicache_test.go
- cache.go
- cache_internal_test.go
- cache_test.go
- cidr.go
- cidr_test.go
- client.go
- client_test.go
- sanitize_test.go
- ssrf.go
- strutil.go
- strutil_test.go
- all.go
- edgar_search_response.json
- afrinic.go
- apnic.go
- arin.go
- arin_test.go
- asn_bgp.go
- asn_bgp_test.go
- edgar.go
- edgar_test.go
- embed_test.go
- lacnic.go
- more_plugins_test.go
- pure_fns_test.go
- rdap.go
- rdap_run_test.go
- reverse_rir.go
- reverse_rir_test.go
- ripe.go
- rpsl.go
- rpsl_test.go
- shodan.go
- shodan_test.go
- permutations.txt
- subdomains.txt
- apollo.go
- apollo_test.go
- builtwith.go
- builtwith_test.go
- censys_org.go
- censys_org_test.go
- crt_sh.go
- crt_sh_run_test.go
- crt_sh_test.go
- dns_brute.go
- dns_brute_test.go
- dns_helpers.go
- dns_helpers_test.go
- dns_junk_filter_test.go
- dns_permutation.go
- dns_permutation_test.go
- dns_zone_transfer.go
- dns_zone_transfer_test.go
- doh_enum.go
- doh_enum_test.go
- doh_gateway.go
- domain_helpers.go
- domain_helpers_test.go
- favicon_hash.go
- favicon_hash_test.go
- github_org.go
- github_org_test.go
- gleif.go
- gleif_test.go
- google_dorks.go
- google_dorks_browser.go
- google_dorks_extract.go
- google_dorks_test.go
- passive_dns.go
- passive_dns_internal_test.go
- passive_dns_test.go
- reverse_ip.go
- reverse_ip_test.go
- urlscan.go
- urlscan_test.go
- viewdns_reverse_whois.go
- viewdns_reverse_whois_test.go
- wayback.go
- wayback_test.go
- whois.go
- whois_preseed_test.go
- whois_test.go
- whoxy_reverse_whois.go
- whoxy_reverse_whois_test.go
- wikidata.go
- WIKIDATA.md
- wikidata_evidence.go
- wikidata_lookup.go
- wikidata_test.go
- whois.go
- whois_test.go
- confidence.go
- confidence_test.go
- plugin.go
- registry.go
- registry_test.go
- api.go
- api_test.go
- helpers_test.go
- internal_test.go
- list.go
- output_test.go
- root.go
- run.go
- embed.go
- legal_suffixes.txt
- prefixes.txt
- privacy_names.txt
- privacy_orgs.txt
- redaction_markers.txt
- registry_artifacts.txt
- suffixes.txt
- lookup.go
- network.go
- network_rdap.go
- network_tcp43.go
- network_test.go
- normalize.go
- normalize_test.go
- privacy.go
- privacy_test.go
- rdap.go
- rdap_test.go
- result.go
- result_test.go
- tcp43.go
- tcp43_test.go
- .gitignore
- .goreleaser.yaml
- .graphifyignore
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- go.mod
- go.sum
- LICENSE
- Makefile
- README.md
# Installation Guide
git clone https://github.com/praetorian-inc/pius
Downloads the entire project code from GitHub to your computer.
cd pius
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Go Go is required to use go install.
go install github.com/praetorian-inc/pius/cmd/pius@latest
Downloads and installs the specified version directly β no need to clone the repo yourself.
Pulled directly from this repo's README.
3. Go
Mediumgo install github.com/praetorian-inc/pius/cmd/pius@latest
Downloads and installs the specified version directly β no need to clone the repo yourself.
go build -o pius ./cmd/pius
Compiles the Go program into an executable.
go install ./cmd/pius
Type this command into your terminal and run it.
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
