┌──(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) ║
╚══════════════════════════════════════════════════════════════╝| 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 |
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 billingNext.js 15 FastAPI Python 3.12 Supabase Docker Redis RabbitMQ PostgreSQL WebSockets
🔬 [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 progressPython 3 Scapy Volatility ExifTool
| 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 |
╔═══════════════════════════════════════════════════════════════════╗
║ 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 ║
╚═══════════════════════════════════════════════════════════════════╝
---
╔═══════════════════════════════════════════════════════════╗
║ ║
║ ┌──(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