TeamFiltration icon indicating copy to clipboard operation
TeamFiltration copied to clipboard

Setting a value for jitter has no effect

Open lagi opened this issue 2 years ago • 4 comments

Hi.

I was testing the program with the following command:

./TeamFiltration --config TeamFiltrationConfig_Example.json --outpath testclient --spray --debug --jitter 10 --passwords passwords_for_testing.txt --shuffle-users --shuffle-passwords

Spraying otherwise works fine, but changing the jitter value has no effect on the functionality. TeamFiltration will just spray as the jitter was 0. I tried hardcoding the value to 60 with no effect, maybe there is an issue with the Thread.sleep in Spray.cs on line 180?

lagi avatar May 19 '23 11:05 lagi

Hi @lag! The jitter (as of now) does not effect the sleep between each attempt, however it does effect sleep between each 20 accounts attempted. And since this is done async, console log wise it might look the same as without. I will correct this feature in an coming update so it does infact sleep between each login attempt!

Flangvik avatar May 20 '23 07:05 Flangvik

I absolutely love your tool @Flangvik - I was previously jumping through hoops to use other tools with some of your core features like shuffle regions, usernames etc. It would be awesome though if the Jitter worked per user attempt, as sometimes the tenants are very small, sub 50 users and all the attempts close together seem to get gripped by the lockout even with a long sleep window.

Thanks again for creating such a great tool :)

DannHacks avatar Sep 24 '24 06:09 DannHacks

Thanks for the kind words of encouragement @DannHacks, i'll see what i can do about this

Flangvik avatar Sep 24 '24 08:09 Flangvik

Hey @Flangvik, thanks for the fast reply, that would be great! If that value could be changed to randomise per login attempt, that would be even sweeter :yum:

Again loving the tool dude! :heart:

DannHacks avatar Sep 24 '24 08:09 DannHacks