terminal

root@pentester-blog:~

bash — 80x24

$ whoami

Exploring the depths of web security. Focusing on RCE, deserialization, and logic flaws. Currently researching cloud-native vulnerabilities and supply chain attacks.

security
campaign

Latest Advisory

CRITICAL
2023-10-24 | #ZeroDay

Remote Code Execution in Enterprise Gateway 5.0

A detailed walkthrough of CVE-2023-XXXX, an unauthenticated RCE vulnerability found in a widely used enterprise gateway solution. Exploitation involves prototype pollution leading to shell access.

list

Recent Writeups

view_all()
code
2023-09-15 Research

Hacking Jenkins Part 2 - Analysis of Stapler

Continuing from Part 1, we dive deep into the Stapler web framework used by Jenkins. We uncover how request routing can be manipulated to bypass ACLs and access administrative functionality.

#Java #Jenkins
2023-08-02 Bug Bounty

Account Takeover via OAuth Misconfiguration

How I was able to take over any user account on a popular SaaS platform due to a weak validation of the `redirect_uri` parameter in their OAuth flow.

#OAuth #WebSec
terminal
2023-07-10 CTF Writeup

DEF CON 31 CTF Quals - Web Challenge "Echo"

Solving the hardest web challenge of the qualifiers involving a complex SSTI chain in a Python Flask application behind a rigorous WAF.

#CTF #Python