mirror of
https://github.com/maride/barf.git
synced 2026-05-16 23:35:46 +00:00
Extend charset to include all (printable) ASCII chars
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
from Helper import *
|
from Helper import *
|
||||||
|
|
||||||
# The charset to try, sorted by the likelihood of a character class
|
# 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.
|
# bruteforces a single character, sandwiched between the known parts.
|
||||||
# Returns the most promising string.
|
# Returns the most promising string.
|
||||||
|
|||||||
Reference in New Issue
Block a user