Bump mimikatz version

This commit is contained in:
Oleksii Shevchuk 2017-04-04 21:28:28 +03:00
parent 00997d50e4
commit e5d315d2bb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ RUN pip install -r /tmp/requirements.txt --no-binary :all:
COPY . /opt/pupy
ADD https://github.com/gentilkiwi/mimikatz/releases/download/2.1.0-20170305/mimikatz_trunk.zip \
ADD https://github.com/gentilkiwi/mimikatz/releases/download/2.1.1-20170328/mimikatz_trunk.zip \
/opt/mimikatz/mimikatz.zip
RUN cd /opt/mimikatz && unzip mimikatz.zip && rm -f mimikatz.zip
RUN apt-get remove -y autoconf automake python-dev libtool build-essential libssl-dev && \