mirror of
https://github.com/maride/barf.git
synced 2025-01-10 05:57:28 +00:00
Extend charset to include all (printable) ASCII chars
This commit is contained in:
parent
31ab515a01
commit
0f7b756c93
@ -3,7 +3,7 @@
|
||||
from Helper import *
|
||||
|
||||
# The charset to try, sorted by the likelihood of a character class
|
||||
charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789{}_!?"
|
||||
charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789{}_!?'#%+/ ;[`@-\".<,*|&$(]=)^>\\:~"
|
||||
|
||||
# bruteforces a single character, sandwiched between the known parts.
|
||||
# Returns the most promising string.
|
||||
|
Loading…
Reference in New Issue
Block a user