Skip to content

Commit

Permalink
Pin paramiko to version 2.4.1
Browse files Browse the repository at this point in the history
Closes #10
  • Loading branch information
ilyaglow committed Oct 3, 2018
1 parent ae8cb41 commit f8dc16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,8 @@ RUN apk add --update --no-cache --virtual .deps build-base \
python-dev \
&& apk add --no-cache openssl-dev \
python \
&& pip install paramiko \
&& pip install --upgrade pip \
&& pip install paramiko==2.4.1 \
&& apk del .deps

COPY sshUsernameEnumExploit.py /sshUsernameEnumExploit.py
Expand Down

0 comments on commit f8dc16b

Please sign in to comment.