• [Kali_onAndroid]让你的安卓设备跑起kali – kali for android


    Kali Android Deploy

    Kali Linux on any Android Phone or Tablet

    Getting Kali Linux to run on ARM hardware has been a major goal for us since day one. So far, we’ve built native images for the Samsung Chromebook, Odroid U2, Raspberry Pi, RK3306, Galaxy Note 10.1, CuBox, Efika MX, and BeagleBone Black to name a few. This however does not mean you cannot install Kali Linux in a chroot on almost any modern device that runs Android. In fact, the developers of Linux Deploy have made it extremely easy to get any number of Linux distributions installed in a chroot environment using a simple GUI builder.

    PREREQUISITES
    • A device running Android 2.1 and above, rooted.
    • At least 5 GB free space on internal or external storage.
    • A fast, wireless internet connection.
    • Patience to wait for a distribution to bootstrap from the network.

    配置

      · 一个跑着安卓系统的设备,手机 平板 htpc 什么都行

    但前提是 他已经获得了root权限(相信对大家来说不难,提权呗)系统是2.1以上的

      · 又有至少5g的sdcard存储空间

      · 有一个够快的有线/无线网络

      · 拥有一颗勇者之心 去应对从官网下载img文件这个漫长的过程

    CONFIGURING LINUX DEPLOY FOR KALI

    There’s actually very little to be done to get Kali installed. By choosing Kali Linux in the “Distribution” tab, you’ve pretty much covered the important stuff. Optionally, you can choose your architecture, verify that the Kali mirror is correct, set your installation type and location on your Android device, etc. Generally speaking, the defaults provided by Linux Deploy are good to begin with.

    需要下载的软件

    linux deploy

    这个是官方推荐的 不错的 而且傻瓜化了操作流程

    vnc 连接器

    这个你直接91手机助手搜索vnc 一大堆 用来使用GUI界面的kali

    ssh连接器

    这个360手机助手 搜索ssh 就行了 排行第一个的 用来使用命令行界面的 kali(推荐)

    把三个要安装的软件都装好 连上你的网络~

    打开linux deploy 点击 工具栏中左上角第二个 下载标志,就会进入到下面图中显示的属性框中,按照蓝色框中的内容进行设置即可,注意:Installation Path按照默认即可,无需修改,如果修改成下图中的配置,那么会报错,无法正常安装系统。

    linux-deploy-kali-list-00

    最后点击最上面的Install安装,漫长的下载过程开始了。

    BUILDING THE KALI IMAGE

    install-kali-linux-deploy

    Once you are happy with all the settings, hitting the “install” button will start a Kali Linux bootstrap directly from our repositories. Depending on your Internet connection speed, this process could take a while. You’ll be downloading a base install of Kali Linux (with no tools) at minimum.

    STARTING UP YOUR CHROOTED KALI

    Once the installation is complete, you can have Linux Deploy automatically mount and load up your Kali Linux chroot image. This also includes the starting of services such as SSH and VNC for easier remote access. All of this is automagically done by hitting the “start” button. You should see Linux Deploy setting up your image with output similar to the following:

    下载完后,点击工具栏中的start,就会在后台开启系统,下面是命令端现实的信息。

    linux-deploy-mount

    At this stage, Linux Deploy has started a VNC and SSH server inside your chrooted Kali image. You can connect to the Kali session remotely using the IP address assigned to your Android device (in my case, 10.0.0.10).

    LOGGING IN TO YOUR CHROOTED KALI

    Now you can use either a SSH or VNC client to access your Kali instance. The VNC password is “changeme” and the SSH credentials are “android” for the username (configured via Linux Deploy) and “changeme” as the password.

    VNC和SSH中的IP可以设置为局域网IP地址,例如192.168.*.*,这样就可以实现远程登录。

    vnc

    ip:127.0.0.1 port:5900 pass:changeme

    ssh

    ip:127.0.0.1 port:22 user:android pass:changeme
     
    IMAGE SIZE CONSIDERATIONS

    If left unchanged, Linux Deploy will automatically set an image size of around 4 GB, for a “naked” installation of Kali. If you would like to install additional Kali tools down the road, you might want to consider using a larger image size, which is configurable via the settings in Linux Deploy.

    LOCAL VNC CONNECTIONS

    We had to try a couple of VNC clients to get one to work properly. Although controlling Kali through a local VNC client isn’t the most convenient of tasks, it certainly is possible. However, we suspect that most people will be SSH’ing into this instance. The picture below was overlayed with a Kali Linux desktop screenshot taken from a Galaxy S4.

    galaxy-s4-kali-linux

    apt-get install nmap---------我喜欢先安装我爱的nmap
    apt-get install sqlmap-------然后是注入工具sqlmap
    apt-get install metasploit---传说中的神器MSF用kali不就为了用它么?但是他比较大 安装时间有些长 所以我放在最后
    apt-get update--------------这个不解释了吧~
    apt-get upgrade-------------这个也不解释了吧~


    提示:在Property:linux中,可以再Distribution选项中能看到不少基于linux的当下流行版本,可以按照需求安装,前提是SDcard容量足够大。

    [转至kali组织官网]http://www.kali.org/how-to/kali-linux-android-linux-deploy/
  • 相关阅读:
    Ext简单demo示例
    git命令行操作
    js继承方式
    一次活动总结
    h5自定义audio(问题及解决)
    JavaScript标准参考教材(alpha)--笔记
    css揭秘--笔记(未完)
    css权威指南--笔记
    h5上传图片及预览
    gulp入门小记
  • 原文地址:https://www.cnblogs.com/webapplee/p/4060823.html
Copyright © 2020-2023  润新知