Add a good hint ;)

This commit is contained in:
maride 2021-05-30 21:15:39 +02:00
parent a4396df9ce
commit a96370c9fe

View File

@ -55,6 +55,7 @@ def Bruteforce(bm, knownPrefix, knownSuffix):
print(" - Your charset is too small")
print(" - Your chunk size is too small")
print(" - Your breakpoints are off")
print(" - Your prefix and/or suffix is wrong")
print(" - The specified binary doesn't operate round-wise, so it's impossible to calculate a proper score")
if len(knownPrefix) > 0:
print(f"Anyway, I stopped with the key '{knownPrefix}[...mystery!...]{knownSuffix}'")