Startup Company¶
This is a SQLi challenge that involves leaking table data in order to find the flag. I Registered for an account and entered the payload into the donation input bar by removing it's number only class via the debug console and I get an database error. Now what?
Method¶
We are supposed to extract table names and stuff using SQLi
Reffer to Empire 1 from pico2019
Payloads and Leaks¶
payload
leak
We see that we found a table calledstartup_users
payload
leak
We see thatstartup_users is the only table in the database.
payload
leak
We leak the SQL structure of the table in which we can see thewordpass column stands out.
payload
leak
We have leaked theword_pass column data.