Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit e5942ed

Browse files
Update README.md
1 parent 82a6f7d commit e5942ed

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# NumBuster-API
2-
I`v fully reversed NumBuster app for android, and rewrited all requests for numbuster`s api in python.
2+
Thats fully reversed NumBuster app for android, and rewrited all requests for numbusters api in python.
3+
4+
For working with that api you need access_token, there are 2 ways of getting it:
5+
6+
First way(PLS USE THAT):
7+
Download NumBuster!_6.0.6.apk - I hope you can find it by yourself
8+
Download Genymotion and install Google Pixel 7.1 - API 25 in Genymotion (Thats the easiest step, so...)
9+
Download And Install https://github.com/MobSF/Mobile-Security-Framework-MobSF (Thats not easy, but I believe in you)
10+
Start emulator in Genymotion and start MobSF, open MobSF in your browser http://127.0.0.1:8000 (try that)
11+
Drop NumBuster!_6.0.6.apk to MobSF in your browser
12+
Go to DYNAMIC ANALYZER and press Start Dynamic Analysis
13+
Then press button start instrumentation and go to emulator, wait for numbuster to load.
14+
Then register new account and check any number in app(Numbuster)
15+
After that, go to MobSF and press button Generate Report
16+
In MobSF press StartHTTPTools find something like that https://api.numbuster.com/
17+
In the https://api.numbuster.com/ menu look for that v6/old/search/ and in the parameters you will find your access_token
18+
19+
Second way:
20+
I have implemented all api requests in that api, so just find functions for registration use them and maybe you will get access_token, but really, use ferst way. There is little help: most of functions for registration start with v6_auth, Good Luck!

0 commit comments

Comments
 (0)