This level involves the Secret Safe, a node.js and SQLite3 application.
This line:
var query = 'SELECT * FROM secrets WHERE key LIKE ? || ".%"';
Enter %, the SQL LIKE wildcard character in the "view secrets for" textbox and the password will magically appear.