Skip to content

Commit c8a1be8

Browse files
authored
what-is-a-bug: switch to web.archive.org mirror (#56)
https://ftp.gnu.org is down; hopefully https://web.archive.org will be more stable.
1 parent 1797b3e commit c8a1be8

File tree

1 file changed

+2
-2
lines changed
  • challenges/what-is-a-bug/bash-cve-2014-7186/challenge

1 file changed

+2
-2
lines changed

challenges/what-is-a-bug/bash-cve-2014-7186/challenge/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1919
ADD --chown=0:0 --chmod=6755 http://github.com/pwncollege/exec-suid/releases/latest/download/exec-suid /usr/bin/exec-suid
2020
WORKDIR /opt/bash-4.3
2121

0 commit comments

Comments
 (0)