From 83491ea17d80c31c404a586af2c559c5f6b187cf Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Mon, 16 Mar 2026 14:33:43 -0400 Subject: [PATCH] docs: update README with recent bug fixes in version history --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9d40e59..8354482 100644 --- a/README.md +++ b/README.md @@ -789,6 +789,9 @@ Interactive menu for downloading and managing wordlists from Weakpass.com via Bi ### Version History Version 2.0+ + - Fixed bare NTLM hash detection failing when hash files contain leading blank lines, BOM characters, or null bytes from UTF-16 encoding + - Improved error message for unrecognized hash formats to show the actual first-line content and list expected formats + - Fixed rule file path construction in Quick Crack and Loopback Attack using `os.path.join()` instead of string concatenation - Added automatic update checks on startup (check_for_updates config option) - Added `packaging` dependency for version comparison - Added OMEN Attack (option 16) using statistical model-based password generation