Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 812 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 812 Bytes

ShodanQL

Try in PWD

Category: web

Author: sAINT_barber

Description

We found this website that seems to list all systems OrionTech as owned. Can you access the admin page and take the site down for good?

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2024/master/web/shodanql/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2024/master/web/shodanql/docker-compose.yml | docker compose -f - down