← Back to search

Examine Binary Content and Metadata

enumerationlinuxchecklist

Summary

Hardcoded passwords and useful metadata often hide inside files and binaries.

Walkthrough

Inspect file metadata and binary strings for hardcoded credentials or hints.

Commands

bash

exiftool <FILE>

bash

strings <BINARY> | grep -i pass