Add auto reask functionality when using the password prompt
This commit is contained in:
parent
d82c6ca962
commit
21651affe9
@ -52,6 +52,9 @@ def query(password):
|
|||||||
print(ROW.format(password, hash_searched, password_hash))
|
print(ROW.format(password, hash_searched, password_hash))
|
||||||
stdout.write(RESET)
|
stdout.write(RESET)
|
||||||
|
|
||||||
|
if HIDDEN:
|
||||||
|
prompt_password()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if len(argv) < 2:
|
if len(argv) < 2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user