diff options
| -rw-r--r-- | chall/description | 3 | ||||
| -rw-r--r-- | solve/160348149.png | bin | 0 -> 1566 bytes | |||
| -rw-r--r-- | solve/flag | 1 | ||||
| -rw-r--r-- | solve/notes | 11 |
4 files changed, 15 insertions, 0 deletions
diff --git a/chall/description b/chall/description new file mode 100644 index 0000000..10b66a1 --- /dev/null +++ b/chall/description @@ -0,0 +1,3 @@ +Is steganography even possible without any data? Find out for yourself! + +https://github.com/georgew17778/flaggi-mc-flagface 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 |
