dunhamsteve / ios

Utility to extract files and keychain information from iOS backups
Other
123 stars 28 forks source link

Add ability to have .cred credential file at the end of the arguments #16

Closed krausedj closed 2 years ago

krausedj commented 2 years ago

This adds the ability to have a .cred credentials file at the end of the arguments. Limitations are file is still clear text, but at least you can set tight security controls on it.

krausedj commented 2 years ago

wrong source branch

dunhamsteve commented 2 years ago

It seems like there would be some ambiguity having this at the end of the command line after optional arguments. (e.g is it a domain or a cred file.) It might be better to use a command line switch or environment variable. I was originally planning on environment variable, but never got around to it.

krausedj commented 2 years ago

Yeah, I agree 100, reworking the args to have switches would be better. I figured the PR existing would give people a chance to use a hack if so inclined.