This means that if there was a long substring of : then we will iterate till the end of the : string
and then restart the same iteration for the next :.
This fix breaks the usename and password detection when it encounters the next : thus breaking the look early
and backtracking less.
… iteration if we find the :
This means that if there was a long substring of : then we will iterate till the end of the : string and then restart the same iteration for the next :. This fix breaks the usename and password detection when it encounters the next : thus breaking the look early and backtracking less.