Last active
March 30, 2022 09:08
-
-
Save goncalor/fad56d7f4c32514447a2b6894659bb6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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