FREYA
Table of contents
cryptographyforensics
Cryptography
-
Work with Base64, XOR, Hex etc.
-
Find
p
andq
knowingn
. -
Recover password from hash.
-
Encrypt and decrypt pretty much every cipher there is.
Forensics
-
Find all kinds of hidden data in files.
Install with:
pip3 install stegoveritas stegoveritas_install_deps
Usage:
stegoveritas [file]
-
Analyze the image in various ways to find the embedded flag. Solves most of the easy challenges.
Install with:
gem install zsteg
Useful commands:
zsteg -a [file]
- try all methods on the given filezsteg -E [options] [file]
- extract data from the file -
Extract embedded images.
Install with:
apt install foremost
Useful commands:
foremost -i [file]
- extracts all files hidden within the file -
Analyze and extract data from images.
Install with:
apt install binwalk
Useful commands:
binwalk [file]
- only display the databinwalk -e [file]
- display and extract the data -
Analyze the image color planes, invert colors and many more.
-
Hide or extract data from
JPEG, BMP and WAV
files. Useful commands:steghide info [file]
- checks if the file contains hidden datasteghide extract -sf [file]
- extract hidden data -
Recover file header, CRC and more!