Skip to content

Instantly share code, notes, and snippets.

@Dbof

Dbof/Dockerfile Secret

Created July 12, 2021 13:11
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 Dbof/ee350c7af0c7290a1cf9fb06941119bf to your computer and use it in GitHub Desktop.
Save Dbof/ee350c7af0c7290a1cf9fb06941119bf to your computer and use it in GitHub Desktop.
FROM kalilinux/kali-rolling
RUN apt-get update && apt-get install -yqq wordlists john \
&& gunzip /usr/share/wordlists/rockyou.txt.gz
ADD crack-zip.sh /crack-zip.sh
WORKDIR /work
CMD ["bash", "-c", "/crack-zip.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment