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"],
craft : "manual testing > automated scans",
values : ["responsible disclosure", "scope respect", "ethics"],
status : "HUNTING 🎯",
};
|
armanxploits@fsociety:~$ ./whoami.sh
identity:
name : Arman Khan
handle : armanxploits
location : India 🇮🇳
education : B.Tech CSE '23–'27 · Silicon Institute of Technology, Bhubaneswar
two_sides:
developer : [ Web Apps, REST APIs, UI/UX, Databases ]
security : [ Web Pentesting, Network Security, Wireless Attacks, Exploit Dev ]
rig:
machine : ASUS TUF Gaming F16
os : Kali Linux · shell → zsh + Oh-My-Zsh + Powerlevel10k · editor → VS Code
mantra : "If you can build it, you can break it. If you can break it, you can harden it."
|
|
#!/usr/bin/env python3
# active_operations.py — one dev, two missions
ops = {
"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","Spoofing","PrivEsc"], "status": "GROWING 📖" },
"ctf_grind" : { "side": "SEC", "on": ["TryHackMe","HackTheBox","PortSwigger"], "latest": "DOM XSS via data: URI ✅", "status": "ACTIVE 🎯" },
"wireless_lab" : { "side": "SEC", "iface": "wlan0 (RTL8852BE)", "kit": ["Aircrack-ng","hcxdumptool","Hashcat"], "status": "ONLINE 📡" },
}$ tail -f /var/log/ethics.log
[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.