# Module 6. System Hacking

- [1. Gain access to the system](https://ceh-practical.cavementech.com/module-6.-system-hacking/1.-gain-access-to-the-system.md)
- [2. Privilege Escalation](https://ceh-practical.cavementech.com/module-6.-system-hacking/2.-privilege-escalation.md): Privilege Escalation techniques to learn for CEH Practical
- [3. Maintain Remote Access and Hide Malicious Activities](https://ceh-practical.cavementech.com/module-6.-system-hacking/3.-maintain-remote-access-and-hide-malicious-activities.md): Remote code execution techniques are often performed after initially compromising a system and further expanding access to remote systems present on the target network.
- [4. Clear Logs to hide the Evidence of Compromise](https://ceh-practical.cavementech.com/module-6.-system-hacking/4.-clear-logs-to-hide-the-evidence-of-compromise.md): To remain undetected, the intruders need to erase all evidence of security compromise from the system.
- [5. Active Directory (AD) Attacks](https://ceh-practical.cavementech.com/module-6.-system-hacking/5.-active-directory-ad-attacks.md): The module has recently been added in CEH V13 Practical


---

# 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://ceh-practical.cavementech.com/module-6.-system-hacking.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.
