Tags: web 

Rating:

# Not Another SQLi Challenge

It's another SQLi challenge.

```
' or '1'='1
```

![](https://raw.githubusercontent.com/shawnduong/ctf-writeups/master/2019-TAMU/images/Not-Another-SQLi-Challenge-1.png)

After injecting that SQL string, we're presented with the flag.

```
gigem{f4rm3r5_f4rm3r5_w3'r3_4ll_r16h7}!
```

Original writeup (https://github.com/shawnduong/ctf-writeups/blob/master/2019-TAMU/Web/Not-Another-SQLi-Challenge.md).