SSTI Bypass Using New Line Injection (1337 UP CTF - Smarty Pants)
Nov 19, 2023 · 1 min read · Hi mates! This writeup is intended to showcase the following: SSTI in template Smarty (PHP) Bypassing regex filters using a new line injection First of all, let's see how PHP behaves when we invoke a new line inside a function call: As we can se...
Join discussion