Now easliy generate and embed payload inside apk with termux.
A simple tool written in bash for making the process of embedding payload inside apk less painful. This tool might be inspired from various other tools available on web.
Embedding payload inside apk with termux was very painful earlier. So, this tool will make your life easier for embedding payload inside apk. Also it will install metasploit if you haven't already. Also it will download all dependencies for you.
termux-setup-storage
pkg upgrade && pkg update
pkg install curl
rm toxin > /dev/null 2>&1 && rm $PREFIX/bin/toxin > /dev/null 2>&1 #clean pre existing sruffs.
curl -s https://raw.githubusercontent.com/ksauraj/toxin/master/toxin -o toxin
mv toxin $PREFIX/bin
chmod +x $PREFIX/bin/toxin
toxin
[NOTE] Once tool installed, run setup first by selecting 3rd option
The author does not hold any responsibility for the bad use of this tool, this tool is made only for educational purpose. Remember, with great power comes great responsibility. Please Don't be Evil.
Tool By @Ksauraj