Bruteforce func to return True. func should take a string input and return a bool(). func will be called with strings from alphabet until it returns True or the search space has been exhausted.
The argument start can be used to split the search space, which is useful if multiple CPU cores are available. Parameters:
func (function) – The function to bruteforce.