Zurück zum Ranking

megadose/ignorant

Python

ignorant allows you to check if a phone number is used on different sites like snapchat, instagram.

phone-numbertriosnapchatinstagramamazonosintpython
Sterne-Wachstum
Sterne
1.9k
Forks
284
Wochenwachstum
Issues
37
5001k1.5k
März 2021Dez. 2022Okt. 2024Juli 2026
ArtefaktePyPIpip install ignorant
README

Ignorant

👋 Hi there! For any professional inquiries or collaborations, please reach out to me at: megadose@protonmail.com

📧 Preferably, use your professional email for correspondence. Let's keep it short and sweet, and all in English!

For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ

ignorant does not alert the target phone number

ignorant allows you to check if a phone number is used on different sites like snapchat, instagram.

💡 Prerequisite

Python 3

🛠️ Installation

With PyPI

pip3 install ignorant

With Github

git clone https://github.com/megadose/ignorant.git
cd ignorant/
python3 setup.py install

📚 Example

ignorant 33 644637111

Rate limit, just change your IP

📈 Example of use

import trio
import httpx

from ignorant.modules.shopping.amazon import amazon


async def main():
    phone="644637111"
    country_code="33"
    client = httpx.AsyncClient()
    out = []

    await amazon(phone, country_code, client, out)

    print(out)
    await client.aclose()

trio.run(main)

The output of the modules

The result of the modules is in this form : {"name": "instagram","domain":"instagram.com","method":"orther","frequent_rate_limit":"False","rateLimit": False,"exists": False}

  • rateLitmit : is to find out if you've been rate-limited
  • exists : know an account is associated with the mail

Thank you to :

📝 License

GNU General Public License v3.0

Modules :

name domain method frequent_rate_limit
amazon amazon.com login
instagram instagram.com register
snapchat snapchat.com other
Ähnliche Repositories
kdeldycke/awesome-falsehood

😱 Falsehoods Programmers Believe in

Creative Commons Zero v1.0 Universalfalsehoodsphone-number
27.6k643
sundowndev/phoneinfoga

Information gathering framework for phone numbers

GoGo ModulesGNU General Public License v3.0information-gatheringphone-number
sundowndev.github.io/phoneinfoga/
17.1k5.2k
HunxByts/GhostTrack

Useful tool to track location or mobile number

PythonPyPIfyphacking
14.5k1.9k
jackocnr/intl-tel-input

For entering, formatting, and validating international telephone numbers. Available in vanilla JavaScript, or as React, Vue, Angular, and Svelte components.

TypeScriptnpmMIT Licenseinternational-telephonephone-number
intl-tel-input.com
8.2k2k
marmelroy/PhoneNumberKit

A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.

SwiftMIT Licensephone-numbergoogle-libphonenumber
5.4k856
giggsey/libphonenumber-for-php

PHP version of Google's phone number handling library

PHPPackagistApache License 2.0phone-numberphp
giggsey.com/libphonenumber/
5k479
gommzystudio/device-activity-tracker

A phone number can reveal whether a device is active, in standby or offline (and more). This PoC demonstrates how delivery receipts + RTT timing leak sensitive device-activity patterns. (WhatsApp / Signal)

TypeScriptnpmOtherphone-numbersignal
5k692
VincentSit/ChinaMobilePhoneNumberRegex

Regular expressions that match the mobile phone number in mainland China. / 一组匹配中国大陆手机号码的正则表达式。

MIT Licensephone-numberregular-expression
4.8k508
TermuxHackz/X-osint

This is an Open source intelligent framework ie an osint tool which gathers valid information about a phone number, user's email address, perform VIN Osint, and reverse, perform subdomain enumeration, able to find email from a name, and so much more. Best osint tool for Termux and linux

PythonPyPIGNU General Public License v3.0email-osintip-osint
termuxhackz.github.io/How-to-get-information-using-Xosint.html
2.5k313
iziz/libPhoneNumber-iOS

iOS port of Google's libphonenumber with Objective-C core, Swift facade, SwiftUI input, and CocoaPods/SPM support

Objective-CApache License 2.0libphonenumbercocoapods
github.com/iziz/libPhoneNumber-iOS/releases/latestc
2.4k482
AzizKpln/Moriarty-Project

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

PythonPyPIMIT Licenseosintosint-tool
2k295
bellingcat/telegram-phone-number-checker

Check if phone numbers are connected to Telegram accounts.

PythonPyPIMIT Licensecommand-lineopen-source-research
pypi.org/project/telegram-phone-number-checker/
1.7k278