Add binary

master
Oleg Vasilev 2019-06-06 01:13:18 +03:00
parent 866164866e
commit d879f0aefa
2 changed files with 3 additions and 3 deletions

BIN
bin/gaspass_linix-amd64.bin Executable file

Binary file not shown.

View File

@ -24,9 +24,9 @@ func processFlags() {
os.Exit(1)
}
// if ! opts.CharsLower && ! opts.CharsUpper && ! opts.CharsNumbers && ! opts.CharsSpecials {
// opts.CharsLower, opts.CharsUpper, opts.CharsNumbers, opts.CharsSpecials = true, true, true, true
// }
if ! opts.CharsLower && ! opts.CharsUpper && ! opts.CharsNumbers && ! opts.CharsSpecials {
opts.CharsLower, opts.CharsUpper, opts.CharsNumbers, opts.CharsSpecials = true, true, true, true
}
}