FREYA
Table of contents
cryptographyforensics
Cryptography
-
Work with Base64, XOR, Hex etc.
-
Find
pandqknowingn. -
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_depsUsage:
stegoveritas [file] -
Analyze the image in various ways to find the embedded flag. Solves most of the easy challenges.
Install with:
gem install zstegUseful 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 foremostUseful commands:
foremost -i [file]- extracts all files hidden within the file -
Analyze and extract data from images.
Install with:
apt install binwalkUseful 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 WAVfiles. Useful commands:steghide info [file]- checks if the file contains hidden datasteghide extract -sf [file]- extract hidden data -
Recover file header, CRC and more!