GitHub

Pinned Loading

  1. Secure Decentralized IoT Service Platform using Consortium Blockchain

    Go 1

  2. The Android client for "ReLF: Scalable Remote Live Forensics for Android"

    Java 3

  3. 1

    1. Install [Termux](https://termux.com/), an Android terminal emulator that provides a Linux execution environment and various tools.

    2

    
                  

    3

    2. Update system packages in Termux:

    4

    
                  

    5

       ```sh
  4. 1

    ### Steps to build Android kernel and system for LXC:

    2

    
                  

    3

    1. Download Android SDK, NDK, system and kernel source code;

    4

    2. Download modified lxc and libcap source code (ppoffiec/lxc-android, ppoffice/libcap-android)

    5

    3. Build Android system from source first so that we can link to its shared library when we build lxc (or maybe we don't have to);
  5. 1

    # Overview

    2

    - CNC Server: 192.168.1.12:23 (cnc.local:23)

    3

    - Report Server: 192.168.1.12:48101 (cnc.local:48101)

    4

    - Loader Server: 192.168.1.13

    5

    - Bot Binary Host: http://192.168.1.13:80/bins/mirai.*
  6. 1

    ## Tools

    2

    
                  

    3

    1. emulator (30.3.5) (via Android SDK)

    4

    2. adb (30.0.5) (via Android SDK)

    5

    3. apktool (2.5.0) and Java runtime

Read the original on github.com ↗