Tags: wav-steg lsb-stego 

Rating: 4.0

### Writeup

`stegolsb wavsteg -r -i attachments/chall.wav -o flag.txt -b 100`

So basically use the above tool, -r is to recover, -i is the input file, -o is the output file and -b is how many bytes to recover(any number should work)
### Flag - n00bz{L5B_1n_w4v_f1l3s?!!!}

Original writeup (https://github.com/n00bzUnit3d/n00bzCTF2023-OfficalWriteups/tree/master/Forensics/LSB).