Understanding SSTI on Twig

In this blog, we will cover on php template using Twig and how SSTI works. We will go deep dive on every single version of Twig to understand how researcher craft their payload to get RCE, arbitrary file read and etc.

November 9, 2022 ยท 19 min

Emoji Webshell ๐Ÿš

Create obfuscated webshell using emoji in php.

September 22, 2022 ยท 3 min

Part 0x01: Creating custom printf()

Before we jump into format string vulnerability, we better try to undertand about format specifier in C. In this lesson, we will going through certain thing about format specifier and how to create our own custom printf

January 27, 2024 ยท 10 min