ncl-tools

Tools for National Cyber League Competition

View on GitHub

Forensics

General Forensics Tools

Unzip, Extract Files

General Forensics Command Line Analysis Tools

Steganography

Note that many other steganography tools are detailed on the Steganography page

Generate hash from command line

File Extensions (and what to try)

.docx

.tar.gz

.zip

.bin

The .bin extension is most commonly associated with compressed binary files. A BIN file is a generic data file that stores information entirely or partially in binary format. A BIN file may be an image or a video (think CD or DVD), or some other kind of executable.

Bin files are often used for distributing executable files for program installations; in this case, a .bin file is a self-extracting binary file for Linux and Unix-like operating systems. In this case, to extract and open a bin file:

If the BIN file isn’t executable, you can instead mount the file to a virtual drive. Instructions for Linux systems can be found in this article.

Alternatively, you can convert the BIN file into an ISO file, which allows you to use many more programs to burn or mount it. One popular program to do this is MagicISO.

Finally, if the above fail, you can extract the contents of the file using one of the following tools:

.log

Articles and Tutorials