Skip to content

Pexpect script to login to list of servers and change user password

Notifications You must be signed in to change notification settings

gmcmillan82/password-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Linux Password Changer

This script is intended to automatically change Linux user passwords in a batch operation by iterating over a list of ip's or hostnames.

Instructions

  • pip install -r requirements.txt
  • Create a file with hostnames/ip's and put in the same directory as the script
  • python pass-changer.py
  • Enter the information in the prompts that follow

Compatibility

Has been tested in both python3.8.2 and python2.7.18

About

Pexpect script to login to list of servers and change user password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages