Skip to content

Commit

Permalink
Merge pull request #8 from PaperMtn/feature/v3-refactor
Browse files Browse the repository at this point in the history
Feature/v3 refactor
  • Loading branch information
PaperMtn authored Jul 22, 2024
2 parents 3321fbe + 9f4489a commit 2bd15b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create GitHub Release

on:
push:
branches: [ main ]
branches: [ main, master ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Poetry Publish

on:
push:
branches: [ main ]
branches: [ main, master ]

jobs:
deploy:
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0 - 2024-07-22
## [3.0.0] - 2024-07-22
### Added
- Updated logging
- New stdout logging experience with colourised output that is easier to read.
Expand All @@ -16,13 +16,13 @@
### 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.

## 2.0.0 - 2021-01-02
## [2.0.0] - 2021-01-02
### Added
- Massive enhancements to make much better use of multiprocessing for the large HIBP password file, as well as more efficient importing and handling of Active Directory user hashes.
- Updated directory structure to play more nicely with more OS versions and flavours, rather than installing in the `src` directory.
- Logging: Removed outdated text file output and implemented JSON formatted logging to either stdout or to .log file
- New option to obfuscate genuine password NTLM hashes in logging output. This is achieved by further hashing the hash with a randomly generated salt.
- Active Directory computer accounts are now not imported with AD user hashes. There is little value in assessing these, so no point importing them.

## 1.2.0 - 2020-03-22
## [1.2.0] - 2020-03-22
Initial Release

0 comments on commit 2bd15b9

Please sign in to comment.