Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save truatpasteurdotfr/cc73cd161031dbd4b08d1d57e2691d88 to your computer and use it in GitHub Desktop.
Save truatpasteurdotfr/cc73cd161031dbd4b08d1d57e2691d88 to your computer and use it in GitHub Desktop.
docker to singularity for dssuite
ref: https://isc.sans.edu/forums/diary/DSSuite+A+Docker+Container+with+Didiers+Tools/24926/
using singularity (https://github.com/sylabs/singularity) instead of docker
$ singularity build dssuite.sif docker://rootshell/dssuite
$ singularity sign dssuite.sif
$ singularity push dssuite.sif library://tru/default/dssuite
$ alias dssuite='singularity exec -B $(pwd):/malware library://tru/default/dssuite $@'
$ dssuite oledump.py a.doc
improvements?
- remove the *.exe and *.dll from /usr/local/bin
- use a lighter base container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment