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
Write a utility function that preserves known-good identity/secret combinations and generates an iterable of all possible identity/secret combinations.
Tasks
Write a new utility function that accepts credentials objects and returns new credentials objects with all brute-force combinations (0d) @mssalvatore
Preserve credentials objects that contain both identity and secret and try them first
Description
Write a utility function that preserves known-good identity/secret combinations and generates an iterable of all possible identity/secret combinations.
Tasks