1
0
mirror of https://github.com/maride/barf.git synced 2025-05-07 12:08:54 +00:00

Add a good hint ;)

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

@ -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}'")