orpheus
orpheus copied to clipboard
Allow to wait a semi controlled amount of time before each TGS request
Two new parameters:
- sleep
- jitter
sleep 10 + jitter 2 = wait ~8/~12 seconds before each TGS request. For each TGS, the sleep can vary depending on the jitter value
Also integrates orpheus logic when specifying the list of SPNs in a text file, rather than querying the list of SPNs from the DC. From orpheus, run: command
Save the list of SPNs in a text file, 1 per line (ex: accounts).
Copy and paste the command orpheus returns and append -usersfile accounts at the end
Hi @Ben0xA It would be great if you could merge this PR
Thanks