Register a windows service

 

sc create <name> binpath="<path_to_exec>" 

ex:

 sc create wazuh binpath="c:\Program Files (x86)\ossec-agent\wazuh-agent.exe" 



Checking Root Account Status

  Checking Local Root Account Status Run sudo passwd -S root : Look for the status letter in the output. An L means the account is locked (...

Mais vistos