const developer = {
role : "Full-Stack Web Developer",
builds : ["responsive UIs", "REST APIs", "clean components"],
craft : "vanilla JS + React, performance-first",
values : ["readable code", "fast load times", "security by design"],
status : "SHIPPING 🚀",
};
|
const hacker = {
role : "Ethical Hacker / Security Researcher",
hunts : ["web vulns", "misconfigs", "weak auth", "wireless flaws"],
craft : "manual testing > automated scans",
values : ["responsible disclosure", "scope respect", "ethics"],
status : "HUNTING 🎯",
};
|
armanxploits@fsociety:~$ ./whoami.sh
identity:
name : Arman Ahemad Khan
handle : armanxploits
aesthetic : fsociety // terminal-core
location : India 🇮🇳
education : B.Tech CSE '23–'27 · Silicon Institute of Technology, Bhubaneswar
role_now : Cybersecurity Intern — Pentesting & Web AppSec
two_sides:
developer : [ Web Apps, REST APIs, UI/UX, Databases, Full-Stack Projects ]
security : [ Web Pentesting, Wireless Attacks, Memory Forensics, Hash Cracking, Exploit Dev ]
rig:
machine : ASUS TUF Gaming F16 · RTX 3050
os : Kali Linux (Xfce) ⇄ dual-boot ⇄ Windows 11
shell : zsh + Oh-My-Zsh + Powerlevel10k
editor : VS Code
wireless : Realtek RTL8852BE (wlan0) — monitor mode ready
mantra : "If you can build it, you can break it. If you can break it, you can harden it."
|
|
┌─ AI-Augmented Pentest Rig (Claude Desktop + MCP) ──────────────────────────┐
│ ▸ Kali-Server MCP → remote command execution on the Kali box │
│ ▸ Metasploit MCP → module search, exploit staging, session control │
│ ▸ Aircrack MCP → monitor mode, handshake capture, deauth workflows│
│ ▸ Hashcat MCP → GPU-accelerated bcrypt / MD5 / NTLM cracking │
│ ▸ HexStrike MCP → offensive automation toolkit integration │
│ ▸ Ghidra MCP → binary analysis & reverse engineering │
└─────────────────────────────────────────────────────────────────────────────┘
#!/usr/bin/env python3
# active_operations.py — one dev, two missions
ops = {
"memlabs_forensics" : {
"side" : "SEC",
"task" : "MemLabs Lab 6 — Windows 7 memory dump analysis",
"tool" : "Volatility3 on Kali",
"stage" : "OS ID → process tree → artifact hunt → flag.rar cracking",
"status" : "IN PROGRESS 🔎",
},
"portfolio_site" : { "side": "DEV", "stack": "HTML · CSS · Vanilla JS", "vibe": "terminal/matrix glow", "status": "SHIPPING 🔥" },
"security_notes" : { "side": "SEC", "platform": "public GitHub knowledge base", "topics": ["MitM","WPA","Nmap","Spoofing"], "status": "GROWING 📖" },
"ctf_grind" : { "side": "SEC", "on": ["PortSwigger Academy","TryHackMe","HackTheBox"], "latest": "XSS Game Level 6 ✅", "status": "ACTIVE 🎯" },
"wireless_lab" : { "side": "SEC", "iface": "wlan0 (RTL8852BE)", "kit": ["Aircrack-ng","hcxdumptool","Hashcat"], "status": "ONLINE 📡" },
"obsidian_vault" : { "side": "SEC", "type": "graph-optimized security knowledge base", "status": "EXPANDING 🧠" },
}|
🛒 ShopNest
|
📥 InstaDown
|
💻 Terminal Portfolio
|
|
🏋️ FitTrack Pro
|
📦 ShipTrack Pro
|
📓 Ethical Hacking Notes
|
[OK] Explicit authorization before every test.
[OK] Responsible disclosure, always.
[OK] I build to empower and I hack to protect — never to harm.
[INFO] Scope = CTFs · home labs · authorized bug-bounty programs only.

