Ján Trenčanský
Ján Trenčanský
Some modules are hardcoded to use HTTP even though they reliably work through HTTPS. Add support for SSL where possible.
I think Task scheduler interaction for sched_job can be implemented using `PS_ScheduledTask` from `Root\Microsoft\Windows\TaskScheduler` example: https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1053.005/T1053.005.md#atomic-test-6---wmi-invoke-cimmethod-scheduled-task
**Describe the feature you'd like** Add digital signature to the precompiled version of cloudflared.exe. **Describe alternatives you've considered** I don't believe there are alternatives. **Additional context** cloudflared.exe is commonly abused...
**Is your feature request related to a problem? Please describe.** Not sure if this should be a feature request or bug. The CallExtension and CallExtensionReq have generated grpc code but...
Parse Windows SSH Keys on Windows. Useful when OpenSSH Server service is installed.
Add logging blocks to be configurable in templates. https://www.elastic.co/guide/en/beats/auditbeat/current/configuration-logging.html
Zabbix agents when executing custom scripts as extensions will trigger a lot of T1166_Seuid_and_Setgid rules. Since Zabbix agent usually has a lot of various checks done by custom scripts this...
I'm using zabbix-agent-extention-elasticsearch 20180831.32_7cbc5d1 and I noticed that Zabbix will not receive most of the items when only encrypted communication is allowed from host. As a workaround allow No encryption...
TOML now being in version [1.0.0](https://toml.io/en/v1.0.0) is a good candidate for a build-in language support as it is slowly starting to gain more popularity. I have my own implementation, but...