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

Highlights

  • Pro

Block or report arman080325

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.

Content in all repositories owned by your account will be closed.
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
arman080325/README.md

Portfolio

~$ sudo dual-boot --select-persona

terminal boot

🧩 [ BRANCH: main ]

The Builder

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 🚀",
};

Design it. Build it. Make it fast and hard to break.

🛡️ [ BRANCH: redteam ]

The Breaker

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 🎯",
};

Recon it. Exploit it. Report it. Then help fix it.

~$ cat whoami.yaml

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."

~$ cat techstack.json

🧩 DEVELOPMENT

HTML5 CSS3 JavaScript React Node.js PHP Tailwind MySQL MongoDB Git

🛡️ SECURITY

Kali Burp Metasploit Nmap Wireshark Bettercap Aircrack Hashcat Volatility3 Ghidra

~$ ps aux | grep arman

BUILD PIPELINE
├─ Design   → clean, responsive UI/UX
├─ Develop  → vanilla JS · React · Node
├─ Connect  → REST APIs · MySQL · MongoDB
├─ Optimize → performance & load speed
└─ Secure   → input validation, hardening
KILL CHAIN
├─ Recon    → OSINT · Nmap · Shodan · Dorking
├─ Exploit  → SQLi · XSS · SSRF · IDOR · Auth
├─ Post-Ex  → PrivEsc · Lateral · Persistence
├─ Wireless → WPA crack · Evil Twin · MitM
├─ Forensic → Memory dumps · Volatility3
└─ Report   → responsible disclosure

~$ ls -la ~/.arsenal/

┌─ 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            │
└─────────────────────────────────────────────────────────────────────────────┘

~$ cat active_operations.py

#!/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 🧠" },
}

~$ git log --oneline --all --graph

🛒 ShopNest
Full-stack e-commerce build — cart, auth, product catalog & checkout flow.

📥 InstaDown
Instagram media downloader — API handling, clean UX, edge-case parsing.

💻 Terminal Portfolio
Framework-free portfolio — matrix theme, project showcase, live GitHub feed.

🏋️ FitTrack Pro
UML-modeled fitness tracking system design & documentation.

📦 ShipTrack Pro
Logistics tracking assignment — system docs & workflow design.

📓 Ethical Hacking Notes
Markdown knowledge base — Bettercap MitM, WPA handshakes, Nmap, unmodified command integrity.

~$ ls ~/case-studies/

~$ 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.

~$ ./recon --target self

~$ netstat -an | grep ESTABLISHED

two sides · one mission · crafted in the terminal, fueled by curiosity

Popular repositories Loading

  1. Student-Management-System Student-Management-System Public

    A Java Swing-based Student Management System using Oracle DB for storing student details. Features include adding, updating, deleting, and searching records with a user-friendly interface, table di…

    Java 1

  2. Codepipeline-demo-main Codepipeline-demo-main Public

    JavaScript 1

  3. devops-demo devops-demo Public

    JavaScript 1

  4. code-pipeline-project code-pipeline-project Public

    HCL 1

  5. code-pipeline-project2 code-pipeline-project2 Public

    1

  6. CICD_DevSecOpsTask2 CICD_DevSecOpsTask2 Public

    JavaScript 1