|
18 | 18 |
|
19 | 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 |
| 22 | + new account for the same phone number, bdw you can use free online numbers, but tss.... |
22 | 23 |
|
23 | 24 | After that, go to MobSF and press button Generate Report |
24 | 25 |
|
25 | 26 | In MobSF press StartHTTPTools find something like that https://api.numbuster.com/ |
26 | 27 |
|
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 | + In the https://api.numbuster.com/ menu look for that v6/old/search/ and in the parameters you will find your |
| 29 | + access_token |
28 | 30 |
|
29 | 31 | # 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! |
| 32 | + I have implemented all api requests in that api, so just find functions for registration use them and maybe you will get |
| 33 | + access_token, but really, use first way. There is little help: most of functions for registration start with v6_auth, |
| 34 | + Good Luck! |
31 | 35 |
|
32 | 36 |
|
33 | 37 | # Now lets talk about api: |
34 | | - Main api file with all api functions is NumbusterAPI.py, in file signatures.py functions for creating signaturs for different requests. |
| 38 | + Main api file with all api functions is NumbusterAPI.py, in file signatures.py functions for creating signaturs for |
| 39 | + different requests. |
35 | 40 |
|
36 | 41 | And yes, user has only 30 free requests per day for that function: v6_old_search, |
37 | 42 | BUT with that function: v6_old_phone you have unlimited free requests. |
0 commit comments