AllWeb SecurityBug BountyMalwareForensicsCryptoTooling
WordPress to reverse shell in three requests

How wp2shell chains a plugin upload bypass with a crafted PHP payload to get interactive shell access on misconfigured WordPress instances.

2026-07-20·Web Security·12 min
WordPressRCEPHPWeb Shells
Malware development as a defensive skill

Understanding offensive techniques from the developer's perspective — process injection, API hooking, and evasion methods studied for better detection engineering.

2026-06-10·Malware·18 min
MalwareC++EvasionDetection
WiFi signals as a motion sensor

ISeeU uses Channel State Information from standard WiFi hardware to detect movement through walls — post-exploitation surveillance without cameras.

2026-04-15·Tooling·14 min
WiFiPost-ExploitationCSISurveillance
Building an SSH honeypot in C

SSHoney captures attacker credentials, commands, and session behavior in a lightweight C implementation — what I learned from watching real intrusion attempts.

2026-02-20·Forensics·9 min
HoneypotSSHThreat IntelC