pfSense scripts for blue team competitions.
Scripts are written in php and use some pfSense functions.
Contains main scripts for in-competition use.
This file by default assumes that you want to change the passwords of all users in config.xml. It sets all passwords and ssh keys of users in the config.xml file to the same values.
There are two options for changing passwords:
- Entering passwords via the command line. This exposes passwords to anyone viewing your screen or any keyloggers.
- Using a pre-hashed password from a file (must be bcrypt).
mk_hash_filecan be used to pre-make these files.
This file also allows you to change ssh keys. It loads the plain public ssh key from a file.
TODO: allow different passwords/keys for different users TODO: allow not changing passwords
Contains files which are useful for testing or prebaking