phone-number-information

There are 12 repositories under phone-number-information topic.

  • AzizKpln/Moriarty-Project

    This tool gives information about the phone number that you entered.

    Language:Python1.5k4976217
  • IccTeam/OwlTrack

    This tracking tool can provide information about the phone number you enter. Not only that, this tool is able to scan telephone numbers with up to 5 different methods.

    Language:Python1305518
  • ids-inf

    DRACULA-HACK/ids-inf

    ids-inf is a information gathering tool and with extra use full options like number unban and ban and it has phone number information gathering and mail sender extra it is the indias first information gathering tool with number unbanner

    Language:Shell743236
  • VirusZzHkP/The-Black-Tiger

    The Black Tiger is all in one OSINT Tool, which has the best methods to collect Information about something or someone just by few mouse clicks.

    Language:Python51129
  • IccTeam/Owl-sint

    The OwlSint tool is a tool for searching phone number information and for tracking phone numbers,perhaps only a few countries whose location can be tracked using this tool. This tool was created by Mr,OwlBird05 to help you get phone number information.

    Language:Python501215
  • Hack-BitGod/RealTime-PhoneNumberLocation

    A Realtime Phone Number Location Tracker

  • abhineetraj1/phonenumber-scraper

    This will tell you which carrier does your SIM belongs. Make sure your internet connection before running this !!

    Language:Python19203
  • BhargavKadali39/phonenumbers

    Python is a very powerful language and also very rich in libraries. Phone numbers are one of the modules that provide numerous features like providing basic information about a phone number, validation of a phone number, etc. Here, we will learn how to use the phone numbers module just by writing simple Python programs. Some of the use cases are, Get Timezone: Here is the simple Python program to get the timezone of a phone number using the phone numbers module. First, we do parse the string input to phone number format, and then we use an inbuilt function to get the timezone of a user. It gives the output for valid numbers only, so do check if there is no relevant output. ex: timezone.time_zones_for_number(mobileNumber) Carrier and Region of a Phone Number: Here we will learn how to find the carrier and region of a phone number using the geocoder and carrier functions of this module. Here we can choose multiple languages to display the result. ex for the carrier: carrier.name_for_number(mobileNumber, "en") ex for region: geocoder.description_for_number(mobileNumber, "hi") Validation of a phone number: A simple python program, to check whether a given phone number is valid or not (e.g. it’s in an assigned exchange), and to check whether a given phone number is possible or not (e.g. it has the right number of digits). ex: phone numbers.is_valid_number (mobileNumber)

    Language:Python4201
  • The-Dark-Troopers/Octopus

    Herramienta OSINT para recopilación de datos teléfonicos.

    Language:Python2000
  • Benojir/Caller-ID

    A lightweight Truecaller alternative app utilizing Truecaller’s API for enhanced call identification and spam protection. Efficient, reliable, and user-friendly for seamless communication management.

    Language:Java1110
  • jenesiszw/phone_lib

    a classic phone number handling library based on libphonenumber for PHP made by https://github.com/giggsey

    Language:PHP0101