Skip to content

Forensic Tools

Aperi'Solve

  • is an online platform which performs layer analysis on image.

Aperi'Solve

Steganography

Use digital invisible ink toolkit jar DIIT Toolkit Jar Download Link<

java -jar jiid.jar

Decompiling C

This website allows you to input a C file and decompile to find stored values i.e. (Strings_1 file had a username and password check that you can find out in hex-rays decompiling) DogBolt.org

Disassembly Linux

Great source to look back to learn tools like ltrace strace and such CodeMentor Article

Hidden flags behind images

  • You can view hidden information behind images!

Image Steganalysis by Incoherency

JAB Code (enhanced qr code with color)

JABCode Website

Xxd

Dumps hex from a file xxd file.xxx Xxd -x file.xxx

OBJDUMP

running object dump can give you the assembly of a file

ASM is hard to read!
objdump -Dj .text

Text obj dumb

Binwalk

basically a tool that can tell you more about files (works well with .img files)

Binwalk -h