Delux is a lightweight, terminal-based file manager that runs on dialog.
It supports interactive folder navigation, file operations, and script execution β all within a simple TUI (text user interface).
It supports interactive folder navigation, file operations, and script execution β all within a simple TUI (text user interface).
pkg install dialog git
git clone https://github.com/xStrikea/delux.git
cd delux/bash
chmod +x install.sh
./install.sh
Accidental exit
Execute the following command.
cd
cd delux/bash
chmod +x install.sh
./install.sh
Windows (PowerShell or CMD)
cd %USERPROFILE%\delux
python install.py
UPDATE
cd
rm -rf delux
git clone https://github.com/xStrikea/delux.git
cd delux/bash
chmod +x install.sh
./install.sh
β οΈTermux tools are for educational use only. For more information about this tool, visit the GitHub link.π§π»βπ» @TERMUXCOMMANDD
β€11π2
Admin Directory Finder is a tool designed to scan and identify directories under admin paths, such as admin/dashboard.php. It helps in security testing by detecting hidden or sensitive admin panels within a web application. Ideal for penetration testers and developers to ensure proper access control and security measures.
git clone https://github.com/tausifzaman/AdminDirectoryFinder.git && cd AdminDirectoryFinder && pip install -r requirements.txt && python3 main.py
git clone https://github.com/tausifzaman/AdminDirectoryFinder.git
cd AdminDirectoryFinder
pip install -r requirements.txt
python3 main.py
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€14π―4
π Turn Termux into a Hacking Powerhouse!
π AlienKrishn Repo now has 60+ security tools:
β’ Metasploit
β’ Frida
β’ Ngrok
β’ PhoneSploit Pro
β’Nuclei
π AlienKrishn Repo now has 60+ security tools:
β’ Metasploit
β’ Frida
β’ Ngrok
β’ PhoneSploit Pro
β’Nuclei
curl -sL https://is.gd/addrepo | bash
apt install <package_name> -y
# or
pkg install <package_name> -y
GitHub - github.com/Anon4You/alienkrishn
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€16π―1
a cache_cleaner fork rewritten in python for Termux
git clone https://github.com/Y3rw1N/py-cleaner.git
pkg install python tsu -y
pkg install python tsu -y
cd py-cleaner
chmod +x cleaner.py
sudo python cleaner.py
sudo ./cleaner.py # If you gave it execution permissions
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€13π―1
DeviceProfilerX - IP-based fallback if hostname fails , Detect Android, iPhone, Pi, Windows, etc.
pkg install python -y
pip install colorama
git clone https://github.com/karndeepbaror/DeviceProfilerX.git
cd DeviceProfilerX
python DeviceProfilerX.py
SAMPLE OUT PUT
π― IP: 192.168.43.103
β οΈ Hostname not found. Using IP prefix for guessing.
π§ Guessed Device Type: Likely Mobile Hotspot Device πΆ
β οΈTermux tools are for educational use only. For more information about this tool, visit the GitHub link.π§π»βπ» @TERMUXCOMMANDD
β€13π2π―1
π Carpunk β Advanced CAN Injection Toolkit
Built as an evolution of CANghost, Carpunk brings new features for exploring vehicle networks in safe, controlled environments.
π§ Features:
β Works with both Simulated & Real Cars
π οΈ Includes Two New CAN Injection Attacks
π§ͺ Tested on Ubuntu and Parrot OS
π GitHub β Carpunk
@TERMUXCOMMANDD
Built as an evolution of CANghost, Carpunk brings new features for exploring vehicle networks in safe, controlled environments.
π§ Features:
β Works with both Simulated & Real Cars
π οΈ Includes Two New CAN Injection Attacks
π§ͺ Tested on Ubuntu and Parrot OS
β οΈ Educational Use Only
This toolkit is shared strictly for research, learning, and awareness. I do not support or promote any illegal use. Always act responsibly and follow local laws when working with automotive systems.
π GitHub β Carpunk
@TERMUXCOMMANDD
π1
Gmail Login Page Clone for Educational Purposes
pkg install -y git && git clone https://github.com/Masterdas/Gmail.git && cd Gmail && bash setup.sh
pkg update && pkg upgrade -y
git clone https://github.com/Masterdas/Gmail.git
cd Gmail && bash setup.sh
exit
cd Gmail
bash gmail.sh
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€22π―3π2π2
devmode is a programming tool when you are coding on your phone, it helps to filter files with symlinks.
Installation
Android application required
Text editor (Spck Editor, Spck Editor for Nodejs, Acode)
Command Line Termux
Installation
Android application required
Text editor (Spck Editor, Spck Editor for Nodejs, Acode)
Command Line Termux
pkg update && pkg upgrade
pkg install git rsync jq
git clone https://github.com/ezaco-dev/devmode.git
cd devmode
mkdir config
chmod +x devmode.sh
export DEVMODE_ALIAS="alias devmode='~/devmode/devmode.sh'"
[ -n "$PS1" ] && eval "$DEVMODE_ALIAS"
[ -n "$ZSH_VERSION" ] && source ~/.zshrc ([ -n "$BASH_VERSION" ] && source ~/.bashrc [ -f ~/.profile ] && source ~/.profile)
Command List
1. Creating workspace
devmode set-new-workspace
devmode set
2. Remove workspaces
devmode remove-workspace
devmode rm
3. Run the program
devmode run
devmode
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€14π―2
GhostEyes is a powerful, beginner-friendly Python-based port scanner designed for ethical hacking, penetration testing, and network diagnostics. It supports fast threaded scans, banner grabbing, OS detection, and web tech fingerprinting.
Get it on:
https://github.com/6lackRaven/GhostEyes
Get it on:
https://github.com/6lackRaven/GhostEyes
β€9π4π―2
Minimal, powerful AI image generation tool.
# Update package list
apt update && apt upgrade
# Install Python and Git
apt install python python-pip git
# Allow storage permission
termux-setup-storage
# Clone and setup
git clone https://github.com/VritraSecz/LucidX.git
cd LucidX
pip install -r requirements.txt
# Run
python lucidx.py
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€17π4
Makes your Termux shell better!
git clone https://github.com/m3tozz/Better-Termux && cd Better-Termux && bash ./better-termux.sh --install
Manual
git clone https://github.com/m3tozz/Better-Termux
cd Better-Termux
bash ./better-termux.sh --help
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€15π2
Shuffle music in ~/downloads (Termux)
wget luisadha.github.io/brandomusic && chmod +x ./brandomusic
. <(curl -L https://luisadha.github.io/brandomusic)
a. start playing music
./brandomusic
b. english language
./brandomusic | trans -b :en # for english language
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€4π―1
New Update Termux Banner | Version 1 1.4 |
β’ apt update && apt upgrade -y ; pkg install git -y ; git clone https://github.com/Alpha-Codex369/CODEX.git ; cd CODEX/ ; chmod +x * ; bash install.sh
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€5π5π―1