Improvements
- Add usable TGT in credentials output
- TGT are automatically dumped and saved locally
- Add **SQLDumper** method (Thanks [Luis Rocha](https://twitter.com/countuponsec) for [SQLDumper technique](https://twitter.com/countuponsec/status/910969424215232518))
- Add **nanodump_ssp** dump method (https://github.com/Hackndo/lsassy/pull/70 thanks to snovvcrash)
- Add **rawrpc** dump method (https://github.com/Hackndo/lsassy/pull/74 thanks to 3gstudent)
- Dissociate output and file format (https://github.com/Hackndo/lsassy/pull/69 thanks to D-XIII)
- Add masterkeys in output (https://github.com/Hackndo/lsassy/pull/71 thanks to zblurx)
- It's now possible to chain multiple commands on remote host to dump lsass (see [comsvcs_stealth.py](https://github.com/Hackndo/lsassy/blob/master/lsassy/dumpmethod/comsvcs_stealth.py) for example)
- Add `--keep-dump` parameter to keep lsass dump (no delete)
- Add `--no-color` parameter to disable colored output (maybe useful for Windows)
Thank you snovvcrash, 3gstudent, D-XIII and zblurx for your contribution!