diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-04-02 21:31:33 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-04-02 21:31:33 +0200 |
| commit | 34ad83bc8374a466474c8162c96937fdbdf14fc1 (patch) | |
| tree | 28d2f93cdfd190b411bff85888da28d8a2b588a0 /solve | |
| download | cscg2024-gitstego-master.tar.gz cscg2024-gitstego-master.zip | |
Diffstat (limited to 'solve')
| -rw-r--r-- | solve/160348149.png | bin | 0 -> 1566 bytes | |||
| -rw-r--r-- | solve/flag | 1 | ||||
| -rw-r--r-- | solve/notes | 11 |
3 files changed, 12 insertions, 0 deletions
diff --git a/solve/160348149.png b/solve/160348149.png Binary files differnew file mode 100644 index 0000000..a604a71 --- /dev/null +++ b/solve/160348149.png diff --git a/solve/flag b/solve/flag new file mode 100644 index 0000000..b5fe7db --- /dev/null +++ b/solve/flag @@ -0,0 +1 @@ +CSCG{g1t_s3cr3ts_1n_g1thub} diff --git a/solve/notes b/solve/notes new file mode 100644 index 0000000..746689b --- /dev/null +++ b/solve/notes @@ -0,0 +1,11 @@ +fuck explo1t challenges + +run + +curl https://api.github.com/repos/georgew17778/flaggi-mc-flagface + | jq --raw-output 'with_entries(select(.key | endswith("_url"))) | .[] | select(type == "string")' + | cut -d{ -f1 | grep api.github.com | sort | uniq + +https://api.github.com/repos/georgew17778/flaggi-mc-flagface/labels + +435343477b6731745f733363723374735f316e5f6731746875627d |
