diff --git a/src/Bruteforce.py b/src/Bruteforce.py index 34b9d14..9e2bd89 100644 --- a/src/Bruteforce.py +++ b/src/Bruteforce.py @@ -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.