Kali Linux

UserLAnd : Run a Linux Distribution or Application on Android

The assets that UserLAnd depends on and the scripts that build them are contained in other repositories. The common assets that are used for all distros and applications are found at CypherpunkArmory/UserLAnd-Assets-Support.

The easiest way to run a Linux distribution or application on Android. Features:

  • Run full linux distros or specific applications on top of Android.
  • Install and uninstall like a regular app.
  • No root is required.

Also, Read – RootOS – macOS Root Helper

How to get started using UserLAnd:

There are two ways to use UserLAnd: single-click apps and user-defined custom sessions.

Using single-click apps:

  1. Click an app.
  2. Fill out the required information.
  3. You’re good to go!

Using user-defined custom sessions:

  1. Define a session – This describes what filesystem you are going to use, and what kind of service you want to use when connecting to it (ssh or vnc).
  2. Define a filesystem – This describes what distribution of Linux you want to install.
  3. Once defined, just tap on the session to start up. This will download necessary assets, set up the filesystem, start the server, and connect to it. This will take several minutes for the first start-up but will be quicker afterward.

Managing Packages

Debian, Ubuntu, And Kali:

  • Update: sudo apt-get update && sudo apt-get dist-upgrade
  • Install Packages: sudo apt-get install <package name>
  • Remove Packages: sudo apt-get remove <package name>

Archlinux:

  • Update: sudo pacman -Syu
  • Install Packages: sudo pacman -S <package name>
  • Remove Packages: sudo pacman -R <package name>

Installing A Desktop

Debian, Ubuntu, And Kali:

  • Install Lxde: sudo apt-get install lxde (default desktop)
  • Install X Server Client: Download on the Play store
  • Launch XSDL
  • In UserLAnd Type: export DISPLAY=:0 PULSE_SERVER=tcp:127.0.0.1:<PORT NUMBER>
  • Then Type: startlxde
  • Then Go Back To XSDL And The Desktop Will Show Up

ArchLinux:

  • Install Lxde: sudo pacman -S lxde
  • Install X Server Client: Download on the Play store
  • Launch XSDL
  • In UserLAnd Type: export DISPLAY=:0 PULSE_SERVER=tcp:127.0.0.1:<PORT NUMBER>
  • Then Type: startlxde
  • Then Go Back To XSDL And The Desktop Will Show Up
R K

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago