This will fix the output of the veeam module. Previously due to a logic bug credentials were all printed in one output line. This is fixed now.
Also updated the PR template to remove the weird header.
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
This has been tested on an assessment. Therefore, i can't provide screenshots.
Checklist:
[x] I have ran Ruff against my changes (via poetry: poetry run python -m ruff check . --preview, use --fix to automatically fix what it can)
[x] I have added or updated the tests/e2e_commands.txt file if necessary
[x] New and existing e2e tests pass locally with my changes
[x] My code follows the style guidelines of this project (should be covered by Ruff above)
[x] If reliant on third party dependencies, such as Impacket, dploot, lsassy, etc, I have linked the relevant PRs in those projects
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
Description
This will fix the output of the veeam module. Previously due to a logic bug credentials were all printed in one output line. This is fixed now. Also updated the PR template to remove the weird header.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
This has been tested on an assessment. Therefore, i can't provide screenshots.
Checklist:
poetry run python -m ruff check . --preview
, use--fix
to automatically fix what it can)