Skip to content
View X-Abhishek-X's full-sized avatar
👻
👻

Highlights

  • Pro

Block or report X-Abhishek-X

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
X-Abhishek-X/README.md
Typing SVG

Cybersecurity grad student. Applied ML research that escaped the lab. Building tools that get deployed — not just demo'd.



Security Pipeline

Six tools. One workflow. Built from scratch.

%%{init:{"flowchart":{"wrappingWidth":250,"nodeSpacing":40,"rankSpacing":50}}}%%
graph TD
    A["🔍 OSINT-Leak-Radar"] --> C["🔬 forensic-timeline-builder"]
    B["📡 wifi-security-auditor"] --> C
    C --> D["⚡ soar-engine"]
    D --> E["🩹 Auto-Patch-AI"]
    D -.->|always on| F["📊 cve-watch"]

    style A fill:#0d1117,stroke:#00ff41,color:#00ff41
    style B fill:#0d1117,stroke:#00ff41,color:#00ff41
    style C fill:#0d1117,stroke:#58a6ff,color:#58a6ff
    style D fill:#0d1117,stroke:#f85149,color:#f85149
    style E fill:#0d1117,stroke:#3fb950,color:#3fb950
    style F fill:#0d1117,stroke:#d29922,color:#d29922
Loading

Stage Tool What it does
🔍 Recon OSINT-Leak-Radar Queries Wayback Machine CDX for .env files, SQL dumps, and private keys crawled years ago
📡 Audit wifi-security-auditor WPA/WPA2 audit — OUI vendor lookup, WPS detection, PMKID capture without deauthentication
🔬 Investigate forensic-timeline-builder SSH log collection → unified timeline → auto-detection of brute force and privilege escalation
⚡ Respond soar-engine FastAPI webhook → Redis queue → Celery workers. Async playbooks: VirusTotal enrichment + firewall block + Slack
🩹 Patch Auto-Patch-AI Trivy scans container → LLM (Groq free / OpenAI) writes patched Dockerfile. Free to run.
📊 Monitor cve-watch NVD + EPSS enrichment. Ranks by cvss × exploit_probability — not just severity theatre


Other systems work

  • Nvidia-Challenge — gRPC GPU telemetry orchestrator. Distributed monitoring with auto-healing actions (node drain, alert escalation) on real-time GPU metrics.
  • malware-deobfuscator — LLM-powered malware deobfuscation with IOC extraction and MITRE ATT&CK mapping.
  • Morphe-Automated-Build-Scripts — GitHub Actions pipeline that builds and releases 37 patched APKs every two days. Used by real users.


contribution snake


Stats

 


Stack

Python PyTorch Bash Docker FastAPI Redis Celery Linux GitHub Actions Wireshark OpenAI

Pinned Loading

  1. cve-watch cve-watch Public

    CVE monitoring with EPSS exploit-probability scoring

    Python

  2. Morphe-Automated-Build-Scripts Morphe-Automated-Build-Scripts Public

    Fully automated GitHub Actions to build and release ReVanced YouTube & Google Photos. Features daily updates, Split APK (XAPK) merging, and side-by-side installation support

    Python 3

  3. Snapchat-All-Memories-Downloader Snapchat-All-Memories-Downloader Public

    Forked from ToTheMax/Snapchat-All-Memories-Downloader

    Async Snapchat Memories exporter — preserves timestamps, EXIF, and geolocation metadata for personal data ownership and offline backup.

    Python 1

  4. wifi-security-auditor wifi-security-auditor Public

    Educational WiFi security auditing tool for cybersecurity students. Authorized penetration testing only. Termux-compatible.

    Python

  5. Auto-Patch-AI Auto-Patch-AI Public

    AI-powered Docker image vulnerability scanner — Trivy + LLM to auto-suggest Dockerfile patches

    Python

  6. soar-engine soar-engine Public

    a lightweight, asynchronous python SOAR engine I built to automate incident response playbooks and threat intel lookups.

    Python