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

Building security automation that actually gets deployed — not just demo'd.



The 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


contribution snake


Stats

 



Stack

Python 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 2

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

    Forked from ToTheMax/Snapchat-All-Memories-Downloader

    Bypass Snapchat's 5GB storage limit! Download all your memories for free with timestamps, locations, and metadata intact. No subscription required.

    Python

  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 + GPT-4o-mini 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