fix: remove switch prompt from download_found hashview option

The download_found option downloads already-cracked hashes (with cleartext
passwords). These cannot be used for cracking, so the 'Switch to this hashfile
for cracking?' prompt is inappropriate and confusing.

The switch prompt is kept for download_left since those are uncracked hashes
that can be cracked.

- Remove the switch-to-cracking prompt from download_found flow
- Add clarifying message that found hashes are already cracked
- Align with intended behavior: download_left prompts to switch, download_found just downloads
This commit is contained in:
Justin Bollinger
2026-02-10 10:46:28 -05:00
parent d683f839e2
commit fbe2fc7226
2 changed files with 1 additions and 16 deletions