Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
[CODE]1. Create a payload and sign it.
{ Sign in CODE:
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore (application_name).apk alias_name
}
2. Open armitage as a payload handler
3. send payload to the victim phon
4. EXPLOIT THEN... (BOOM)[/COLOR]