Update mimikatz version

This commit is contained in:
Oleksii Shevchuk 2018-01-05 19:00:03 +02:00
parent 98d5bcfd3c
commit eeeb090de4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RUN pip install -r /tmp/requirements.txt --no-binary :all:
COPY . /opt/pupy
ADD https://github.com/gentilkiwi/mimikatz/releases/download/2.1.1-20170608/mimikatz_trunk.zip \
ADD https://github.com/gentilkiwi/mimikatz/releases/download/2.1.1-20171220/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 && \