mirror of
https://github.com/maride/barf.git
synced 2026-04-17 04:25:46 +00:00
Extend charset to include all (printable) ASCII chars
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user