AI-LLM-Keamanan-Data---Malware-Detection

VORTEX INTELLIGENCE SYSTEM v2.0

Advanced Cyber Defense & Reconnaissance Framework

Banner Python Platform

VORTEX is a comprehensive CLI-based security terminal designed for ethical hackers, system administrators, and cybersecurity enthusiasts. It integrates offensive and defensive tools into a single, unified “Hacker” style interface.

🚀 Key Modules

The system is divided into 3 core operational sectors:

🛡️ 1. Defensive & Audit (BLUE TEAM)

🌐 2. Intelligence & Recon (RED TEAM)

🔐 3. Cryptography & Privacy (BLACK OPS)


💻 Installation & Usage

Option A: Automatic Launcher (Windows)

  1. Download the project.
  2. Double-click RUN_VORTEX.bat.
  3. The system will check for dependencies and launch automatically.

Option B: Manual Setup (Terminal)

  1. Clone the Repository:
    git clone https://github.com/Nugraa21/AI-LLM-Keamanan-Data---Malware-Detection.git
    cd AI-LLM-Keamanan-Data---Malware-Detection
    
  2. Create Virtual Environment (Recommended):
    python -m venv .venv
    .\.venv\Scripts\activate   # Windows
    source .venv/bin/activate  # Linux/Mac
    
  3. Install Dependencies:
    pip install -r requirements.txt
    
  4. Run System:
    python main.py
    

📖 Operational Guide

Once the system boots, use the Number Keys to access modules.

Command Module Description
1 Malware Scanner Point to a folder to start scanning for threats.
2 System Audit View host specs and security warnings.
3 Log AI Run forensic analysis on event logs.
4 Network Recon Scan IPs and Ports.
5 WiFi Monitor View nearby APs.
6 OSINT Information gathering on domains.
7 Crypto Lab Encrypt/Decrypt Files & Text.
8 Steganography Hide secrets in images.
0 Disconnect Safe shutdown of VORTEX kernel.

⚠️ Disclaimer

VORTEX is for EDUCATIONAL Purpose only. Usage of these tools for attacking targets without prior mutual consent is illegal. It is the end user’s responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.


System Architect: Nugra21