A collection of Bash scripts to automate user management and challenge deployment for Capture The Flag (CTF) servers.
Creates system users from a text file (users_list.txt by default).
Each user receives a random 5-digit password, and all credentials are saved in userpasswords.txt.
Example:
./create_users.sh -f users.txt -o passwords.txt