Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

History

History

Steganography

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Steganography

Images

  • Adding two images
  • xor_bytes
  • color crypto


Command Line:

  • Pull out the audio with ffmpeg:
$ ffmpeg -i windows.mp4 windows.wav
  • Make a gif from video using ffmpeg
$ ffmpeg -i windows.mp4 windows.gif

Metadata

Image metadata

  • To find information inside a picture, we can use package pnginfo or pngcheck.

  • If we need base64 decoding (for example a PGP key with a picture).

  • Weird pieces of bytes may need to be XORed.

  • If we have a decrypted message and a key:

    1. Import the private key to use it to decrypt the message with gpg --allow-secret-key-import --import private.key
    2. Decrypt with gpg --decrypt message.pgp.
  • ExifTool


Other Tools

  • OpenStego
  • OutGuess
  • Gimp
  • Audacity
  • MP3Stego
  • ffmpeg
  • pngcheck
  • StegFS
  • Steghide