Closed krdmnbrk closed 3 weeks ago
Thank you for contributing this atomic! Can you perhaps attach a screenshot of execution of this atomic, that way we can verify if executes correctly!
@patel-bhavin, I attached a screenshot that taken from my local windows.
This is great! thank you for contributing this atomic!
New atomic added.
Details: This atomic test adds a new method to query the
SystemStartOptions
registry key located underHKLM\SYSTEM\CurrentControlSet\Control
. The purpose of this test is to simulate a technique that an attacker might use to retrieve system startup configurations, which could provide insight into how the system boots or is configured.Testing: The test was executed locally on a Windows system to ensure that the command correctly retrieves the value of the
SystemStartOptions
key. Successful execution returned the current configuration value without any errors.Associated Issues: No associated issues linked to this pull request.