Modified file, last one didn't content right description
This commit is contained in:
parent
93c1b56047
commit
7f64f407e1
1 changed files with 7 additions and 13 deletions
|
@ -1,17 +1,11 @@
|
||||||
# Look for details:
|
# Look for details:
|
||||||
## Description:
|
# Description:
|
||||||
Pourras-tu trouver le flag dans cette <a href="https://cdn.peerat.dev/pacXcei0423/philipzBarlow.png">image</a> ?
|
Pourras-tu trouver le flag dans cette <a href="https://cdn.peerat.dev/pacXcei0423/philipzBarlow.png">image</a> ?
|
||||||
## Solution:
|
|
||||||
J'ai utilisé un tool disponible sur github : https://github.com/RickdeJager/stegseek
|
|
||||||
|
|
||||||
Il suffit d'aller dans le répertoire de l'image et de faire cette commande :
|
# Solution:
|
||||||
|
En observant l'image nous pouvons voir des brackets : "{}". En se basant, sur le format du flag nous pouvons déterminer le flag :
|
||||||
|
<img src="https://cdn.discordapp.com/attachments/919873849015828510/1102584519363678280/image.png">
|
||||||
|
|
||||||
``` $ stegseek ./cipherWolf.jpg -wl /usr/share/wordlists/rockyou.txt ```
|
Ce qui est surligné en jaune c'est le flag: chiffrer en ROT, et ce qui est surligné en bleu c'est le nombre de rotation nécessaire pour obtenir le flag.
|
||||||
|
<img src="https://cdn.discordapp.com/attachments/919873849015828510/1102589361519874048/image.png">
|
||||||
ce qui nous retourne une suite de nombres
|
Le flag est : pacBcei{5H4rP_3Y3}
|
||||||
<img src="https://cdn.discordapp.com/attachments/919873849015828510/1101982272468553728/image.png">
|
|
||||||
|
|
||||||
On peut utiliser cyberchef pour obtenir le flag :
|
|
||||||
<img src="https://cdn.discordapp.com/attachments/919873849015828510/1101982642620092457/image.png">
|
|
||||||
|
|
||||||
flag: pacBcei{Y0U 83C4M3 600D 1N F1ND1N6 F1465}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue