TERMUX COMMANDD
25.5K subscribers
551 photos
80 videos
10 files
156 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
Linux File Permission Cheatsheet
11
PassiveRecon is a rare OSINT recon tool that collects public information only — no attacks, no scanning.
Used for learning recon, bug bounty basics, and OSINT mindset.

pkg update -y && pkg install git python -y
git clone https://github.com/screetsec/PassiveRecon.git
cd PassiveRecon
pip install -r requirements.txt
python3 passiverecon.py

⚠️ For more information and use of this tool in termux visit github link of this tool.
👨‍💻  @TERMUXCOMMANDD
11👍2
Linux File Permissions
15
How to spot phishing scams
👍114
Recon Tools
13👍2💯1
This media is not supported in your browser
VIEW IN TELEGRAM
Linux directory explained
12🥰3😍2
TYPES OF COMPUTER MEMORY
8💯2
Amass is an advanced OSINT & subdomain enumeration tool. It discovers hidden assets of a target using DNS records, certificates, search engines, and public databases. Widely used in bug bounty and professional recon.

pkg update && pkg upgrade -y
pkg install git golang -y

go install -v github.com/owasp-amass/amass/v4/...@latest

echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.bashrc
source ~/.bashrc

Verify installation:

amass -version

Basic command:

amass enum -d example.com

⚠️ For more information and use of this tool in termux visit github link of this tool.
👨‍💻  @TERMUXCOMMANDD
17👍14
More likes 👍 mean more reach. Support us by hitting like and sharing with your friends — it inspires us to bring you even more free content. Thanks for the love!
15
Network Debugging Commands Every Engineer Should Know
14
AD Attack Path
18
Open Source Packet Sniffers
17👍4
Malware Analysis And Reverse Engineering Tools
7
Cyber Security Tv Series
23👨‍💻5
This tool lets you monitor, restart, and protect any process automatically.
Hackers, sysadmins, and red-teamers use it to keep critical scripts alive even after crashes or kills.


pkg update && pkg upgrade -y
pkg install git python -y


git clone https://github.com/godmode0x/watchdog.git
cd watchdog
pip install -r requirements.txt

🚀 Usage Example
Protect a script:

python watchdog.py --cmd "python bot.py"

Run in background:

nohup python watchdog.py --cmd "bash script.sh" &

⚠️ For more information and use of this tool in termux visit github link of this tool.
👨‍💻  @TERMUXCOMMANDD
17😍1
PART 1 🔹 LINUX SHELL & BASH SCRIPTING CHEATSHEET
19
PART 2 🔹 LINUX SHELL & BASH SCRIPTING CHEATSHEET
11
Gitleaks scans Git repositories to detect leaked secrets such as passwords, API keys, tokens, and private keys.
It teaches how many real-world breaches happen due to developer mistakes, not “h4cking”.


pkg update && pkg upgrade -y
pkg install git golang -y
go install github.com/gitleaks/gitleaks/v8@latest
echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.bashrc
source ~/.bashrc
gitleaks version

⚠️ For more information and use of this tool in termux visit github link of this tool.
👨‍💻  @TERMUXCOMMANDD
18
PART 3 🔹 LINUX SHELL & BASH SCRIPTING CHEATSHEET
👍64
PART 4 🔹 LINUX SHELL & BASH SCRIPTING CHEATSHEET
9