Steganography
# Find embdeded files
binwalk -Me filename.png
# Check for corrupt chunks in png
pngcheck -vtp7f filename.png
# If password is found
steghide extract -sf filename.png
# Find embdeded files
binwalk -Me filename.png
# Check for corrupt chunks in png
pngcheck -vtp7f filename.png
# If password is found
steghide extract -sf filename.png