> For the complete documentation index, see [llms.txt](https://notes.nomanaziz.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.nomanaziz.me/cybersecurity/penetration-testing/tryhackme/main-methodology/1.-reconnaissance/steghide-stegnography.md).

# Steghide - Stegnography

### Introduction

Steghide is a steganography program that is able to hide data in various kinds of image- and audio-files.

***

### Extract secret data from a stego file

```bash
steghide extract -sf picture.jpg
```

***
