SharpHound icon indicating copy to clipboard operation
SharpHound copied to clipboard

Version Bump + Default Port Scan Timeout Change

Open rvazarkar opened this issue 1 year ago • 0 comments

Description

Bumps commonlib with new fixes

Ups our default port scan timeout to 10000ms. During testing we discovered that the task scheduler is not "fair" and can often result in false positives in the port scanner if set lower.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • [x] Chore (a change that does not modify the application functionality)
  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [ ] Documentation updates are needed, and have been made accordingly.
  • [ ] I have added and/or updated tests to cover my changes.
  • [x] All new and existing tests passed.
  • [ ] My changes include a database migration.

rvazarkar avatar Aug 15 '24 20:08 rvazarkar