Scenario: "Atrani": Modify a SQlite3 Database
Level: Medium
Type: Fix
Description: A developer created a script /home/admin/readdb.py that tests access to a database. Without modifying the readdb.py file, change the database so that running the script returns the string "John Karmack".
Root (sudo) Access: False
Test: Running /home/admin/readdb.py returns "John Karmack".
The "Check My Solution" button runs the script /home/admin/agent/check.sh, which you can see and execute.
Time to Solve: 15 minutes.