-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GitHub Action] Update challenges in README.md
- Loading branch information
1 parent
4d4d5a6
commit 0f60d8f
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,27 @@ | ||
# ShodanQL | ||
|
||
JWT forging with JKU header injection | ||
[![Try in PWD](https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png)](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/web/shodanql/docker-compose.yml) | ||
|
||
|
||
DNS rebinding to bypass a localhost filter | ||
**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-2023/master/web/shodanql/docker-compose.yml | docker compose -f - up -d | ||
``` | ||
|
||
Shutdown challenge: | ||
``` | ||
curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/web/shodanql/docker-compose.yml | docker compose -f - down | ||
``` |