issues
search
lactf
/
lactf-platform
Platform for LA CTF. Forked from redpwn/rctf.
BSD 3-Clause "New" or "Revised" License
10
stars
3
forks
source link
Log failed flag attempts
#31
Open
Aplet123
opened
1 week ago
burturt
commented
1 week ago
Probably requires:
Creating a new database table for logging all flag submissions (will need to create db migration file)
Adding hooks into db "library" file to interface with this table
Logging all flag submissions in said table with team ID and timestamp and chall ID
Probably requires: