Skip to content

Instantly share code, notes, and snippets.

@goncalor
Last active March 30, 2022 09:08
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 goncalor/fad56d7f4c32514447a2b6894659bb6b to your computer and use it in GitHub Desktop.
Save goncalor/fad56d7f4c32514447a2b6894659bb6b to your computer and use it in GitHub Desktop.
FROM kalilinux/kali-rolling
RUN apt update
RUN apt -y install git build-essential libssh-dev #libsmbclient-dev #freerdp2-dev
WORKDIR /app
RUN git clone --depth=1 https://github.com/vanhauser-thc/thc-hydra .
RUN ./configure
RUN make
ENTRYPOINT ["./hydra"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment