# PoCs and Polygloths CheatSheet ### Client Side Template Injection ```text {{7*7}} [7*7] ``` ### Command Injection ```text ls; id ls||id; ls|id; ls&&id; ls&id; ls%0Aid `ls` $(ls) ``` ###