zoukankan      html  css  js  c++  java
  • Install Kali in Android

    ## Install Kali in Android
    一:  下载所需软件
            1. 下载deploy linux: https://github.com/meefik/linuxdeploy/releases
            2. 下载小米3[开发包]: http://www.miui.com/download-101.html  
                    具体下载地址: http://bigota.d.miui.com/7.11.16/miui_MI3TD_7.11.16_314dc4c6a1_4.4.zip
            3. 下载linux系统[arm版本] https://www.offensive-security.com/kali-linux-arm-images/

    二:  安装步骤
            1. 刷机升级系统[解决没有root权限问题]:  http://www.miui.com/shuaji-330.html
                    1.1  下载 mimu_rom 重命名为 update.zip 拷贝至存储根目录
                    1.2  开机状态下:进入“系统更新”,点右上角“...”选择“重启到恢复模式(Recovery)”,点击“立即重启” 进入Recovery模式
                    1.3  选择“简体中文”并确认(音量键选择电源键确认),选择“将update.zip安装至系统一”并确认。选择确认后等待完成,选择重启至系统一即可。

            2. 系统安装
                    2.1 解压下载的linux系统文件  xz -d **.img.xz
                    2.2 拷贝到系统根目录
                    2.3 手机启动 deploy linux 软件, 进行配置
                            安装路径为 : /storage/emulated/0/**.img, 其他默认即可
                    2.4 进行安装 [大概20分钟]

    三: 安装完成, 使用电脑登录
    ssh android@ip  [注意: 用户和密码为配置时候显示的密码]







    四:  参考文档:
    1. http://www.freebuf.com/articles/terminal/13209.html
    2. https://thief.one/2017/02/10/%E5%AE%89%E5%8D%93%E7%89%88Kali-linux/
    3. http://www.miui.com/shuaji-330.html
    4. http://www.miui.com/download-101.html#164

  • 相关阅读:
    ref和out的区别
    final、finally、finalize的区别
    get和post的区别
    什么是事务
    锁的详细
    什么是游标
    什么是存储过程
    委托的来由
    多线程的秘密
    String str=null; 和String str=""的区别
  • 原文地址:https://www.cnblogs.com/love-linux/p/8973307.html
Copyright © 2011-2022 走看看