|
1 | 1 | # NumBuster-API |
2 | 2 | # Thats fully reversed NumBuster app for android, and rewrited all requests for numbusters api in python. |
3 | 3 |
|
4 | | -#For working with that api you need access_token, there are 2 ways of getting it: |
| 4 | +# For working with that api you need access_token, there are 2 ways of getting it: |
5 | 5 |
|
6 | 6 | # First way(PLS USE THAT): |
7 | | - Download NumBuster!_6.0.6.apk - I hope you can find it by yourself |
| 7 | + Download NumBuster!_6.0.6.apk - I hope you can find it by yourself |
8 | 8 |
|
9 | | - Download Genymotion and install Google Pixel 7.1 - API 25 in Genymotion (Thats the easiest step, so...) |
| 9 | + Download Genymotion and install Google Pixel 7.1 - API 25 in Genymotion (Thats the easiest step, so...) |
10 | 10 |
|
11 | | - Download And Install https://github.com/MobSF/Mobile-Security-Framework-MobSF (Thats not easy, but I believe in you) |
| 11 | + Download And Install https://github.com/MobSF/Mobile-Security-Framework-MobSF (Thats not easy, but I believe in you) |
12 | 12 |
|
13 | | - Start emulator in Genymotion and start MobSF, open MobSF in your browser http://127.0.0.1:8000 (try that) |
| 13 | + Start emulator in Genymotion and start MobSF, open MobSF in your browser http://127.0.0.1:8000 (try that) |
14 | 14 |
|
15 | | - Drop NumBuster!_6.0.6.apk to MobSF in your browser |
| 15 | + Drop NumBuster!_6.0.6.apk to MobSF in your browser |
16 | 16 |
|
17 | | - Go to DYNAMIC ANALYZER and press Start Dynamic Analysis |
| 17 | + Go to DYNAMIC ANALYZER and press Start Dynamic Analysis |
18 | 18 |
|
19 | | - Then press button start instrumentation and go to emulator, wait for numbuster to load. |
| 19 | + Then press button start instrumentation and go to emulator, wait for numbuster to load. |
20 | 20 |
|
21 | | - 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.... |
| 21 | + 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.... |
22 | 22 |
|
23 | | - After that, go to MobSF and press button Generate Report |
| 23 | + After that, go to MobSF and press button Generate Report |
24 | 24 |
|
25 | | - In MobSF press StartHTTPTools find something like that https://api.numbuster.com/ |
| 25 | + In MobSF press StartHTTPTools find something like that https://api.numbuster.com/ |
26 | 26 |
|
27 | | - In the https://api.numbuster.com/ menu look for that v6/old/search/ and in the parameters you will find your access_token |
| 27 | + In the https://api.numbuster.com/ menu look for that v6/old/search/ and in the parameters you will find your access_token |
28 | 28 |
|
29 | 29 | # Second way: |
30 | | - 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 first way. There is little help: most of functions for registration start with v6_auth, Good Luck! |
| 30 | + 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 first way. There is little help: most of functions for registration start with v6_auth, Good Luck! |
31 | 31 |
|
32 | 32 |
|
33 | 33 | # Now lets talk about api: |
|
0 commit comments