BloodHoundAD / BloodHound

Six Degrees of Domain Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoopDuration maxvalue??

Dungeon4 opened this issue · comments

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