Home / Research

Security research

Featured

Disclosures & PoCs

  • Android APK Backdoor — Install-Time Permission AbusePoC2020

    Trojanizing a legitimate APK with a Meterpreter payload and downgrading targetSdkVersion to 22 to force all permissions at install time (Android Oreo/Pie). details ↗

  • WPA2 Handshake Capture via DeauthenticationPoC2019

    Forcing a WPA2 4-way handshake with an aireplay-ng deauth and capturing it with airodump-ng for offline cracking. details ↗

  • WPA2 Offline Password Cracking (crunch + aircrack-ng)PoC2019

    Cracking a captured WPA2 handshake offline by piping crunch-generated password candidates straight into aircrack-ng. details ↗

From the journal

Research & writeups

Encrypt Your Own Passwords — In Your Head

Security

Encrypt Your Own Passwords — In Your Head

Carry a unique, strong password for every site in your head — using one memorized phrase and a simple algorithm you run yourself. No password manager needed.

The Importance of Choosing Strong Passwords

Security

The Importance of Choosing Strong Passwords

Your password is often the only thing between an attacker and your accounts. Here's what actually makes one strong — and why length beats complexity.

The Role of AI in Modern Pentesting

AI · Security

The Role of AI in Modern Pentesting

AI won't replace the pentester — but it's already changing the job: recon, triage, payloads, reporting. What's real, what's hype, and how to use it well.

Prompt Injection: The New Injection Attack

AI · Security

Prompt Injection: The New Injection Attack

SQL injection broke databases. Command injection broke shells. Prompt injection breaks AI — and as we wire LLMs into agents, it's the #1 risk to understand.

Crunch Rules for Complex Password Patterns

Security

Crunch Rules for Complex Password Patterns

A blind wordlist wastes time and disk. Learn crunch's pattern placeholders (@ , % ^) to generate targeted password lists — digits, words, and mixed patterns.