/ CTF / HackTheBox Labs / Unholy Union.md
Unholy Union.md
1  Category: #Web 
2  Rated Difficulty: #VeryEasy 
3  Personal Difficulty: #VeryEasy 
4  
5  This one is a very straight forward [[SQL Injection]] vulnerability.
6  
7  I was able to use `UNION` to get the flag by utilizing the [[SQL Injection#Information Schema#SCHEMATA|Information Schema]]
8  
9  Once I know the table name the column I use that knowledge to craft my payload to get the flag.