Spencer McIntyre
Spencer McIntyre
Looks like a string escaping issue. Until I get around to fixing it (which I may or may not do) you can add more back slashes. The literal slashes in...
Well according to the MSDN docs for [KRShowKeyMgr](https://docs.microsoft.com/en-us/windows/win32/devnotes/krshowkeymgr?redirectedfrom=MSDN) the function: > Brings up the key manager dialog into the user interface. That's great and all, but that doesn't really enable...
@vatsramkesh No, see #58 which is a duplicate of #32.
@nicolas-rdgs You can do that already as long as `last_seen` is a `datetime.datetime` instance. DATETIME objects are timezone aware already. If there's no timezone information associated with it, then the...
I've started on this in a feature branch. There's still quite a bit left to do. I still need to: - [x] Add support for type hinting - [x] Test...
Progress is slow and steady. Will probably be done in another 3 weeks. Maybe less, maybe more.
This ticket has now been completed. Functions are included in the latest release, [version 4.0.0](https://pypi.org/project/rule-engine/4.0.0/). This release included a few breaking changes that are noted in the [change log](https://zerosteiner.github.io/rule-engine/change_log.html#version-4-0-0). There...
I clarified that a bit in the documentation. For anyone else that comes across this in the future, you add a function just like you'd add any other value. ```python...
It looks like my solution to disable automatic updates is incomplete. Per [this AttackerKB](https://attackerkb.com/topics/cvIPkChzTY/cve-2022-44877?referrer=search) post: > After running the installation script which takes about 30 minutes, please rename /usr/local/cwpsrv/htdocs/resources/scripts/update_cwp to...
Sort of related https://github.com/rapid7/metasploit-framework/issues/14742