# feh # Lightweight image viewer for viewing extracted images from documents # FOR610 Labs: 3.1 | Sections: 3 # Docs: https://docs.remnux.org/discover-the-tools/view+or+edit+files % image-viewer # Basic usage feh extracted_image.jpg # --- Recipes (multi-tool chains) --- # >> Extract Embedded Object from PDF # Scan for suspicious keywords pdfid.py # Find objects containing the keyword pdf-parser.py -s /URI # Extract all values for that keyword pdf-parser.py -k /URI # Dump a specific object to file pdf-parser.py -o -d extracted_object # View extracted image feh extracted_object &