-
Notifications
You must be signed in to change notification settings - Fork 238
Comparing changes
Open a pull request
base repository: SpecterOps/SharpHound
base: v2.7.2
head repository: SpecterOps/SharpHound
compare: v2.8.0
- 6 commits
- 8 files changed
- 6 contributors
Commits on Oct 17, 2025
-
fix: Use correct result variable for RegistrySessions status tracking (…
…#181) When --trackcomputercalls is enabled, the RegistrySessions CSV status was incorrectly checking privSessionResult instead of registrySessionResult, causing it to report the NetWkstaUserEnum status instead of the actual registry enumeration result.
Configuration menu - View commit details
-
Copy full SHA for 4c32909 - Browse repository at this point
Copy the full SHA 4c32909View commit details -
[BED-6646] NullReferenceException when using --trackcomputercalls wit…
…h collection methods that don't enumerate computers (#182) fix: Prevent NullReferenceException in CompStatusWriter when no status data collected When --trackcomputercalls is used with collection methods that don't enumerate computers (e.g., dconly), CompStatusWriter.FlushWriter() crashes with NullReferenceException because _streamWriter is never initialized. CreateFile() is only called when the first status object is accepted via the BaseWriter pattern, but collection methods like dconly don't generate any computer status messages, leaving _streamWriter as null. Added FileCreated check in FlushWriter() to gracefully handle the no-data case, consistent with the pattern used in JsonDataWriter. Fixes crash when running: SharpHound.exe -c dconly --trackcomputercalls
Configuration menu - View commit details
-
Copy full SHA for f125f6f - Browse repository at this point
Copy the full SHA f125f6fView commit details
Commits on Oct 23, 2025
-
BED-6221 - Reapply "feat: AdminSDHolder updates - BED-6221"" (#176)
* Revert "Revert "feat: AdminSDHolder updates - BED-6221 (#165)" (#173)" This reverts commit 34b27df. * fix: Use concurrent dictionary for async operations * chore: move to AddOrUpdate for ConcurrentDictionary --------- Co-authored-by: anemeth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61853ff - Browse repository at this point
Copy the full SHA 61853ffView commit details -
BED-6568 - Adding ObjectId to CompStatus (#179)
* chore: Adding ObjectId to CompStatus * fix: Add ObjectID Header to CompStatusWriter * fix: Add ObjectID Header to CompStatusWriter * chore: update SHC version
Michael Cuomo authoredOct 23, 2025 Configuration menu - View commit details
-
Copy full SHA for f2613e8 - Browse repository at this point
Copy the full SHA f2613e8View commit details -
BED-6429 - add netlogon reg key (#170)
Co-authored-by: Michael Cuomo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e6de84 - Browse repository at this point
Copy the full SHA 1e6de84View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc420a6 - Browse repository at this point
Copy the full SHA dc420a6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.7.2...v2.8.0