Feature: #28 - Tested and works

This commit is contained in:
Anton Hvornum 2019-11-28 00:56:17 +00:00
parent 70c811e2bc
commit 72e6eb4567
1 changed files with 5 additions and 3 deletions

View File

@ -1184,10 +1184,12 @@ if __name__ == '__main__':
# with open(args['pwfile'], 'r') as pw:
# PIN = pw.read().strip()
print()
if not args['skip-encrypt']:
print()
print('[!] Disk PASSWORD is: {}'.format(args['password']))
print()
print('[!] Disk & root PASSWORD is: {}'.format(args['password']))
else:
print('[!] root PASSWORD is: {}'.format(args['password']))
print()
if not args['rerun'] or args['ignore-rerun']:
for i in range(5, 0, -1):