Ticker

6/recent/ticker-posts

Change MainActivity Logo Of Payload Using Any-Apk Tool

Before diving into this article, If you want to learn android hacking or ethical hacking then make sure to follow us on Instagram and subscribe to our YouTube channel.

Android's higher version than 7+ easily detect Metasploit payload apk and if you directly send row payload to target device then nobody going to install it, here comes our new tool Any-Apk in which helps you in reverse engineering MSF payload apk.
Click On Image To Watch Video Tutorial

Requirements:-

You can install both requirements directly using the command apt-get install in Linux.

Any-Apk Tool:- 

You can generate Apk payloads with different icons and names using the Any-Apk tool or script.

apt update -y && apt upgrade -y
apt install zipalign apktool apksigner -y
git clone https://github.com/kinghacker0/Any-Apk
cd Any-Apk && bash any-apk.sh

Now you just need to enter your details and wait until it generates a payload for you and you can also replace the icon.png file with any other icon.png file so it gives your payload a different look.

Note :- You need to sign this apk payload with Apk-Editor pro for make it fully undetectable.

Download - Apk-Editor Pro

I hope this information and tool is helpful for you and if you guys found something interesting on our blog site then subscribe to us for future updates if you have any questions or suggestions then feel free to comment below. Have a nice day.