Releases: FBnil/evidencer
v1.1
Improvements
YN
You can make individual scripts ask for confirmation before running them. By adding the following inside a script:
#?: confirmation text
The question prompt YN can be defined in the configuration file. The default is:
YN=Y/N
Only the first letters are matched (from YN
and from the user input). Case insensitive.
From the commandline, to not enter a manual confirmation. use the option -y
or --yes
.
From a configuration file, use YES=1
to always skip a confirmation.
MAXMATCHES
MAXMATCHES to prevents running scripts on too many servers files. When you run a script without a servergroup, and you can potentially run it on hunderds of serverfiles, prevent it by setting a maximum. You can redefine it in the commandline with:
-r MAXMATCHES=5
and in the config file with
MAXMATCHES=5
The configuration file has a /max
alias that also sets this number to 2000. The default in evidencer.cfg
is now MAXMATCHES=2
Other
- Some work done for de-duplication of servers.
- Improved justinstallademo.sh to set up a better scaffolding.
- Added more links in the
evidencer.cfg
to important documentation, for example, on how to use JumpHosts. It was also cleaned up quite a bit, and resembles a production-ready configuration file. - evidencer has additional documentation. The documentation is accessible with:
./evidencer --man -F
(on most terminals)
Checksum for attached binaries
MD5sum | file |
---|---|
322a5766f581b685e21ce5fde730ca4e | evidencer-v1.1.tar.gz |