Skip to content

Releases: sgsullivan/befehl

v0.0.6

13 Aug 04:57
4c260f6
Compare
Choose a tag to compare

Changelog

f84ad17 Move to a JSON configuration hosts file to support more features easier, such as custom ssh user (#16)
4c260f6 ensure all host:port entries are unique (#17)

v0.0.5

05 Aug 04:42
Compare
Choose a tag to compare

Changelog

b2ce768 Add integration tests
d64b24b add more to sample scripot
b48510e integration test, also verify logs exist for every host
0d963c2 mod refresh
f3da556 set evar for integration test

v0.0.4

04 Aug 19:04
Compare
Choose a tag to compare

Changelog

ef66f96 add configurable known hosts checks
53e45b1 bugfix, correctly call populateSshKey
4fdf9b6 create parent .ssh dir if it doesnt exist
cd640f0 dep refresh
701f76f use hostPort

0.0.3

04 Aug 04:57
Compare
Choose a tag to compare

Changelog

43b86cd build host list unit test
3c07bfc cast update
48518f6 create separate queue pkg
b466c4c move log methods to own file
96e5a7a support alternate ssh ports
a97edaf update test file to include example with host ports

0.0.2

04 Aug 03:27
Compare
Choose a tag to compare

Changelog

1bc7723 /Fire/Execute/
810b645 /victims/hostsList/
fb663da Merge pull request #14 from sgsullivan/goreleaser
c078e70 Move more things into distinct functions or packages
6291b62 add basic tests
d6e7139 add integration scripts for spinning up/removing sshd hosts. Will be utilized later
a42fb96 apache 2
e01d337 avoid needless mutation
aec09e6 basic gha
94a45db create separate function prepareLogDir
42065d2 create separate queue file
6019eb0 create util/system pkg
c3b95ce dont bleed viper into befehl package
0b08431 file separation
cdb7cc8 fill in missed unit test for PathExists
a9da272 getters unit test
172d4f4 go mod update
c509dfa ignore dist
f8d43ee move more things into a distinct function
810e468 move to package instance
ac43774 public Fire method should return error not panic
e632036 queue unit test
356dda9 remove comment
fd0c8f2 remove obvious duplication
a58bd01 rename
f6a7529 ssh key parsing to separate file
4d3c47c update readme

v0.0.1

30 Apr 03:03
Compare
Choose a tag to compare

Changelog

9fd6ae5 Add progress display, add colors
cffc12a Create README.md
c524909 If a payload exits non-zero, we still want to log the details of its run
a955f16 Initial commit
f58e25d Merge branch 'master' of github.com:sgsullivan/befehl
22abf48 Merge pull request #13 from sgsullivan/cobra-flags
c01f59c Merge pull request #2 from sgsullivan/cobra
26544ae Merge pull request #6 from sgsullivan/housekeeping
e693adc Show red for these errors instead
b960964 further clarify
25a7612 higher global timeout
385e6fe ignore local
e2dc2f7 include vendor/ dir
7b8236f initial HostKeyCallback fix
e86371f integrate goreleaser
0d47dbb lengthen wg timeout
cd07029 lets not allow default args
6838d70 start move to go mod
9953805 teach goreleaser where main is
735f5a0 typo
0ef8139 update readme
45c32c4 update text
3031c92 use cobras MarkFlagRequired()
59584ff utilize cobra