https://github.com/vighneshdeepweb/androidpayloadembedder
https://github.com/vighneshdeepweb/androidpayloadembedder
metasploit metasploit-framework payload-generator python3
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vighneshdeepweb/androidpayloadembedder
- Owner: vighneshdeepweb
- Created: 2021-07-05T09:09:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T09:13:42.000Z (almost 5 years ago)
- Last Synced: 2025-07-20T08:33:37.266Z (11 months ago)
- Topics: metasploit, metasploit-framework, payload-generator, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AndroidPayloadEmbedder
This script performs the following actions to embed a Metasploit
generated APK file into another legitimate APK.
* decompiles a Metasploit APK file, and any other APK file.
* locates the main Activity entrypoint in the APK being targeted
* copies all Metasploit APK staging code to destination APK
* adjusts the main Activity entrypoint smali file with an *invoke-static* call to kick off the Metasploit stage.
* adjusts the final AndroidManifest.xml with appropriate added permissions
* recompiles, and resigns the final APK file.
All actions are performed within the "~/.ae" directory which is created
during runtime. The script requires that *keytool*, *jarsigner*, and *apktool*
are installed. A KALI distribution will work well to run this script on.git