password anti-disclosure for python script
This commit is contained in:
@@ -11,7 +11,6 @@ passwordfile = str(sys.argv[2])
|
||||
with open (passwordfile, "r") as myfile:
|
||||
password=myfile.read().replace('\n', '')
|
||||
|
||||
|
||||
# Define function
|
||||
def _vchangepw(user, password):
|
||||
changepw = pexpect.spawn(
|
||||
|
||||
Reference in New Issue
Block a user