if a wildcard filename is provided, the tool should expand the filename and glob all of the files and act as if the keylist flag was passed.
The goal should be to deprecate the use of the -keylist flag as much as possible.
An example invocation that should work:
goRsaTool -key "*.pub" -attack commonmodulus
if a wildcard filename is provided, the tool should expand the filename and glob all of the files and act as if the
keylistflag was passed.The goal should be to deprecate the use of the
-keylistflag as much as possible.An example invocation that should work: