You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation says any value can be used but seems to hit the int32.maxvalue somewhere when using --LoopDuration 48:00:00
What value is acutally being passed and converted to in the code? Milliseconds? Seconds?
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:
The documentation says any value can be used but seems to hit the int32.maxvalue somewhere when using --LoopDuration 48:00:00
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
The text was updated successfully, but these errors were encountered: