Skip to content
View The-Abhishek1's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report The-Abhishek1

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
The-Abhishek1/README.md

Header

Typing SVG


TryHackMe PortSwigger XCloak Profile Views Visitors


0xIdiot TryHackMe Badge


🖥️ $ whoami

┌──(0xIdiot㉿kali)-[~]
└─$ cat /proc/identity

╔══════════════════════════════════════════════════════════════╗
║  NAME     ›  Abhishek N                                      ║
║  ALIAS    ›  0xIdiot  [ an idiot who knows how to hack ]     ║
║  ROLE     ›  Cybersecurity Engineer & Full-Stack Developer   ║
║  BASE     ›  Bangalore, Karnataka, IN  🇮🇳                    ║
║  DEGREE   ›  MCA — Cybersecurity, Ethical Hacking & Forensics║
║  UNIV     ›  S-VYASA University  |  CGPA: 9.8                ║
╠══════════════════════════════════════════════════════════════╣
║  SKILLS   ›  Penetration Testing · VAPT · Web App Security   ║
║             Digital Forensics · Full-Stack Dev · AI/LLMs     ║
╠══════════════════════════════════════════════════════════════╣
║  STATUS   ›  [ ONLINE ]  Building XCloak — AI Pentest SaaS   ║
║  THM      ›  Rank #3515  |  Top 1% globally  |  413 rooms    ║
║  PSW      ›  Practitioner Level  |  46+ labs completed       ║
║  CTF      ›  picoCTF 95 solved   |  Active HTB/THM player    ║
╠══════════════════════════════════════════════════════════════╣
║  NEXT     ›  [ ] CEH v13 (EC-Council)  [ ] OSCP (OffSec)     ║
╚══════════════════════════════════════════════════════════════╝

📡 $ nmap -sV --open z3r0x1d10t

PORT SERVICE STATE VERSION
1337 TryHackMe OPEN Rank #3515 · Top 1% · 413 rooms
8080 PortSwigger OPEN Practitioner · Auth · SQLi · NoSQL · WebSockets
9001 picoCTF OPEN 95 challenges · Web · Binary · Forensics · Crypto
4444 HTB OPEN Active — machines in progress
443 XCloak SaaS OPEN Live @ xcloak.tech — AI Pentest Engine

🚀 $ ls -la ~/projects/ --sort=impact

total 6 elite projects

drwxr-xr-x  [ LIVE  ]  XCloak-ESO/       AI-powered cybersecurity SaaS  →  xcloak.tech
drwxr-xr-x  [ OSS   ]  ForenX/           Linux digital forensics CLI toolkit
drwxr-xr-x  [ SHIP  ]  AI-Placement/     Gemini + OpenAI student matching platform
drwxr-xr-x  [ SHIP  ]  CRMSX/            Real-time CRM with live data sync
drwxr-xr-x  [ SHIP  ]  PropertyNexus/    Full CRUD property management platform
drwxr-xr-x  [ WIP   ]  Aethr/            Discord-inspired social platform (reputation economy)

[LIVE]XCloak / ESO · AI Pentest SaaS

The idea: What if you could describe a pentest in plain English and have AI execute it?

#!/usr/bin/env python3
# xcloak_engine.py — ESO core loop

target = input("[*] Describe your pentest goal: ")
# >>> "find SQL injection and open ports on this web app"

plan   = ai.plan(target)          # [+] GPT-4 generates execution strategy
_      = ai.human_approval(plan)  # [!] You review before anything fires
output = eso.execute(pipeline=[   # [*] ESO orchestrates 7 Docker-isolated tools:
    nmap,                         #     recon + port scanning
    nuclei,                       #     CVE + vulnerability scanning
    gobuster,                     #     directory + vhost enumeration
    sqlmap,                       #     SQL injection exploitation
    nikto,                        #     web server misconfiguration
    ffuf,                         #     parameter + endpoint fuzzing
    whatweb,                      #     tech fingerprinting
], realtime=WebSocket)            # [+] Live streaming output to browser

report = pdf.export(              # [+] Professional pentest report
    scoring="CVSS",               #     with CVSS scores
    format="PDF"                  #     ready to send to clients
)
# Deployed @ xcloak.tech  |  Rs.999/month  |  Razorpay billing

Next.js 15 FastAPI Python 3.12 Supabase Docker Redis RabbitMQ PostgreSQL WebSockets

Live Demo Frontend Backend


🔬 [OSS]ForenX · Linux Forensics Toolkit

┌──(0xIdiot㉿kali)-[~/ForenX]
└─$ python forenx.py --help

  ███████╗ ██████╗ ██████╗ ███████╗███╗   ██╗██╗  ██╗
  ██╔════╝██╔═══██╗██╔══██╗██╔════╝████╗  ██║╚██╗██╔╝
  █████╗  ██║   ██║██████╔╝█████╗  ██╔██╗ ██║ ╚███╔╝ 
  ██╔══╝  ██║   ██║██╔══██╗██╔══╝  ██║╚██╗██║ ██╔██╗ 
  ██║     ╚██████╔╝██║  ██║███████╗██║ ╚████║██╔╝ ██╗
  ╚═╝      ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═══╝╚═╝  ╚═╝

  Linux Incident Response & Digital Forensics Toolkit

  MODULES:
    --auth-log   [*] Analyze auth.log → SSH brute-force IPs, login patterns
    --memory     [*] Volatility memory dumps → credential + IP extraction
    --pcap       [*] PCAP analysis → HTTP requests, credential leakage
    --artifacts  [*] File analysis → hashes, EXIF metadata, hidden files

└─$ python forenx.py --auth-log /var/log/auth.log

  [+] Scanning auth.log...
  [+] 47 failed SSH attempts detected from 192.168.1.105
  [+] BRUTE-FORCE PATTERN: top attacker → 45.33.32.156 (Shodan: Tor exit node)
  [+] Suspicious logins: root@03:47:22, admin@03:47:31
  [!] ALERT: Possible credential stuffing attack in progress

Python 3 Scapy Volatility ExifTool

View on GitHub


📦 [SHIPPED] — Other Projects

Project Stack What it does
AI Student Placement Next.js 14 · MongoDB · Gemini · OpenAI · TOTP 2FA AI-driven student-company matching with real-time notifications
CRMSX React · Node.js · Express · MySQL Real-time CRM with live data sync and user management
PropertyNexus Next.js 14 · Firebase · Recharts Full CRUD property platform with price history + analytics
Aethr (WIP) Next.js · TypeScript · Supabase Discord-inspired social platform with reputation economy

🛠️ $ cat /proc/skills

[ OFFENSIVE SECURITY ]

Burp Suite Metasploit Nmap Wireshark SQLMap Nuclei Gobuster Kali Linux

[ LANGUAGES ]

Python TypeScript JavaScript Bash C

[ BACKEND & INFRA ]

FastAPI Node.js Docker PostgreSQL Redis Supabase RabbitMQ

[ FRONTEND ]

Next.js React Tailwind

[ AI / LLMs ]

OpenAI Gemini Claude Ollama


📜 $ cat certifications.txt

╔═══════════════════════════════════════════════════════════════════╗
║                     CERTIFICATIONS & TRAINING                     ║
╠═══════════════════════════════════════════════════════════════════╣
║  [COMPLETED]                                                      ║
║  ✅  Jr. Penetration Tester Path    TryHackMe        Apr 2025     ║
║  ✅  Android Bug Bounty             EC-Council        2024        ║
║  ✅  SQL Injection Attacks          EC-Council        2024        ║
║  ✅  Dark Web & Cryptocurrency      EC-Council        2023        ║
║  ✅  Endpoint Security              Cisco             2023        ║
║  ✅  Intro to Cybersecurity         Cisco             2023        ║
║  ✅  Networking Basics              Cisco             2023        ║
║  ✅  Cybersecurity Job Simulation   Forage / Tata     2023        ║
╠═══════════════════════════════════════════════════════════════════╣
║  [IN PROGRESS]                                                    ║
║  🔄  PortSwigger Web Security Academy   Practitioner   Active     ║
╠═══════════════════════════════════════════════════════════════════╣
║  [TARGETING]                                                      ║
║  🎯  CEH v13                        EC-Council        Q3 2025     ║
║  🎯  OSCP                           OffSec            2026        ║
╚═══════════════════════════════════════════════════════════════════╝

📊 $ github-stats --verbose The-Abhishek1



---

🌐 $ netstat -active --connect z3r0x1d10t

LinkedIn GitHub XCloak TryHackMe

Twitter Instagram Gmail Portfolio


╔═══════════════════════════════════════════════════════════╗
║                                                           ║
║   ┌──(0xIdiot㉿kali)-[~]                                  ║
║   └─$ sudo rm -rf /limitations/*                          ║
║                                                           ║
║   [sudo] password for 0xIdiot: ************               ║
║                                                           ║
║   removing /limitations/fear_of_failure...   [ DONE ]     ║
║   removing /limitations/self_doubt...        [ DONE ]     ║
║   removing /limitations/comfort_zone...      [ DONE ]     ║
║                                                           ║
║   [+] All limitations removed successfully                ║
║   [+] System ready. Hack the planet.                      ║
║                                                           ║
║   └─$ █                                                   ║
║                                                           ║
╚═══════════════════════════════════════════════════════════╝

"An idiotic ethical hacker who builds things to break them"

— Abhishek N aka z3r0x1d10t

Pinned Loading

  1. AETHR AETHR Public

    Not a platform. A living universe. Eight worlds. Your reputation belongs to you.

    TypeScript 1

  2. Enterprise-Security-Orchestrator Enterprise-Security-Orchestrator Public

    AI-powered penetration testing platform — describe what you want to scan, and the AI plans it, executes it, analyzes results, and generates a professional report.

    Python 1

  3. Xcl0ak-New Xcl0ak-New Public

    AI-powered cybersecurity platform — vulnerability scanning, threat intelligence, CTF challenges, and a community exploit database. Built for security researchers, bug bounty hunters, and learners.

    TypeScript 1

  4. XCLOAK-SECURITY-SUITE XCLOAK-SECURITY-SUITE Public

    XCloak Security Suite is a self-hosted, open-architecture security operations platform combining NGFW, SIEM, EDR, and XDR capabilities into a single unified system. Built for security engineers who…

    TypeScript 1

  5. ForenX ForenX Public

    ForenX is a modular digital forensics and threat analysis toolkit built for cybersecurity professionals and ethical hackers.

    Python

  6. Property-Manager Property-Manager Public

    A professional, full-featured property management platform built with Next.js, Firebase, and Tailwind CSS featuring a stunning glassmorphism UI.

    JavaScript 1