{"id":13539523,"url":"https://github.com/Zerx0r/Kage","last_synced_at":"2025-04-02T06:31:01.118Z","repository":{"id":39708355,"uuid":"157828507","full_name":"Zerx0r/Kage","owner":"Zerx0r","description":"Kage is Graphical User Interface for Metasploit Meterpreter and Session Handler","archived":true,"fork":false,"pushed_at":"2022-10-01T13:44:09.000Z","size":895,"stargazers_count":1169,"open_issues_count":21,"forks_count":284,"subscribers_count":53,"default_branch":"master","last_synced_at":"2025-01-25T23:34:25.002Z","etag":null,"topics":["electron","kage","kage-ui","metasploit","metasploit-framework","msf-gui","msfrpc","msfvenom","rat","vue-electron"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zerx0r.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}},"created_at":"2018-11-16T07:20:50.000Z","updated_at":"2025-01-24T10:48:44.000Z","dependencies_parsed_at":"2023-01-19T00:00:37.625Z","dependency_job_id":null,"html_url":"https://github.com/Zerx0r/Kage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zerx0r%2FKage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zerx0r%2FKage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zerx0r%2FKage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zerx0r%2FKage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zerx0r","download_url":"https://codeload.github.com/Zerx0r/Kage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246767744,"owners_count":20830546,"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","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":["electron","kage","kage-ui","metasploit","metasploit-framework","msf-gui","msfrpc","msfvenom","rat","vue-electron"],"created_at":"2024-08-01T09:01:27.163Z","updated_at":"2025-04-02T06:30:59.388Z","avatar_url":"https://github.com/Zerx0r.png","language":"Vue","funding_links":[],"categories":["\u003ca id=\"5dd93fbc2f2ebc8d98672b2d95782af3\"\u003e\u003c/a\u003e工具","\u003ca id=\"1233584261c0cd5224b6e90a98cc9a94\"\u003e\u003c/a\u003e渗透\u0026\u0026offensive\u0026\u0026渗透框架\u0026\u0026后渗透框架","Vue"],"sub_categories":["\u003ca id=\"8e7a6a74ff322cbf2bad59092598de77\"\u003e\u003c/a\u003eMetasploit"],"readme":"# Kage\n\n\n\u003ch1 align=\"center\"\u003e\n  \u003cimg width=\"460\" height=\"300\" src=\"https://github.com/WayzDev/Kage/blob/master/static/kage-logo.svg\"\u003e\n\u003c/h1\u003e\n\n   \nKage (ka-geh) is a tool inspired by [AhMyth](https://github.com/AhMyth/AhMyth-Android-RAT) designed for Metasploit RPC Server to interact with meterpreter sessions and generate payloads.\u003cbr\u003e\nFor now it only supports `windows/meterpreter` \u0026 `android/meterpreter`.\n\n## Getting Started\nPlease follow these instructions to get a copy of Kage running on your local machine without any problems.\n### Prerequisites\n* [Metasploit-framework](https://github.com/rapid7/metasploit-framework) must be installed and in your `PATH`:\n    * Msfrpcd\n    * Msfvenom\n    * Msfdb\n\n\n### Installing\nYou can install Kage binaries from [here](https://github.com/WayzDev/Kage/releases).\n#### for developers\nto run the app from source code:\n```bash\n# Download source code\ngit clone https://github.com/WayzDev/Kage.git\n\n# Install dependencies and run kage\ncd Kage\nyarn # or npm install\nyarn run dev # or npm run dev\n\n# to build project\nyarn run build\n```\n\u003e [electron-vue](https://simulatedgreg.gitbooks.io/electron-vue/content/en/getting_started.html) officially recommends the [yarn](https://yarnpkg.com/en/) package manager as it handles dependencies much better and can help reduce final build size with `yarn clean`. \n\n\n##### For Generating APK Payload select `Raw` format in dropdown list. \n\n## Screenshots\n\u003ch1\u003e\n  \u003cimg src=\"https://github.com/WayzDev/Kage/blob/master/screenshots/dashboard.png\"/\u003e\n\u003c/h1\u003e\n\u003ch1\u003e\n  \u003cimg src=\"https://github.com/WayzDev/Kage/blob/master/screenshots/sessions.png\"/\u003e\n\u003c/h1\u003e\n\u003ch1\u003e\n  \u003cimg src=\"https://github.com/WayzDev/Kage/blob/master/screenshots/control-panel1.png\"/\u003e\n\u003c/h1\u003e\n\u003ch1\u003e\n  \u003cimg src=\"https://github.com/WayzDev/Kage/blob/master/screenshots/file-manager.png\"/\u003e\n\u003c/h1\u003e\n\n## Video Tutorial\n\n\u003ca href=\"https://vimeo.com/319338721\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/WayzDev/Kage/blob/master/screenshots/server.png\" /\u003e\n\u003c/a\u003e\n\n\n## Disclaimer \nI will not be responsible for any direct or indirect damage caused due to the usage of this tool, it is for educational purposes only.\n\nTwitter: [@iFalah](https://twitter.com/ifalah_)\n\nEmail: ifalah@protonmail.com\n\n## Credits\nMetasploit Framework - (c) Rapid7 Inc. 2012 (BSD License)\u003cbr\u003e\nhttp://www.metasploit.com/\n\nnode-msfrpc - (c) Tomas Gonzalez Vivo. 2017 (Apache License)\u003cbr\u003e\nhttps://github.com/tomasgvivo/node-msfrpc\n\nelectron-vue - (c) Greg Holguin. 2016 (MIT)\u003cbr\u003e\nhttps://github.com/SimulatedGREG/electron-vue\n\n---\n\nThis project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZerx0r%2FKage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FZerx0r%2FKage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZerx0r%2FKage/lists"}