diff --git a/hashcat_debug/hashcat_debug_left_896_4677.log b/hashcat_debug/hashcat_debug_left_896_4677.log new file mode 100644 index 0000000..e69de29 diff --git a/hate_crack/main.py b/hate_crack/main.py index ef7f6ac..325842f 100755 --- a/hate_crack/main.py +++ b/hate_crack/main.py @@ -2703,22 +2703,7 @@ def hashview_api(): print(f" File: {download_result['output_file']}") if selected_hash_type: print(f" Hash mode: {selected_hash_type}") - - # Ask if user wants to switch to this hashfile - switch = ( - input("\nSwitch to this hashfile for cracking? (Y/n): ") - .strip() - .lower() - ) - if switch != "n": - hcatHashFile = download_result["output_file"] - if selected_hash_type: - hcatHashType = str(selected_hash_type) - else: - hcatHashType = "1000" # Default to NTLM if unavailable - print(f"āœ“ Switched to hashfile: {hcatHashFile}") - print("\nReturning to main menu to start cracking...") - return # Exit hashview menu and return to main menu + print("\nFound hashes downloaded successfully. These are already cracked hashes.") except ValueError: print("\nāœ— Error: Invalid ID entered. Please enter a numeric ID.")