Major changes:
- Dockerfile now builds the REMnux-based image (was Dockerfile.remnux)
- Removed redundant Dockerfile.remnux
- Dockerfile.scratch builds from Ubuntu 20.04 (from scratch variant)
- Updated Makefile to reflect new structure:
- 'make build' for REMnux-based (default)
- 'make build-scratch' for Ubuntu-based
- Removed kali references
- Simplified targets and naming
Zsh improvements:
- Added Oh My Zsh auto-installation on first run
- Pre-install Oh My Zsh in Docker images for remnux user
- Custom prompt with 🔍 indicator for analysis work
- Fallback to minimal config for system users
- Includes plugins: git, docker, command-not-found, colored-man-pages
- Welcome message shows only once per session
- No more first-time configuration prompts
Shell experience:
- bash (default) - traditional, reliable
- zsh - now with Oh My Zsh, custom theme, plugins
- fish - friendly interactive shell
All shells include help aliases and analysis shortcuts.
README - pdfanalysis Dieser Container enthält Tools um PDFs zu analysieren: pdfid.py - Schnelle Übersicht über PDF-Aufbau. pdf-parser.py - Zerlegen und extrahieren von PDF-Elementen peepdf.py - PDF - Analyse Framework mit Javascript Analyse pdftk - Tool um das PDF zu "flatten" convert - ImageMagick Tool zum convertieren Für Kommandobeispiele /opt/command_help lesen. Der Nutzer innerhalb des Containers braucht Schreibrechte auf das gemountete Verzeichnis.