Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull current help_crack.py version, remove local outdated copy #2

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading