From b57ba81c95d68a5d7f0a12e915c2fefa7349cf04 Mon Sep 17 00:00:00 2001 From: Vivek W <92390419+AryanVBW@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:41:47 +0530 Subject: [PATCH 1/6] Delete README.md --- README.md | 171 ------------------------------------------------------ 1 file changed, 171 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index d348c8f..0000000 --- a/README.md +++ /dev/null @@ -1,171 +0,0 @@ -# Linux CLI + GUI for Android -

- -LinuxDroid

- -# Linuxdroid - -**Linuxdroid** is a Linux Command Line Interface (CLI) and Graphical User Interface (GUI) for Android, offering a collection of original open-source operating systems. This platform enables users to experience a variety of Linux distributions on Android devices. -

- -LinuxDroid

- -### One-Click Installation Script -This script streamlines the installation process, providing a seamless experience for various operating systems. Whether you prefer a graphical interface or the command line, it's designed for simplicity and efficiency.Supported OS: - - Parrot 🦜 Os - - Kali - - Ubuntu - - Arch - - Debian - - Manjaro - - Void - - Alpine - - Fedora - - NethunterRootLess (Hacking specialized Linux) - - BlackBox(coming🔜) - - CentOS(coming 🔜) -### Supported Desktop Environments: - -- LXDE -- LXQT -- XFCE -- MATE -- KDE Plasma(Beta) -- GNOME(coming soon) -### Window Managers: - -- Awesome -- Openbox -- i3 - -In addition to OS support, Linuxdroid also provides automated installation capabilities for Kali Nethunter across all Android versions. This project aims to facilitate diverse use cases, such as: - -- Utilizing Apache local server environments -- Conducting penetration testing (pentesting) with Kali - -### Features: - -- Full functionality of all Linux distributions supported -- Complete tool compatibility with popular Kali and Ubuntu tools - -#### Notable Tools Included: -- Nmap -- Wireshark -- Metasploit -- Burp Suite -- Aircrack-ng -- Hydra -- John the Ripper -- SQLMap -- LibreOffice -- Visual Studio Code -- Mozilla Firefox - -

Installation:

-

- LinuxDroid

- -Install the Termux app from [F-Droid](https://f-droid.org/) / [Nethunter Store ](https://store.nethunter.com/packages/com.termux/) -or download from here - -

- Termux

- -From the NetHunter Store, install Termux, NetHunter-KeX client, and Hacker’s keyboard Note: The button “install” may not change to “installed” in the store client after installation - just ignore it. Starting termux for the first time may seem stuck while displaying “installing” on some devices - just hit enter. -

- -

Open Termux and type:

- -### or simply copy paste it -```bash -pkg update -y && pkg upgrade -y -termux-setup-storage -pkg install wget -y && pkg install figlet -y -wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroidmenu.sh && chmod +x LinuxDroidmenu.sh -wget https://github.com/AryanVBW/LinuxDroid/releases/download/A1/default.bashrc && chmod +x default.bashrc -rm -rf .bashrc && cp default.bashrc .bashrc -wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroid.sh && chmod +x LinuxDroid.sh && bash LinuxDroid.sh - -``` -### Select Linux you want to install Linuxdroid automatically isntall it and setup it. -

- - -

- -

- -

🚨For manually installation of and Linux follow the following

-

- - -

-

Copy it forNetHunterRootlessEdition:

- -```bash - -wget -O install-nethunter-termux https://offs.ec/2MceZWr - chmod +x install-nethunter-termux - ./install-nethunter-termux -wget https://raw.githubusercontent.com/AryanVBW/LinuxDroid/main/Scripts/menu.sh && chmod +x menu.sh - wget https://raw.githubusercontent.com/AryanVBW/LinuxDroid/main/Scripts/default.bashrc -mv default.bashrc .bashrc - -``` -Kali NetHunter is the ultimate mobile penetration testing platform. It's based on Kali Linux, the most popular penetration testing distribution, and it allows you to run a full range of security tools on your Android device. - -With Kali NetHunter, you can: - -* Penetration test Android devices -* Perform security research -* Learn about ethical hacking - -Kali NetHunter is easy to install and use. Just follow the instructions in this guide and you'll be up and running in minutes. - -

- -

-

Copy it for Ubuntu 22.04 CLI:

- -```bash - pkg update -y && pkg install wget curl proot tar -y && wget https://github.com/AryanVBW/LinuxDroid/blob/L2/Scripts/InstallScript/Cli/ubuntu22.sh -O ubuntu22.sh && chmod +x ubuntu22.sh && bash ubuntu22.sh -``` -

- -

-

Copy it for KALI CLI:

- -```bash -pkg update -y && pkg install wget curl proot tar -y && wget https://github.com/AryanVBW/LinuxDroid/releases/download/Vivek1/kali-cli.sh -O kali-cli.sh && chmod +x kali-cli.sh && bash kali-cli.sh -``` -Maximum flexibility with no commitment -Install Kali NetHunter on any stock, unrooted Android device without voiding the warranty -Android Device (Stock unmodified device, no root or custom recovery required) -# To see screenshot -## Tap on Arrow👇 -

- -LinuxDroid -

- - -

- -

- - -

- -

- -

-Darkside -Feel free to reach out, and let's build something amazing together! 🚀 - -[![GitHub stats](https://github-readme-stats.vercel.app/api?username=aryanvbw&show_icons=true&theme=dark)](https://github.com/aryanvbw) -

- Visitor count
- -

-

Made with ❤️ By *Vivek W*

-

v1.1.2

From 84f6eac323d86d59c71a2b9653509d918f2891f6 Mon Sep 17 00:00:00 2001 From: Vivek W <92390419+AryanVBW@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:47:31 +0530 Subject: [PATCH 2/6] Add files via upload --- LinuxDroid.md | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 LinuxDroid.md diff --git a/LinuxDroid.md b/LinuxDroid.md new file mode 100644 index 0000000..d348c8f --- /dev/null +++ b/LinuxDroid.md @@ -0,0 +1,171 @@ +# Linux CLI + GUI for Android +

+ +LinuxDroid

+ +# Linuxdroid + +**Linuxdroid** is a Linux Command Line Interface (CLI) and Graphical User Interface (GUI) for Android, offering a collection of original open-source operating systems. This platform enables users to experience a variety of Linux distributions on Android devices. +

+ +LinuxDroid

+ +### One-Click Installation Script +This script streamlines the installation process, providing a seamless experience for various operating systems. Whether you prefer a graphical interface or the command line, it's designed for simplicity and efficiency.Supported OS: + - Parrot 🦜 Os + - Kali + - Ubuntu + - Arch + - Debian + - Manjaro + - Void + - Alpine + - Fedora + - NethunterRootLess (Hacking specialized Linux) + - BlackBox(coming🔜) + - CentOS(coming 🔜) +### Supported Desktop Environments: + +- LXDE +- LXQT +- XFCE +- MATE +- KDE Plasma(Beta) +- GNOME(coming soon) +### Window Managers: + +- Awesome +- Openbox +- i3 + +In addition to OS support, Linuxdroid also provides automated installation capabilities for Kali Nethunter across all Android versions. This project aims to facilitate diverse use cases, such as: + +- Utilizing Apache local server environments +- Conducting penetration testing (pentesting) with Kali + +### Features: + +- Full functionality of all Linux distributions supported +- Complete tool compatibility with popular Kali and Ubuntu tools + +#### Notable Tools Included: +- Nmap +- Wireshark +- Metasploit +- Burp Suite +- Aircrack-ng +- Hydra +- John the Ripper +- SQLMap +- LibreOffice +- Visual Studio Code +- Mozilla Firefox + +

Installation:

+

+ LinuxDroid

+ +Install the Termux app from [F-Droid](https://f-droid.org/) / [Nethunter Store ](https://store.nethunter.com/packages/com.termux/) +or download from here + +

+ Termux

+ +From the NetHunter Store, install Termux, NetHunter-KeX client, and Hacker’s keyboard Note: The button “install” may not change to “installed” in the store client after installation - just ignore it. Starting termux for the first time may seem stuck while displaying “installing” on some devices - just hit enter. +

+ +

Open Termux and type:

+ +### or simply copy paste it +```bash +pkg update -y && pkg upgrade -y +termux-setup-storage +pkg install wget -y && pkg install figlet -y +wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroidmenu.sh && chmod +x LinuxDroidmenu.sh +wget https://github.com/AryanVBW/LinuxDroid/releases/download/A1/default.bashrc && chmod +x default.bashrc +rm -rf .bashrc && cp default.bashrc .bashrc +wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroid.sh && chmod +x LinuxDroid.sh && bash LinuxDroid.sh + +``` +### Select Linux you want to install Linuxdroid automatically isntall it and setup it. +

+ + +

+ +

+ +

🚨For manually installation of and Linux follow the following

+

+ + +

+

Copy it forNetHunterRootlessEdition:

+ +```bash + +wget -O install-nethunter-termux https://offs.ec/2MceZWr + chmod +x install-nethunter-termux + ./install-nethunter-termux +wget https://raw.githubusercontent.com/AryanVBW/LinuxDroid/main/Scripts/menu.sh && chmod +x menu.sh + wget https://raw.githubusercontent.com/AryanVBW/LinuxDroid/main/Scripts/default.bashrc +mv default.bashrc .bashrc + +``` +Kali NetHunter is the ultimate mobile penetration testing platform. It's based on Kali Linux, the most popular penetration testing distribution, and it allows you to run a full range of security tools on your Android device. + +With Kali NetHunter, you can: + +* Penetration test Android devices +* Perform security research +* Learn about ethical hacking + +Kali NetHunter is easy to install and use. Just follow the instructions in this guide and you'll be up and running in minutes. + +

+ +

+

Copy it for Ubuntu 22.04 CLI:

+ +```bash + pkg update -y && pkg install wget curl proot tar -y && wget https://github.com/AryanVBW/LinuxDroid/blob/L2/Scripts/InstallScript/Cli/ubuntu22.sh -O ubuntu22.sh && chmod +x ubuntu22.sh && bash ubuntu22.sh +``` +

+ +

+

Copy it for KALI CLI:

+ +```bash +pkg update -y && pkg install wget curl proot tar -y && wget https://github.com/AryanVBW/LinuxDroid/releases/download/Vivek1/kali-cli.sh -O kali-cli.sh && chmod +x kali-cli.sh && bash kali-cli.sh +``` +Maximum flexibility with no commitment +Install Kali NetHunter on any stock, unrooted Android device without voiding the warranty +Android Device (Stock unmodified device, no root or custom recovery required) +# To see screenshot +## Tap on Arrow👇 +

+ +LinuxDroid +

+ + +

+ +

+ + +

+ +

+ +

+Darkside +Feel free to reach out, and let's build something amazing together! 🚀 + +[![GitHub stats](https://github-readme-stats.vercel.app/api?username=aryanvbw&show_icons=true&theme=dark)](https://github.com/aryanvbw) +

+ Visitor count
+ +

+

Made with ❤️ By *Vivek W*

+

v1.1.2

From 58812943766888d5b7214a3b98fe49056578702d Mon Sep 17 00:00:00 2001 From: Vivek W <92390419+AryanVBW@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:48:51 +0530 Subject: [PATCH 3/6] Delete Looks.md --- Looks.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 Looks.md diff --git a/Looks.md b/Looks.md deleted file mode 100644 index 1d45020..0000000 --- a/Looks.md +++ /dev/null @@ -1,28 +0,0 @@ -

-
-*AryanVBW* -

- -# Linuxdroid -

- - -

- - - - - -

- - -

- - -Darkside -Darkside -Darkside -Darkside -Darkside -Darkside - From 76d464c83024bf61e60dbb519603d52bf903e5f0 Mon Sep 17 00:00:00 2001 From: Vivek W <92390419+AryanVBW@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:50:27 +0530 Subject: [PATCH 4/6] Add files via upload --- Looks.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Looks.html diff --git a/Looks.html b/Looks.html new file mode 100644 index 0000000..1d45020 --- /dev/null +++ b/Looks.html @@ -0,0 +1,28 @@ +

+
+*AryanVBW* +

+ +# Linuxdroid +

+ + +

+ + + + + +

+ + +

+ + +Darkside +Darkside +Darkside +Darkside +Darkside +Darkside + From 050b34042fe25a93345166280003dd71b82b8532 Mon Sep 17 00:00:00 2001 From: Vivek W <92390419+AryanVBW@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:08:13 +0530 Subject: [PATCH 5/6] Update LinuxDroid.md --- LinuxDroid.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/LinuxDroid.md b/LinuxDroid.md index d348c8f..c4eb01f 100644 --- a/LinuxDroid.md +++ b/LinuxDroid.md @@ -169,3 +169,14 @@ Feel free to reach out, and let's build something amazing together! 🚀

Made with ❤️ By *Vivek W*

v1.1.2

+3. Open Termux and type (or copy-paste) the following: + +```bash +pkg update -y && pkg upgrade -y +termux-setup-storage +pkg install wget -y && pkg install figlet -y +wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroidmenu.sh && chmod +x LinuxDroidmenu.sh +wget https://github.com/AryanVBW/LinuxDroid/releases/download/A1/default.bashrc && chmod +x default.bashrc +rm -rf .bashrc && cp default.bashrc .bashrc +wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroid.sh && chmod +x LinuxDroid.sh && bash LinuxDroid.sh +``` From 054dea89f44d5fc096b9e100073befc0c24ffb1d Mon Sep 17 00:00:00 2001 From: Vivek W <92390419+AryanVBW@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:43:53 +0530 Subject: [PATCH 6/6] Delete Looks.html --- Looks.html | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 Looks.html diff --git a/Looks.html b/Looks.html deleted file mode 100644 index 1d45020..0000000 --- a/Looks.html +++ /dev/null @@ -1,28 +0,0 @@ -

-
-*AryanVBW* -

- -# Linuxdroid -

- - -

- - - - - -

- - -

- - -Darkside -Darkside -Darkside -Darkside -Darkside -Darkside -