Check simultaneously if a phone number is registered on popular apps & websites, without any prerequisite 📞
Go
39
36 commits
updated Sep 16, 2026
Check simultaneously if a phone number is registered on popular apps & websites, without any prerequisite.
Please star & share this repository if you find it useful :star:
[!CAUTION] It is important you read the full policy of this project before using or contributing to this tool.
Please refer to the following sections:
I am not responsible for your usage of this tool.
gophoner check for scripting and automation, or gophoner interactive for a guided terminal interface.--debug is set, and --no-log disables all logging entirely.--no-update.--json formats the results as a single JSON object on stdout, for piping into other scripts & tools.Requires Go 1.26 or newer.
go install github.com/M4elstr0m/gophoner/cmd/gophoner@latest
[!IMPORTANT] This only works on Arch-based Linux distributions.
Requires paru or yay installed.
# WORK IN PROGRESS (THIS IS PLANNED)
[!IMPORTANT] This only works on Windows.
Requires winget installed.
winget install M4elstr0m.gophoner
[!IMPORTANT] This only works on macOS.
Requires brew installed.
brew install --cask M4elstr0m/tap/gophoner
Check if the installation succeeded
gophoner version
gophoner help
gophoner interactive
gophoner check -t +15551234567 -A
v1.0.0 Modules
gophoner is built for security research, personal OSINT hygiene (checking your own digital footprint), and educational purposes.
Checking a phone number against a service without the number holder's consent may violate that service's Terms of Service, and, depending on your jurisdiction and how you use the results, local privacy, stalking, or harassment laws. You are solely responsible for ensuring your use of this tool is lawful and authorized.
Do not use gophoner to harass, stalk, dox, or otherwise target an individual without their consent. The author provides this software as is, disclaims all liability for its use or misuse, and does not endorse or support any unlawful use of it.
gophoner is designed with the operator's own privacy in mind: by
default it never writes target phone numbers to its log file (only at
--debug level), and a --no-log is also at your disposal to disable all logging entirely.
gophoner is also architecturally scoped to reduce abuse potential: it checks a single phone number against your chosen modules per invocation. It is not built for bulk enumeration or sweeping ranges of numbers, even though a basic script wrapping the CLI could still automate that.
Licensed under PolyForm Internal Use License 1.0.0.
Here is a plain-language summary, which is not a substitute for the license itself:
:green_square: You can:
:red_square: You can't:
If gophoner is useful to you, a star, or a mention to your colleagues, is always appreciated :wink:
36 commits
Go
99.7%
Check simultaneously if a phone number is registered on popular apps & websites, without any prerequisite 📞
Go
39
36 commits
updated Sep 16, 2026
Check simultaneously if a phone number is registered on popular apps & websites, without any prerequisite.
Please star & share this repository if you find it useful :star:
[!CAUTION] It is important you read the full policy of this project before using or contributing to this tool.
Please refer to the following sections:
I am not responsible for your usage of this tool.
gophoner check for scripting and automation, or gophoner interactive for a guided terminal interface.--debug is set, and --no-log disables all logging entirely.--no-update.--json formats the results as a single JSON object on stdout, for piping into other scripts & tools.Requires Go 1.26 or newer.
go install github.com/M4elstr0m/gophoner/cmd/gophoner@latest
[!IMPORTANT] This only works on Arch-based Linux distributions.
Requires paru or yay installed.
# WORK IN PROGRESS (THIS IS PLANNED)
[!IMPORTANT] This only works on Windows.
Requires winget installed.
winget install M4elstr0m.gophoner
[!IMPORTANT] This only works on macOS.
Requires brew installed.
brew install --cask M4elstr0m/tap/gophoner
Check if the installation succeeded
gophoner version
gophoner help
gophoner interactive
gophoner check -t +15551234567 -A
v1.0.0 Modules
gophoner is built for security research, personal OSINT hygiene (checking your own digital footprint), and educational purposes.
Checking a phone number against a service without the number holder's consent may violate that service's Terms of Service, and, depending on your jurisdiction and how you use the results, local privacy, stalking, or harassment laws. You are solely responsible for ensuring your use of this tool is lawful and authorized.
Do not use gophoner to harass, stalk, dox, or otherwise target an individual without their consent. The author provides this software as is, disclaims all liability for its use or misuse, and does not endorse or support any unlawful use of it.
gophoner is designed with the operator's own privacy in mind: by
default it never writes target phone numbers to its log file (only at
--debug level), and a --no-log is also at your disposal to disable all logging entirely.
gophoner is also architecturally scoped to reduce abuse potential: it checks a single phone number against your chosen modules per invocation. It is not built for bulk enumeration or sweeping ranges of numbers, even though a basic script wrapping the CLI could still automate that.
Licensed under PolyForm Internal Use License 1.0.0.
Here is a plain-language summary, which is not a substitute for the license itself:
:green_square: You can:
:red_square: You can't:
If gophoner is useful to you, a star, or a mention to your colleagues, is always appreciated :wink:
36 commits
Go
99.7%