File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
challenges/what-is-a-bug/bash-cve-2014-7186/challenge Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313 cmake python3-pwntools git build-essential wget bison flex gettext gawk perl file ca-certificates \
1414 && rm -rf /var/lib/apt/lists/*
1515# Fetch bash 4.3 source
16- RUN wget -q https://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz && \
16+ RUN wget -q https://web.archive.org/web/20141202112343/https:// ftp.gnu.org/gnu/bash/bash-4.3.tar.gz && \
1717 tar -xzf /opt/bash-4.3.tar.gz -C /opt && rm /opt/bash-4.3.tar.gz
18- RUN wget https://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-027 -O /challenge/patch.diff
18+ RUN wget https://web.archive.org/web/20140930072819/http:// ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-027 -O /challenge/patch.diff
1919ADD --chown=0:0 --chmod=6755 http://github.com/pwncollege/exec-suid/releases/latest/download/exec-suid /usr/bin/exec-suid
2020WORKDIR /opt/bash-4.3
2121
You can’t perform that action at this time.
0 commit comments