February 2019
Intermediate to advanced
256 pages
7h 34m
English
In this step, we will use the REST API /api/v1/upload to upload the APK to the MobSF. For the value of the API Key, and usage of each rest API, refer to http://localhost:8000/api_docs. In our MobSF, the API key is 563d64fc5054d3b239ac0419f1d6b2378465f5c80e1778c283eb1e3265bdd7ae:
$ curl -F 'file=@goatdroid.apk' http://localhost:8000/api/v1/upload -H "Authorization:563d64fc5054d3b239ac0419f1d6b2378465f5c80e1778c283eb1e3265bdd7ae"
To review if the upload is successful, you may use the browser to view the URL, http://127.0.0.1:8000/recent_scans.
Read now
Unlock full access