What is the default character set when bruteforcing?
Only the standard alphanumerical characters ([a-zA-Z0-9]). This is to speed up the process for almost all standard documents. You can define your own character set by using -c as a argument followed by all the characters you wish to include in your set. Please note that you must have the correct encoding set (usually iso latin 1) and escape all special characters correctly.