Skip to content

L4ser-Security-Labs/whoget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhoGet

 █████   ███   █████ █████                 █████████            █████
░░███   ░███  ░░███ ░░███                 ███░░░░░███          ░░███
 ░███   ░███   ░███  ░███████    ██████  ███     ░░░   ██████  ███████  
 ░███   ░███   ░███  ░███░░███  ███░░███░███          ███░░███░░░███░
 ░░███  █████  ███   ░███ ░███ ░███ ░███░███    █████░███████   ░███
  ░░░█████░█████░    ░███ ░███ ░███ ░███░░███  ░░███ ░███░░░    ░███ ███
    ░░███ ░░███      ████ █████░░██████  ░░█████████ ░░██████   ░░█████
     ░░░   ░░░      ░░░░ ░░░░░  ░░░░░░    ░░░░░░░░░   ░░░░░░     ░░░░░
                              OSINT tool for Nigerian phone numbers
                              By L4ser Security Labs
                              Beta - v1.0.1

OSINT tool for Nigerian phone numbers

WhoGet is an OSINT tool that helps you gather information about nigerian phone numbers. With WhoGet you can get information about the mobile number such as the Carrier, Geocode, Timezone. You can also find more information by searching through the internet on supported search engines and also on supported social media plataforms. With WhoGet, you can easily get leads from a phone number to email, websites, images, videos, etc.

Phone Number Information

Future versions will support listed search engines

  • Carrier
  • GeoCode
  • Timezone
  • Contact name

Supported Search Engines

Future versions will support listed search engines

  • Google
  • DuckDuckGo
  • Yahoo
  • Bing

Supported Social Media Platforms

Future versions will support listed social media platforms

  • Twitter
  • Facebook

Install on Linux, Mac OS, Windows

  git clone https://github.com/L4ser-Security-Labs/whoget.git
  cd whoget
  pip3 install -r requirements.txt

Setup API Keys

Obtain your TWITTER and FACEBOOK API keys and add to WhoGet

  vi .env
  # Twitter Tokens
  TWITTER_API_KEY=sLevh5v9xXXXXXXXXX
  TWITTER_API_SECRET_KEY=GK8nELv9xGwXXXXXXXXXXXXXXXXXXXXXXXXXX
  TWITTER_API_ACCESS_TOKEN=1143XXXXXX-BoS9e50g8Dj3XXXXXXXXXXXXXXXXXXXX
  TWITTER_API_ACCESS_TOKEN_SECRET=GCmWbVcZ1ZkknzXXXXXXXXXXXXXXXXXXXX

  # Facebook Tokens
  FACEBOOK_USER_ACCESS_TOKEN=cBAN3OeEAAnxuRBCZAI4qHune2srKLO5EXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Usage

usage: whoget.py [-h] [-p P] [-g {google,duckduckgo}]
                 [-s {twitter,instagram,facebook}] [-t]

OSINT tool for Nigerian phone numbers

optional arguments:
  -h, --help            Shows this message and exits
  -p P                  Phone number starting with +234
  -g {google,duckduckgo}
                        Search information using search engines.
  -s {twitter,facebook}
                        Find information on social media
  -t                    Use Tor for anonymity

Examples

  # Get phone number information
  python3 whoget.py -p +2348123456789

  # Search Google for phone number information
  python3 whoget.py -p +2348123456789 -g google

  # Search DuckDuckGo for phone number information
  python3 whoget.py -p +2348123456789 -g duckduckgo
  
  # Find leads on Twitter
  python3 whoget.py -p +2348123456789 -s twitter
  
  # Find leads from Facebook
  python3 whoget.py -p +2348123456789 -s facebook
  
  # Anonymize Twitter lookup
  python3 whoget.py -p +2348123456789 -s twitter -t

  # Anonymize DuckDuckGo lookup
  python3 whoget.py -p +2348123456789 -g duckduckgo -t

About

OSINT Tool for Nigerian Phone Numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages