Skip to content

Commit

Permalink
Pull current help_crack.py version, remove local outdated copy
Browse files Browse the repository at this point in the history
  • Loading branch information
RealEnder committed Aug 29, 2024
1 parent f91af46 commit 254beb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 937 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ RUN mkdir -p /hashcat && \
# Set up the Python environment
RUN pip3 install --upgrade pip

# Copy your Python script to the container
COPY help_crack.py /app/help_crack.py

# Create a subfolder for script output
RUN mkdir -p /app/data

# Set the working directory to the script output folder
WORKDIR /app/data

# Pull fresh help_crack.py script
ADD https://wpa-sec.stanev.org/hc/help_crack.py /app/help_crack.py

# Run the Python script
CMD ["python3", "../help_crack.py", "-co=--deprecated-check-disable", "--pot", "cracked.potfile"]
CMD ["python3", "../help_crack.py", "--pot", "cracked.potfile"]
Loading

0 comments on commit 254beb1

Please sign in to comment.