File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bofhound"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44description = " Parse output from common sources and transform it into BloodHound-ingestible data"
55authors = [
66 " Adam Brown" ,
You can’t perform that action at this time.
0 commit comments