Programming Level 3 80 points

Python Automation - SQLite Database Analysis

Mission

data.db is a business SQLite database (users / orders / audit_log). The flag hides in the security_note of the single user with the largest total order amount (SUM(amount)). Use a JOIN and aggregate to find that user and extract the flag.

#programming#python#sqlite#sql

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag