BTU-Cyber-Security-and-CTF-Club / Challenges

CTF Challenges, for the CTF Club
MIT License
3 stars 0 forks source link

SQL Injection Challenge #23

Closed B-Schwarz closed 11 months ago

B-Schwarz commented 11 months ago

Added SQL Injection challenge.

Setup:

  1. Download worldcities.csv (link in generate_db.js)
  2. Install node dependencies npm ci
  3. Run node generate_db.js
  4. Build Docker

Flag can be changed on the last line of the generate_db.js or in the sqlite3 DB itself. (contained in flag table)

closes #3