1. ```shell= ┌──(kali㉿kali)-[~/code/redpwn/steg] └─$ file advanced-potion-making advanced-potion-making: data ``` 2. ```shell= ┌──(kali㉿kali)-[~/code/redpwn/steg] └─$ vim advanced-potion-making ``` `:%!xxd`:  ▼  `Esc`, `:%!xxd -r`, then `:wq` 3. ```shell= ┌──(kali㉿kali)-[~/code/redpwn/steg] └─$ file advanced-potion-making advanced-potion-making: PNG image data, 2448 x 1240, 8-bit/color RGB, non-interlaced ``` 4. ```shell= ┌──(kali㉿kali)-[~/code/redpwn/steg] └─$ java -jar stegsolve.jar Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true ```   ## REFs - https://hackmd.io/@LoTuX-CTF/Chemistry_CH - https://www.youtube.com/watch?v=9-YczGtaIiY - https://github.com/zardus/ctf-tools/blob/master/stegsolve/install (you only have to use `wget` to have the stegsolve tool ) - https://en.wikipedia.org/wiki/PNG
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.