diff --git a/manipulate-spreadsheet-2/chall.yaml b/manipulate-spreadsheet-2/chall.yaml new file mode 100644 index 0000000..395bf9c --- /dev/null +++ b/manipulate-spreadsheet-2/chall.yaml @@ -0,0 +1,13 @@ +name: Manipulate Spreadsheet 2 +categories: + - misc + - foren +value: 50 +flag: bcactf{600D_job_Using_900G13_SHe3t5} +description: |- + Sequel to a challenge from BCACTF 4. The flag lies within: https://docs.google.com/spreadsheets/d/1kGrbQpZ4oUt0ChKvwGa4PDJQ1QvUl73Qpeo585vQ6s4/edit?usp=sharing +hints: + - Make a copy of the spreadsheet first. +authors: + - appllo +visible: true diff --git a/manipulate-spreadsheet-2/solve.txt b/manipulate-spreadsheet-2/solve.txt new file mode 100644 index 0000000..033c84a --- /dev/null +++ b/manipulate-spreadsheet-2/solve.txt @@ -0,0 +1 @@ +There's a hidden sheet and it contains the flag in binary obscured using LSB steg and shuffling the rows (indicated by index) \ No newline at end of file