facebookarchive / fbctf

Platform to host Capture the Flag competitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python2 score_base.py help

icebowl opened this issue · comments

High School Level fbctf game on a LAN. Lots of fun!
We are trying to deploy a base using this code posted python2 score_base.py
We have modified the code a bit and only change the port and location of the SCORE_POINTS
https://github.com/facebook/fbctf/blob/master/extra/score_base.py
We can curl from the server running on 192.168.122.85:
curl 192.168.1.13:8000
[{"check": "8d81990a9b00f0775b7b39604c098418", "team": "icebowl"}]

The base points are not getting updated on the server.
Please throw us a bone.

Solved by Bryan1998 https://gist.github.com/Bryan1998

Not sure how this solved the issue. I tried what is here and still cannot see the updates.
Can you provide more information?