Live data from Hacker News

Facebook CTF Is Now Open Source

facebook.com

11–20 of 28 posts

Re: Facebook CTF Is Now Open Source

#11
post #9

Really cool. Tried to run it, unfortunately the code is broken at the moment- saw this error: May 11 19:42:11 fbctf hhvm[12971]: [Wed May 11 19:42:11 2016] [hphp] [12971:7f304b7ff700:6:000001] [] \nFatal error: Class undefined: AsyncMysqlConnectionPool in /var/www/fbctf/src/Db.php on line 19 Very much looking forward to trying it out.

If you just want to try it out, I'd recommend using the provided instructions for Vagrant. Everything should work with that VM, and if it doesn't please let me know.

Regarding your actual issue, how did you actually run the provision script, and on what type of server (i.e VM or physical machine)?

Re: Facebook CTF Is Now Open Source

#12

https://i.imgur.com/sx3trYK.png for those who can't open facebook.com for one reason or another https://github.com/facebook/fbctf > The Facebook CTF is a platform to host Jeopardy and “King of the Hill” style Capture the Flag competitions. btw, I wonder if greater integration with lets encrypt is possible perhaps with a flag? > Be ready to provide the path for your SSL certificate's CSR and key files.

> btw, I wonder if greater integration with lets encrypt is possible perhaps with a flag? That's a great idea. I can't say when or whether we'll get to it, but I've created a tracking issue: https://github.com/facebook/fbctf/issues/24

Wow Gulshan. Youre the best. Thank you much. (:

Re: Facebook CTF Is Now Open Source

#14

Earlier quoted context omitted.

> btw, I wonder if greater integration with lets encrypt is possible perhaps with a flag? That's a great idea. I can't say when or whether we'll get to it, but I've created a tracking issue: https://github.com/facebook/fbctf/issues/24

Wow Gulshan. Youre the best. Thank you much. (:

Go Gulshan!

Re: Facebook CTF Is Now Open Source

#15
post #9

Really cool. Tried to run it, unfortunately the code is broken at the moment- saw this error: May 11 19:42:11 fbctf hhvm[12971]: [Wed May 11 19:42:11 2016] [hphp] [12971:7f304b7ff700:6:000001] [] \nFatal error: Class undefined: AsyncMysqlConnectionPool in /var/www/fbctf/src/Db.php on line 19 Very much looking forward to trying it out.

After doing some more investigation, I'm suspecting you're running this on Ubuntu 16.04, and not 14.04. Is this correct?

HHVM doesn't provide a 16.04 package yet in their dl.hhvm.com repo, so what's happening is that the provision script installs the system version of HHVM, which is 3.11. On 14.04, you'll get the correct version which is 3.13.

Post reply on HN