Author: @cybernahid-dev • License: MIT • Release Date: 2025-11-03
VC Checker v1.1 is a standalone, open-source cybersecurity analysis tool that helps developers and students detect potential vulnerabilities, insecure patterns, and harmful code signatures inside local directories — directly from the terminal.
Unlike cloud scanners, VC Checker works 100% offline, ensuring privacy and security during every scan.
It’s designed for ethical learning, debugging, and research — providing real-time threat insights in a developer-friendly interface.
| Feature | Description |
|---|---|
| 🔍 Auto Path Detection | Instantly finds and scans target directories from just the folder name — no full path needed. |
| ⚡ Real-Time Results | Displays scanning progress and findings live on the terminal with instant summaries. |
| 🧠 Pattern-Based Threat Detection | Searches for suspicious signatures like embedded tokens, malicious imports, and injection traces. |
| 🧩 Fully Offline | All scans are performed locally; no internet or API dependency. |
| 💾 Lightweight & Fast | Written in pure Python — runs smoothly even on low-resource systems. |
| 🧱 Cross-Platform | Compatible with Linux, macOS, Termux (Android), and Windows (via Python 3). |
| 🖥 Custom Banner Interface | A clean CLI banner with project name, version, and author for professional appearance. |
| 🧾 Structured Summary Output | Shows detailed results: total scanned files, flagged threats, and scan duration. |
- Python 3.8+
- Basic command-line knowledge
1️⃣ Install dependencies
pkg install python git -y
2️⃣ Clone the repository
git clone https://github.com/cybernahid-dev/VC-Checker.git
pip install -r requirement.txt
cd vcchecker
3️⃣ Run the tool
python vc_checker.py
1️⃣ Install Python from
2️⃣ Clone the repository
git clone https://github.com/cybernahid-dev/VC-Checker.git
cd vcchecker
3️⃣ Run the scanner
python vc_checker.py
-
Launch the tool from your terminal.
-
The VC Checker banner appears:
╔═══════════════════════════════════╗ ║ VC CHECKER v1.1 🧠 ║ ║ Developed by cybernahid-dev ║ ╚═══════════════════════════════════╝
-
Type any folder name or file path (e.g. Astra-2.1).
-
The scanner:
Auto-detects the full directory path.
Inspects files recursively.
Highlights any suspicious or dangerous content in real time.
📂 Scanning directory: /data/data/com.termux/files/home/Astra-2.1
Summary:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🧾 Files Scanned: 102
🎯 Use Case Examples
🧩 Cybersecurity Students: Learn how static code analysis works.
🧠 Developers: Detect insecure imports and debug unknown scripts.
🧰 System Admins: Quick local checks before deployment.
🧾 Ethical Hackers: Test local environments for hidden backdoors or tokens.
No external configuration is required. VC Checker runs immediately after setup. All scans are fully local, and the script can be customized easily by editing:
vc_checker.py
You can modify detection patterns, alert styles, or output formatting.
VC-Checker/ │ ├── vcchecker/ │ ├── vc_checker.py # Main scanner logic │ ├── README.md # Documentation │ ├── LICENSE # MIT License │ └── upload.sh # Auto-update utility │ └── requirements.txt # Python dependencies
VC Checker is intended for educational and research purposes only. It demonstrates local static analysis — not real malware execution or behavioral scanning. Always verify findings with professional tools before making security decisions.
VC Checker is a learning tool for cybersecurity education. It performs non-destructive text-based analysis on local files only. The author (cybernahid-dev) is not liable for any misuse, damage, or misinterpretation caused by this software.
Version Planned Features
🔜 v1.2 Heuristic detection engine & AI-based risk scoring 🧩 v1.3 Quarantine system for flagged files 🧠 v2.0 Advanced GUI (Tkinter / Electron) with live graphs ☁️ v3.0 Cloud-integrated scanning dashboard for teams
Current Version: v1.1
Build Type: Stable
Author: @cybernahid-dev
License: MIT
Release Date: November 3, 2025
Pull requests are welcome! If you’d like to contribute:
git clone https://github.com/cybernahid-dev/VC-Checker.git
git checkout -b feature-yourname
git commit -m "Add new feature"
git push origin feature-yourname
VC Checker v1.1 is built to empower learners and developers to understand local threat patterns in an open, ethical, and transparent way. It’s simple. It’s fast. It’s yours to explore. 🧠⚡
“Protect your code. Learn from every scan.”
📦 Developed by: cybernahid-dev 🔐 Project: VC Checker v1.1 📜 License: MIT License