terminal SECURITY ENGINEERING & INTERNALS

Pouria Ahmadi (Icarus)

Security Engineer specializing in Protocol Reconstruction, Reverse Engineering, and Red Team Tool Development. I dissect complex systems, expose protocol flaws, and build resilient security tools.

icarus@root:~
$ nmap -sV -p- target.local
Scanning 65535 ports...
PORT STATE SERVICE
22/tcp open ssh
8443/tcp open custom-proto
$ ./exploit --target custom-proto
[+] Reconstructing state machine...
[+] Bypassing handshake checksums...
[SUCCESS] Shell popped!

Research & Engineering Focus

Core areas of specialization, lab testing, and security tool development.

hub

Protocol Reconstruction

Dissecting custom, proprietary, and undocumented network protocols. Rebuilding complete state machines and identifying logic flaws in packet structure, encryption handshakes, and transport logic.

settings_ethernet

Reverse Engineering

Static and dynamic binary analysis of firmware, closed-source protocols, and malware. Reconstructing assembly routines into high-level abstractions using tools like Ghidra, IDA Pro, and x64dbg.

terminal

Exploit Development

Crafting custom proof-of-concept exploits for newly discovered memory corruption vulnerabilities, logical bypasses, and transport-level injection flaws.