TERMUX COMMANDD
25.5K subscribers
551 photos
80 videos
10 files
157 links
πŸ₯‡THIS IS THE TOP TERMUX CHANNEL ON TELEGRAM WITH 1000+ TOOLSπŸͺ©

πŸšͺHOUSE OF PENTESTER

⚑ Β©ALL CONTENT PROVIDED BY THIS CHANNEL IS MEANT FOR EDUCATIONAL PURPOSES ONLYπŸ”Ί


ADS - @MARONADS
Download Telegram
Suns-term - my own python script for .profile in termux. In this script i use TacleAPI

Change ip and port of your host in menu file

cd /settings
nvim menu.py

Or

cd /settings
nano menu.py

Start

python3 main.py

Installation
Install my-project with git.


git clone https://github.com/TheDmitryY/suns-term
python3 main.py


⚠️ For more information and use of this tool in termux visit github link of this tool.
πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
❀12πŸ’―4
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).


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
Data Validation Checklist

@TERMUXCOMMANDD
❀6πŸ’―2
πŸš€ Turn Termux into a Hacking Powerhouse!

πŸ” 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
HTTP Status
❀10πŸ‘Ž2
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
⚠️ 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 EditorSpck Editor for NodejsAcode)
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
IP Command Cheat sheet
❀4πŸ’―1
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
❀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
6 Most Common API Security Issues
❀12
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
2........fA Bypass.

⚠️ FOR EDUCATIONAL PURPOSE ONLY

πŸ’» @TERMUXCOMMANDD
❀31πŸ’―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
Linux Grep Cheat Sheet
❀3πŸ‘3πŸ’―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
Python Roadmap
❀18