Product Manager
Challenge Inforomation category: web points: 100 Description Come play with our products manager application! http://challenges.fbctf.com:8087 Written by Vampire (This problem does not require any brute force or scanning. We will ban your team if we detect brute force or scanning). The flag was a column of db raw CREATE TABLE products ( secret char(64), description varchar(250) ); INSERT INTO products VALUES(βfacebookβ, sha256(β¦.), βFLAG_HEREβ); Writeup Author Solution On the web page we were allowed to enter a value in the database as long as it was not an existing value. ...