Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CalculAItor

Try in PWD

Category: misc

Author: GramThanos

Description

It is time to throw your traditional calculator out of the window... because CalculAItor is here!

Author: GramThanos

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2025/master/misc/calculaitor/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2025/master/misc/calculaitor/docker-compose.yml | docker compose -f - down