BloodHoundAD / BloodHound

Six Degrees of Domain Admin
GNU General Public License v3.0
9.57k stars 1.7k forks source link

LoopDuration maxvalue?? #674

Open Dungeon4 opened 1 year ago

Dungeon4 commented 1 year ago

The documentation says any value can be used but seems to hit the int32.maxvalue somewhere when using --LoopDuration 48:00:00

  1. What value is acutally being passed and converted to in the code? Milliseconds? Seconds?
  2. What is the actual max value that can be used? 24 hours is working.

From the documentation: LoopDuration By default, SharpHound will loop for 2 hours. You can specify whatever duration you like using the HH:MM:SS format. For example, to loop session collection for 12 hours, 30 minutes and 12 seconds:

C:> SharpHound.exe --CollectionMethods Session --Loop --LoopDuration 12:30:12

Dungeon4 commented 1 year ago

error_message