mrkeyoor.com_
Wed 12 Aug 17:49 UTC
Automationevaluationupdated 12 Aug 2026

phoneinfoga

PhoneInfoga is a command-line and web tool that collects public information connected to a phone number. It normalizes the number, identifies basics such as country and carrier, then helps an investigator search external services and the open web for useful leads.

Verdict

PhoneInfoga remains a useful investigator's workbench, especially when you want number parsing, search links, an API, and a browser interface in one package. It is a poor default for a new production dependency because upstream plainly says maintenance has stopped. Use a pinned build for bounded, lawful research, verify every result elsewhere, and assume you own future fixes.

Setup4/5Binaries, Homebrew, and Docker make the first scan straightforward
Docs4/5Clear install, scanner, API, and plugin guidance remains available
Community2/5Large audience, but current traffic is noisy and upstream is inactive
Maturity3/5Stable v2 design, weakened by unmaintained integrations

Who it’s for

OSINT practitioners who understand that phone-number findings are leads, not verified identity records.
Security teams that want a scriptable CLI, REST API, or Go module for lawful investigations.
Researchers willing to configure third-party API keys and inspect search results manually.
Developers prepared to maintain their own fork or scanners around an unmaintained core.

Who it’s NOT for

Anyone trying to track a person's live or precise location: the README explicitly says PhoneInfoga cannot do either.
Teams that require maintained production software: the project calls itself stable but unmaintained and warns that new bugs will not be fixed.
Investigators who need authoritative identity evidence: the README says results are neither guaranteed relevant nor verified.
Users expecting every scanner to work immediately: authenticated scanners need external API credentials, while the Google scanner only generates links for manual review.
People who cannot legally or ethically justify searching a number: the tool can surface personal footprints, so consent, policy, and local law still apply.

Setup reality

Trying PhoneInfoga is easy: download a release binary, install through Homebrew, or run the Docker image. A useful investigation takes more work than the first command suggests. The local scanner only parses the number, stronger lookups need API keys in an environment file, Google results require manual inspection, and some providers impose quotas or fees. Because upstream is explicitly unmaintained and the latest release is from February 2024, a serious deployment should pin its artifact, test every scanner, and be ready to repair provider integrations itself.

A lead generator, not a phone tracker

PhoneInfoga occupies a useful but frequently misunderstood corner of open-source intelligence. Give it an international phone number and it converts that number into useful formats, identifies basic country and carrier information, then sends those forms through a collection of scanners. Those scanners can query a verification provider, check whether a number belongs to OVH, or prepare targeted web searches for profiles, scam reports, documents, and public listings.

The project is admirably direct about what this does not mean. It cannot track a phone, reveal a precise live location, hack a device, or promise that a discovered page belongs to the person you have in mind. Its output is a collection of leads. That framing is essential because phone numbers are reassigned, public databases contain mistakes, and a search hit can mention a number without establishing ownership.

Used with those limits, PhoneInfoga saves tedious work. Investigators no longer need to hand-format the same number for every service or rebuild common search queries. Used as an identity oracle, it can create confident but false conclusions.

The scanners are practical but uneven

The local scanner works without configuration and provides the dependable foundation: normalized forms, country, and carrier-related metadata. PhoneInfoga then passes that context to other scanners. Numverify requires an API key from APIlayer. Google Custom Search needs both a Google API key and a programmable search engine identifier, and its free quota is limited. The ordinary Google scanner takes a deliberately simpler route: it creates links that an investigator opens and judges manually.

That last design is less magical than automated scraping, but more honest and often more durable. Search engines resist automated extraction, layouts change, and results need human context anyway. PhoneInfoga generates queries for social networks, reputation sites, documents, disposable-number services, and general mentions. It does not pretend that every generated link will return evidence.

Developers can call the REST API, import Go modules, or add scanners as Go plugins. The browser interface makes the tool friendlier for analysts who do not want every interaction in a terminal. Scanner credentials can live in a local environment file, and REST callers can override scanner options per request. This is a flexible shape for an internal investigation utility, although passing secrets per request deserves careful logging and access-control review.

Installation is easier than useful operation

There are several credible entry points. Release archives cover Linux, macOS, and Windows on supported architectures. Homebrew offers a one-command installation, while the published Docker image can run either the CLI or a web service. Building from source is also documented. A first local scan is therefore a short task.

The real setup begins when you want more than number formatting. External scanners need accounts, credentials, quotas, and sometimes billing. Google Custom Search, for example, allows a limited free request allocation before paid usage. Each provider can change its API or the data it returns. The investigator must also decide where results and searched numbers are logged, who can reach the web interface, and how secrets are stored.

PhoneInfoga's own warning changes the risk calculation: the project describes itself as stable but unmaintained, says future bugs will not be fixed, and notes that the repository may be archived. A pinned binary may continue working, but integrations that depend on outside sites are unusually exposed to breakage. An open request-failure report from July 2026 fits that concern, even though its short description does not identify a single confirmed root cause.

The maintenance status is the deciding factor

The latest tagged release, v2.11.0, arrived on February 21, 2024. It added scan options to the REST API and fixed Docker builds, among routine dependency work. The repository's last push was January 6, 2026, but that does not override the README's explicit unmaintained status. The 116-item open count combines issues and pull requests, and the recently updated list contains many low-information requests and unrelated submissions. That noise makes community activity a poor substitute for maintainer activity.

This matters more here than it would for a static file utility. OSINT scanners depend on external APIs, search behavior, phone metadata, and anti-scraping rules. The older RFC for a new scanner interface acknowledges that earlier scraping approaches could not work properly without constant maintenance. It describes architectural ideas, but the current README does not promise a maintained successor.

The documentation is still one of PhoneInfoga's strengths. Installation choices, scanner credentials, REST routes, plugin support, examples, and anti-features are explained in plain terms. A developer can understand both the mechanics and the intended boundary. What the docs cannot provide is an active upstream team to respond when a provider changes.

Who should still use it

PhoneInfoga is worth keeping in an OSINT toolkit when the task is bounded, lawful, and supervised by someone who knows how to corroborate findings. The combination of parsing, scanner orchestration, search generation, GUI, and API remains convenient. Download a known release, run it in an isolated environment, test the scanners you actually need, and record the source of every claim in the final investigation.

It is not the right foundation for an unattended identity product or a service promising accurate owner data. New adopters would be accepting an unmaintained dependency whose most interesting functions rely on changing outside services. Treat PhoneInfoga as a capable starting point and a source of reusable investigation patterns, not as a maintained truth machine.

Alternatives

ProjectWhat it isPick it when
IgnorantA focused phone-number OSINT tool that checks whether accounts exist on supported sites.pick this instead when account-enumeration checks matter more than carrier data, a web UI, or a REST API.
Social AnalyzerA broader identity-search tool for finding profiles across many social networks.pick this instead when usernames and cross-network profiles are the main evidence, not phone-number metadata.
MaigretA username investigation tool with reports and checks across a large site catalog.pick this instead when you already have a username and need a wider public-account search.

What people are saying

  1. [github-trending] sundowndev/phoneinfoga

Sources

  1. PhoneInfoga README
  2. PhoneInfoga installation guide
  3. PhoneInfoga scanner documentation
  4. PhoneInfoga v2.11.0 release
  5. Open request-failure report