Skip to content

JTR hash sorting#1154

Merged
m-1-k-3 merged 3 commits intoe-m-b-a:masterfrom
BenediktMKuehne:jtr-stuff
May 23, 2024
Merged

JTR hash sorting#1154
m-1-k-3 merged 3 commits intoe-m-b-a:masterfrom
BenediktMKuehne:jtr-stuff

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

@BenediktMKuehne BenediktMKuehne requested a review from m-1-k-3 May 16, 2024 13:14
@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
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.

2 participants