Skip to content

Commit

Permalink
Formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
not1cyyy authored Jan 12, 2023
1 parent 211ba32 commit 3a54db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PicoCTF-2022/st3g0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hint : We know the end sequence of the message will be $t3g0.
- $t3g0 ? isn't that LSB encoding ?
## Execution
I had this python script that was laying in one of my previous ctf challenges that can decode LSB so I ran it against the image :
```
```python
#import libraries
import sys
import numpy as np
Expand Down Expand Up @@ -118,4 +118,4 @@ Stego()
```
Or alternatively, we can run `Zsteg` against the image and we get the same output ! it's as easy as that !
# Flag
picoCTF{7h3r3_15_n0_5p00n_87ef5b0b}
picoCTF{7h3r3_15_n0_5p00n_87ef5b0b}

0 comments on commit 3a54db1

Please sign in to comment.