All Projects → Hax4us → termux-x

Hax4us / termux-x

Licence: Apache-2.0 license
it is unofficial repository maintained by me @Hax4us. you can check available packages in README

Projects that are alternatives of or similar to termux-x

dextop
Dextop - Linux-based distribution workstation on Android
Stars: ✭ 24 (-72.41%)
Mutual labels:  termux, xfce4
Termux-GUI
Graphical User Interface for Termux (XFCE and MATE)
Stars: ✭ 46 (-47.13%)
Mutual labels:  termux, xfce4
ubuntu-on-android
Run Ubuntu 21.04 with pre-installed Desktop Environments in android/termux with ease! Everything is preinstalled so just download install and done🚀🚀
Stars: ✭ 348 (+300%)
Mutual labels:  termux, xfce4
TermDroid
GUI Installer for various OS running on Termux
Stars: ✭ 18 (-79.31%)
Mutual labels:  termux, xfce4
Termux Apt Repo
Script to create Termux apt repositories.
Stars: ✭ 131 (+50.57%)
Mutual labels:  apt, termux
Gendalf
Android annotations processor for Shared Preferences
Stars: ✭ 38 (-56.32%)
Mutual labels:  apt
termux-wifi
Bash script which installs and runs the Fluxion tool inside Termux, a wireless security auditing tool used to perform attacks such as WPA/WPA2 cracking and MITM attacks.
Stars: ✭ 406 (+366.67%)
Mutual labels:  termux
conti-pentester-guide-leak
Leaked pentesting manuals given to Conti ransomware crooks
Stars: ✭ 772 (+787.36%)
Mutual labels:  pentesting-tools
Termux url opener all in one downloader
All-in-one Download Script for Termux URL Opener
Stars: ✭ 112 (+28.74%)
Mutual labels:  termux
NIST-to-Tech
An open-source listing of cybersecurity technology mapped to the NIST Cybersecurity Framework (CSF)
Stars: ✭ 61 (-29.89%)
Mutual labels:  pentesting-tools
.oh-my-comma
The idea of a 'workbench for developers' - Shell utilities, tooling, and dotfiles for comma.ai's open-source self-driving car technology stack
Stars: ✭ 110 (+26.44%)
Mutual labels:  termux
chip-battery-status
PocketCHIP battery status for xfce4 desktop
Stars: ✭ 16 (-81.61%)
Mutual labels:  xfce4
repo.me
a modern apt repository template built by the community
Stars: ✭ 159 (+82.76%)
Mutual labels:  apt
rsGen
rsGen is a Reverse Shell Payload Generator for hacking.
Stars: ✭ 71 (-18.39%)
Mutual labels:  pentesting-tools
xeca
PowerShell payload generator
Stars: ✭ 103 (+18.39%)
Mutual labels:  pentesting-tools
zsh
(๑•̀ㅂ•́)و✧ Easily configure zsh themes and plugins for GNU/Linux and Android-Termux.管理数百个zsh插件和主题,支持Alpine,Android,Arch,Debian,Fedora和Void。
Stars: ✭ 73 (-16.09%)
Mutual labels:  termux
phisherprice
All In One Pentesting Tool For Recon & Auditing , Phone Number Lookup , Header , SSH Scan , SSL/TLS Scan & Much More.
Stars: ✭ 38 (-56.32%)
Mutual labels:  pentesting-tools
debianopt-repo
Additional debian repository for awesome open-source projects.
Stars: ✭ 47 (-45.98%)
Mutual labels:  apt
dotfiles
My personal configuration files
Stars: ✭ 120 (+37.93%)
Mutual labels:  termux
apt
Java Annotation Processor Tool,动态生成getter/setter方法(像Lombok一样)。
Stars: ✭ 28 (-67.82%)
Mutual labels:  apt

termux-x

it is unofficial repository maintained by me @hax4us. you can check available packages in README

List Of Available Packages (aarch64, arm)

x11-stable repo

  1. xfce4 Desktop Environment (with all base dependencies)

pentesting repo

  1. beef-xss

How To Add x11-stable Repo (for gui packages)

  1. Add new sources list file mkdir -p $PREFIX/etc/apt/sources.list.d && printf "deb https://hax4us.github.io/termux-x/ x11-stable main" > $PREFIX/etc/apt/sources.list.d/hax4us_x11_stable.list
  2. enable x11 repo apt install x11-repo
  3. add public key wget https://hax4us.github.io/termux-x/hax4us.key && apt-key add hax4us.key
  4. Update apt update

Add pentesting repo (for pentesting packages)

  1. Add new sources list file mkdir -p $PREFIX/etc/apt/sources.list.d && printf "deb https://hax4us.github.io/termux-x/ pentesting main" > $PREFIX/etc/apt/sources.list.d/hax4us_pentesting.list
  2. add public key (same as above step 3)
  3. Now update apt update

Inatall Any Package

apt install pkg_name

NOTE FOR BEEF USERS

currently ruby (bigdecimal extension) is creating problems so after beef installation you will have to follow these step before executing beef command

  1. download the script wget https://hax4us.github.io/files/fix-ruby-bigdecimal.sh
  2. run script chmod +x fix-ruby-bigdecimal.sh && ./fix-ruby-bigdecimal.sh

Packages Will Be Add As Per Your Demand Guys :) (Just Open Issue As A Package Request)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].