Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 372 Bytes

CTFVault-server

Backend of CTFVault - a simple search-oriented CTF writeups container

API

GET /writeups/{id}

Get writeup with id

POST /writeups

Upload writeup

PUT /writeups/{id}

Update writeup

GET /search?query= & category= & ....

Architecture

  • WEB API for writeup uploading and searching
  • Different parser that upload writeups through API