Facebook Ctf

Facebook CTF had become Open souce today.
fabook ctf

The Facebook CTF is a platform to host Jeopardy and “King of the Hill” style Capture the Flag competitions.

Production

1
2
3
4
5
6
The target system needs to be Ubuntu 14.04. Run the following commands:

sudo apt-get install git
git clone https://github.com/facebook/fbctf
cd fbctf
./extra/provision.sh prod `pwd`

Development

1
2
3
git clone https://github.com/facebook/fbctf
cd fbctf
vagrant up
  • facebook ctf init commit on [Jan 30 2016]
    facebook ctf inin commit

issue

Sometimes you can’t install vagrant by command line, so you need download form net and install it:

2016-05-14

Today is saturday, I play my facebook ctf at home. And at last I foound ctf game’s enter.
Fbctf is using nginx as it’s http server. The default port is 80, and I don’t know it before, so I coundn’t found the enter.

fbctf welcome apge

welcome home page

login page

login page

password

1
default user is admin and password is provided code when you start the server.

password

game home page

game home

server game admin

server admin

begin game

begin game

world map

world map

all dashboard

all dashboard

score board

score board

=====================================

=====================================

1
At last, I can play fbctf well. Super good mode.