Skip to content

Commit 674e74c

Browse files
committed
HideToSee added
1 parent d076a3e commit 674e74c

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed

Cryptography/HideToSee/1.jpg

68.1 KB
Loading

Cryptography/HideToSee/2.jpg

16 KB
Loading

Cryptography/HideToSee/3.jpg

70.7 KB
Loading

Cryptography/HideToSee/HideToSee.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# HideToSee #
2+
3+
## Overview ##
4+
5+
100 points
6+
7+
Category: [Cryptography](../)
8+
9+
Tags : `#picoCTF 2023` `Cryptography`
10+
11+
## Description ##
12+
13+
How about some hide and seek heh?
14+
15+
Look at this image [here](https://artifacts.picoctf.net/c/238/atbash.jpg).
16+
17+
## Solution ##
18+
19+
Download the image. It looks like this:
20+
21+
![Screenshot of the image](1.jpg)
22+
23+
Also it has name `atbash.jpg`.
24+
25+
Extract hidden data with `steghide` (no passphrase):
26+
27+
![Screenshot of the shell](2.jpg)
28+
29+
The name of the file `atbash.jpg` - is a hint to encoding algorithm being used for flag.
30+
31+
[Let's decode it](https://www.dcode.fr/atbash-cipher).
32+
33+
![Screenshot of the decoding](3.jpg)

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This event writeup is a work in progress
1212

1313
I will describe, how to solve some challenges, that are not presented in [this repo](https://github.com/snwau/picoCTF-2023-Writeup), that was original inspiration for creating my own writeup repo.
1414

15+
* Cryptography
16+
* **[HideToSee](Cryptography/HideToSee/HideToSee.md)**
1517
* Web Exploitation
1618
* **[SOAP](Web%20Exploitation/SOAP/SOAP.md)**
1719
* **[More SQLi](Web%20Exploitation/More%20SQLi/More-SQLi.md)**

0 commit comments

Comments
 (0)