Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperMtn committed Jul 22, 2024
1 parent 08f270c commit fae1f7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
## 3.0.0 - 2024-07-22
## 3.0.1 - 2024-07-22
### Added
- Updated logging
- New stdout logging experience with colourised output that is easier to read.
- Logging embedded in multiprocessing workers to provide matches as they are found, instead of all at the end.
- DEBUG level logging for more verbose output and error tracing.
- Rebuilt to use Poetry for dependency management and packaging.
- Much better exception handling and robustness against errors
- CI/CD for testing build, releasing to GitHub and publishing to PyPI

### Fixed
- Fixed broken support for MD4 (NTLM) hashing in the builtin Python `hashlib` library. This was causing the script to fail when hashing the NTLM hashes from the AD database. This has been fixed by using the `pycryptodome` library to hash the NTLM hashes.
- This is fixed for obfuscation of hashes in the output, and for hashing the custom passwords list for comparison with AD users.
- Fixed issue where reading files in Windows would fail due to the default encoding being used. This has been fixed by implementing encoding detection.
- A number of errors that sometimes occurred when running on Windows
- GitHub release logic

### Removed
- Removed the option to log to a file. This was not a useful feature, was hard to maintain, and can be achieved by redirecting stdout to a file.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lil-pwny"
version = "3.0.0"
version = "3.0.1"
description = "Fast offline auditing of Active Directory passwords using Python and multiprocessing"
authors = ["PaperMtn <papermtn@protonmail.com>"]
license = "GPL-3.0"
Expand Down

0 comments on commit fae1f7b

Please sign in to comment.