Skip to content

Commit 557beec

Browse files
authored
bump version and changelog (#9)
1 parent 9a999e4 commit 557beec

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
2-
## [0.3.2] - 3/30/2024
2+
## [0.4] - 10/20/2024
33
### Added
4-
- ADDS model for AD ADCS objects (PKI)
5-
- ACE parser for ADCS objects
4+
- Models for ADCS objects and abuse
5+
- AIACAs
6+
- Root CAs
7+
- Enterprise CAs
8+
- Certificate Templates
9+
- Issuance Policies
10+
- NTAuth Stores
11+
12+
### Changed
13+
- Split `--all-properties` into 3 levels of properties
14+
- `Standard` to closely mirror object attributes shown by SharpHound/BHCE
15+
- `Member` to include `member` and `memberOf` properties (and a few others)
16+
- `All` to include all properties parsed by bofhound
617

718
## [0.3.1] - 1/25/2024
819
### Fixed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ poetry run bofhound --help
109109
# References and Credits
110110
- [@_dirkjan](https://twitter.com/_dirkjan) (and other contributors) for [BloodHound.py](https://github.com/fox-it/BloodHound.py)
111111
- TrustedSec for [CS-Situational-Awareness-BOF](https://github.com/trustedsec/CS-Situational-Awareness-BOF)
112+
- [P-aLu](https://github.com/P-aLu) for collaboration on bofhoud's [ADCS support](https://github.com/coffeegist/bofhound/pull/8)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bofhound"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Parse output from common sources and transform it into BloodHound-ingestible data"
55
authors = [
66
"Adam Brown",

0 commit comments

Comments
 (0)