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

JTR hash sorting #1154

Merged
merged 3 commits into from
May 23, 2024
Merged

JTR hash sorting #1154

merged 3 commits into from
May 23, 2024

Conversation

BenediktMKuehne
Copy link
Member

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    JTR should prioritize hashes with certain patterns

  • What is the current behavior? (You can also link to an open issue here)
    STACS module garbage handicaps jtr

  • What is the new behavior (if this is a feature change)? If possible add a screenshot.
    linux hashes to the top

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    nope

@m-1-k-3 m-1-k-3 marked this pull request as ready for review May 16, 2024 13:44
print_output "[*] Found password data ${ORANGE}${HASH}${NC} for further processing in ${ORANGE}${HASH_SOURCE}${NC}"
echo "${HASH}" >> "${LOG_PATH_MODULE}"/jtr_hashes.txt
fi
if echo "${HASH}" | grep -qE '\$.*\$.*'; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check if we can solve this with =~

@m-1-k-3 m-1-k-3 merged commit c590aee into e-m-b-a:master May 23, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants