Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
005d743
Add comprehensive Go porting plan for ShareHound
claude Feb 4, 2026
aa1f542
Implement Go port of ShareHound with full feature parity
claude Feb 4, 2026
7d5917b
Improve README and fix code formatting
claude Feb 5, 2026
4cf0bc9
Implement AD enumeration for automatic target discovery
claude Feb 5, 2026
3dbdd78
Fix LDAP size limit exceeded error with paging
claude Feb 5, 2026
e24535f
Fix nil pointer panic in semaphore Acquire
claude Feb 5, 2026
a2b6b05
Implement high priority enhancements for ShareHound Go port
claude Feb 5, 2026
1b70b36
Update OpenGraph output to conform to BloodHound schema specification
claude Feb 6, 2026
5a2664c
Fix directory traversal and document NTFS security limitation
claude Feb 6, 2026
bada66c
Add NTFS security descriptor support via medianexapp/go-smb2 fork
claude Feb 6, 2026
5e910d0
Update GetFileSecurityDescriptor comment to reflect new implementation
claude Feb 6, 2026
9b920e0
Clarify security descriptor error handling behavior
claude Feb 6, 2026
0eb40f8
Fix depth limiting and add missing timestamp properties
claude Feb 6, 2026
c012bae
Add SMB/NTFS integration tests
claude Feb 6, 2026
e489147
Add gzip compression support for large graph exports
claude Feb 6, 2026
01b3947
Switch from gzip to ZIP compression for graph export
claude Feb 6, 2026
e7820b6
Update README with new features and improvements
claude Feb 6, 2026
2e7103d
Fix BloodHound schema: use 'value' instead of 'id' in edge endpoints
claude Feb 8, 2026
acd956b
Add Go binary to .gitignore
claude Feb 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,8 @@ cython_debug/
marimo/_static/
marimo/_lsp/
__marimo__/

# Go binaries
sharehound-go/sharehound
sharehound-go/sharehound.exe
sharehound-go/bin/
Loading