Waveyyyy / SSTI-CTF

An SSTI CTF for week 7 of the 2023/24 Hacksoc term 1 CTF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSTI-CTF (Hacksoc CTF Week 7)

Setup

  1. Install python dependencies
pip install -r requirements.txt
  1. Modify WorkingDirectory & User parameters of SSTI-CTF.service before installing  
  2. Install the service
cp SSTI-CTF.service /etc/systemd/system/SSTI-CTF.service \
sudo systemctl daemon-reload
sudo systemctl enable SSTI-CTF
sudo systemctl start SSTI-CTF
  1. Check the status of the service
sudo systemctl status SSTI-CTF

Accessing the service

The service can be accessed in the browser at the ip of any interface on your machine

About

An SSTI CTF for week 7 of the 2023/24 Hacksoc term 1 CTF


Languages

Language:HTML 81.5%Language:SCSS 14.6%Language:CSS 2.0%Language:JavaScript 1.1%Language:Python 0.8%