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.
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.
👨💻 @TermuxHackTm
🔥8
📺💻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.
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
🔥2
💥 دوره آموزش ترموکس 0 تا 100
➕ آموزش کامل ترموکس، دستورات لینوکس و اجرای ابزارها روی موبایل اندروید
در این دوره بهصورت گامبهگام کار با Termux رو یاد میگیری و بدون لپتاپ وارد دنیای لینوکس، امنیت و هک میشی 📱🐧
🟢 سرفصلها:
✔️ نصب و راهاندازی ترموکس
✔️ دستورات پایه لینوکس
✔️ نصب ابزارهای امنیتی و اسکن
✔️ اسکریپتنویسی در ترموکس
✔️ مدیریت Python و PHP
✔️ آموزش ساخت SMS Bomber
✔️ آموزش ساخت صفحات فیشینگ
📣 ویژگیهای دوره:
🔥 مناسب مبتدیها
🤡 پروژهمحور و کاربردی
📊 قابل اجرا روی همه گوشیهای اندرویدی
☄️ همراه ابزار و اسکریپت آماده
🙂 پشتیبانی مستقیم مدرس
⚠️ اگه میخوای فقط با گوشی وارد دنیای هک و امنیت بشی، این دوره مخصوص توئه!
💰 هزینه دوره: 590 هزار تومان
🔗 ثبتنام و پرداخت:
🖥 pay.blackwacker.com
پس از پرداخت اسکرین شات "موفق تراکنش" به آیدی زیر ارسال کنین
🛡 پشتیبانی: @Mr_C0de
➕ آموزش کامل ترموکس، دستورات لینوکس و اجرای ابزارها روی موبایل اندروید
در این دوره بهصورت گامبهگام کار با Termux رو یاد میگیری و بدون لپتاپ وارد دنیای لینوکس، امنیت و هک میشی 📱🐧
🟢 سرفصلها:
✔️ نصب و راهاندازی ترموکس
✔️ دستورات پایه لینوکس
✔️ نصب ابزارهای امنیتی و اسکن
✔️ اسکریپتنویسی در ترموکس
✔️ مدیریت Python و PHP
✔️ آموزش ساخت SMS Bomber
✔️ آموزش ساخت صفحات فیشینگ
📣 ویژگیهای دوره:
🔥 مناسب مبتدیها
🤡 پروژهمحور و کاربردی
📊 قابل اجرا روی همه گوشیهای اندرویدی
☄️ همراه ابزار و اسکریپت آماده
🙂 پشتیبانی مستقیم مدرس
⚠️ اگه میخوای فقط با گوشی وارد دنیای هک و امنیت بشی، این دوره مخصوص توئه!
💰 هزینه دوره: 590 هزار تومان
🔗 ثبتنام و پرداخت:
🖥 pay.blackwacker.com
پس از پرداخت اسکرین شات "موفق تراکنش" به آیدی زیر ارسال کنین
🛡 پشتیبانی: @Mr_C0de
👍6
Roadmap to Become a Web Developer :
📁 HTML & CSS
│
├─ 📁 CSS Frameworks (Tailwind)
│
├─ 📁 JavaScript (core concepts)
│
├─ 📁 Git & GitHub
│
├─ 📁 React OR Angular (pick one)
│
├─ 📁 Node.js & REST APIs
│
├─ 📁 Database (MongoDB / PostgreSQL)
│
├─ 📁 Auth, Security & Deployment (basics)
│
└─ ✅ Build & Deploy Real Projects
📁 HTML & CSS
│
├─ 📁 CSS Frameworks (Tailwind)
│
├─ 📁 JavaScript (core concepts)
│
├─ 📁 Git & GitHub
│
├─ 📁 React OR Angular (pick one)
│
├─ 📁 Node.js & REST APIs
│
├─ 📁 Database (MongoDB / PostgreSQL)
│
├─ 📁 Auth, Security & Deployment (basics)
│
└─ ✅ Build & Deploy Real Projects
🔥5