# Steganography

Tools:\
&#x20;stegdetect\
&#x20;Stegsolve\
&#x20;StegSpy\
PNGAnalyzer, tweakpng - структура png-файла\
Audacity - работа с аудио файлами, их визуализация\
Есть подобная программа - Sonic Visualiser, но она чуть уступает

Если необходимо аудио файл прослушать на разных частотах, можно использовать эмулятор радио (SDR)\
С помощью преобразования Фурье можно изменять частоту дискретизации.

photo forensics online: <https://29a.ch/photo-forensics/#forensic-magnifier>

zsteg - detect hidden message in PNG & BMP <https://github.com/zed-0xff/zsteg>\
Об использовании: "Rerunning zsteg with -E b1,rbg,lsb,xy gives the full flag with some other stuff."

easy stego online (lsb and other): <https://stylesuxx.github.io/steganography/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://appsecurity.gitbook.io/binary/tools/steganography.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
