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
QR-Gen - Advanced QR Code Toolkit for Termux
QR-Gen is an advanced Python-based QR Code tool specifically designed for Termux users. With an interactive interface and complete features, you can create, read, and save QR codes automatically directly to your phoneβs internal memory.
QR-Gen is an advanced Python-based QR Code tool specifically designed for Termux users. With an interactive interface and complete features, you can create, read, and save QR codes automatically directly to your phoneβs internal memory.
pkg update && pkg upgrade
pkg install git
termux-setup-storage
git clone https://github.com/Khenzl/QR-Gen
cd QR-Gen
chmod +x install.sh
bash install.sh
python qr_gen.py
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€9
This script simplifies the process of serving local directories using PHP's built-in web server on Termux for Android. It creates a convenient localhost command that starts the PHP server for a specified directory on an available port (starting from 8080).
apt update && apt upgrade -y
apt install git php -y
cd $HOME && git clone https://github.com/y-nabeelxd/Termux-LocalHost && cd Termux-LocalHost && chmod +x install.sh && bash install.sh && cd $HOME && rm -rf Termux-LocalHost
usage
Starting a Local Server
localhost /path/to/your/directory
Example
localhost ~/my_website
Stopping the Server
stoplocal
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€10
Apktool 2.12.0 For Termux , Version : 2.12.0 , Maintained
apt-get update -y
apt-get upgrade -y
git clone https://github.com/h4ck3r0/Apktool-termux
cd $HOME
ls
cd Apktool-termux
chmod +x *
bash setup.sh
[+]-- Open new session in termux and Type apktool
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€4π―2