Ticker

6/recent/ticker-posts

Undetectable Tool | FUD Metasploit Apk Generator In Linux Or Termux

If you're familiar with metasploit framework and thier features then this tools is really helpful for you and proivde you fully automate options to genrate FUD apk payload which able to bypass almost android inbuilt scanners (maybe not on android 10 and above) but something is better then nothing. So let's see what is this and how it works.

Undetectable

You can generate a fully undetectable Metasploit payload apk using this tool or script in Linux and Termux.

Linux Installation

$ git clone https://github.com/kinghacker0/Undetectable
$ sudo apt install apksigner zipalign apktool -y
$ cd Undetectable && bash Undetectable.sh

Termux Installation

$ apt update && apt upgrade
$ apt install wget apksigner
$ git clone https://github.com/kinghacker0/Undetectable
$ cd Undetectable
$ bash Termux-install.sh
$ bash  Termux-UD.sh

Now select your options and generate FUD apk (I personally recommend you to sign payload apk with apk editor in android for more efficient results.

I hope this information is helpful for you and if you found something interesting on our site then make sure to follow us for future updates. Have a nice day.