/SSTI-CTF

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

Primary LanguageHTML

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