All Projects β†’ DoctorEenot β†’ NumBuster-API

DoctorEenot / NumBuster-API

Licence: GPL-3.0 license
Fully reversed NumBuster app for android, and rewrited all requests for numbuster`s api in python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to NumBuster-API

csv2vcf
πŸ”§ Simple script in python to convert CSV files to VCF
Stars: ✭ 66 (+340%)
Mutual labels:  phonebook
gnt
🍸 GraphQL Normalized Types
Stars: ✭ 32 (+113.33%)
Mutual labels:  phonenumber
SwiftyCodeView
Fully customizable UI Component for verification codes written in swift with RxSwift support!
Stars: ✭ 86 (+473.33%)
Mutual labels:  phonenumber
SentryPeer
A distributed peer to peer list of bad actor IP addresses and phone numbers collected via a SIP Honeypot.
Stars: ✭ 108 (+620%)
Mutual labels:  phonenumber
phone-number-geo
离线ζŸ₯θ―’ζ‰‹ζœΊε·ε½’ε±žεœ°
Stars: ✭ 88 (+486.67%)
Mutual labels:  phonenumber
tz-trout
Helps you figure out the time zone based on an address or a phone number.
Stars: ✭ 14 (-6.67%)
Mutual labels:  phonenumber
Socially
Socially is a textView which is able to create separate clickable views according to your requirements.
Stars: ✭ 28 (+86.67%)
Mutual labels:  phonenumber

NumBuster API

So.. I fully reversed NumBuster app for android, and rewrited all requests for numbusters api in python.

For working with that api you need access_token, there are 2 ways of getting it, choose one, which works for you.

First way(Not so easy):

Download NumBuster!_6.3.6.apk - I hope you can find it by yourself

Download Genymotion and install Google Pixel 7.1 - API 25 in Genymotion  (Thats the easiest step, so...)

Download And Install https://github.com/MobSF/Mobile-Security-Framework-MobSF  (Thats not easy, but I believe in you)

Start emulator in Genymotion and start MobSF, open MobSF in your browser http://127.0.0.1:8000 (try that)

Drop NumBuster!_6.3.6.apk to MobSF in your browser

Go to DYNAMIC ANALYZER and press Start Dynamic Analysis

Then press button start instrumentation and go to emulator, wait for numbuster to load.

Then register new account and check any number in app(Numbuster) / or use alreay created account, for that just register 
new account for the same phone number, bdw you can use free online numbers, but tss....

After that, go to MobSF and press button Generate Report

In MobSF press StartHTTPTools find something like that http://apikz2.nmb.st/api

In the http://apikz2.nmb.st/api menu look for that v6/old/search/ and in the parameters you will find your 
access_token

Second way (Why that's not the First way? BECAUSE):

So, First of all call function request_sms_code() with number for account
Second, wait for sms, then call send_sms_code(phonenumber,code), 
where phonenumber is phonenumber and, you won't believe, code is code,
after that api will get access_token Numbuster.access_token and you'l
be able to use all functionality of api. DON'T FORGET TO SAVE ACCESS_TOKEN,
I won't do it for you, I'm not your mom or something...

Now lets talk about api:

Main api file with all api functions is NumbusterAPI.py, in file signatures.py functions for creating signaturs for 
different requests.

And yes, user has only 30 free requests per day for that function: v6_old_search,
BUT with that function: v6_old_phone you have unlimited free requests.

    Also be aware, that numbuster has "shadow limit" on their servers, if you make to many requests you will start getting random info from server.

More about random data: #13 (comment)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].