mirror of
https://github.com/maride/barf.git
synced 2024-12-22 14:37:29 +00:00
Add a good hint ;)
This commit is contained in:
parent
a4396df9ce
commit
a96370c9fe
@ -55,6 +55,7 @@ def Bruteforce(bm, knownPrefix, knownSuffix):
|
|||||||
print(" - Your charset is too small")
|
print(" - Your charset is too small")
|
||||||
print(" - Your chunk size is too small")
|
print(" - Your chunk size is too small")
|
||||||
print(" - Your breakpoints are off")
|
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")
|
print(" - The specified binary doesn't operate round-wise, so it's impossible to calculate a proper score")
|
||||||
if len(knownPrefix) > 0:
|
if len(knownPrefix) > 0:
|
||||||
print(f"Anyway, I stopped with the key '{knownPrefix}[...mystery!...]{knownSuffix}'")
|
print(f"Anyway, I stopped with the key '{knownPrefix}[...mystery!...]{knownSuffix}'")
|
||||||
|
Loading…
Reference in New Issue
Block a user