Skip to content

Commit

Permalink
Added john to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JsphByd committed May 31, 2024
1 parent f37ba26 commit ae10a2e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:24.04 as base

USER root

COPY xhost /usr/bin
COPY xhost /usr/bin/

WORKDIR /wififorge

Expand All @@ -21,6 +21,12 @@ RUN git config --global --add safe.directory $PWD/Framework/mininet-wifi/hostapd

RUN python3 -m pip config set global.break-system-packages true

#setup john
RUN apt install libssl-dev
RUN ./Framework/john/src/configure
RUN make -C Framework/john/src
RUN make -C Framework/john/src -s clean && make -C Framework/john/src -sj4

RUN apt install -y curl wget
RUN chmod +x ./Framework/dependencies.sh
RUN ./Framework/dependencies.sh
Expand Down

0 comments on commit ae10a2e

Please sign in to comment.