> For the complete documentation index, see [llms.txt](https://books.spartan-cybersec.com/cpad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows.md).

# Post-explotacion en windows

- [Fundamentos de la Enumeracion local en un Windows](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/fundamentos-de-la-enumeracion-local-en-un-windows.md)
- [Enumeracion basica desde una WebShell](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/enumeracion-basica-desde-una-webshell.md)
- [Fundamentos de escalacion de privilegios en Windows](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/fundamentos-de-escalacion-de-privilegios-en-windows.md)
- [¿Que son altos privilegios en windows?](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/fundamentos-de-escalacion-de-privilegios-en-windows/que-son-altos-privilegios-en-windows.md)
- [¿Que son bajos privilegios en windows?](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/fundamentos-de-escalacion-de-privilegios-en-windows/que-son-bajos-privilegios-en-windows.md)
- [Identificando mis privilegios actuales](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/fundamentos-de-escalacion-de-privilegios-en-windows/identificando-mis-privilegios-actuales.md)
- [Tokens de acceso en Windows](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/fundamentos-de-escalacion-de-privilegios-en-windows/tokens-de-acceso-en-windows.md)
- [Niveles de integridad en procesos de Windows](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/fundamentos-de-escalacion-de-privilegios-en-windows/niveles-de-integridad-en-procesos-de-windows.md)
- [Privilegios en Windows](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/privilegios-en-windows.md)
- [Abusando de los privilegios SeImpersonatePrivilege SeAssignPrimaryTokenPrivilege](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/abusando-de-los-privilegios-seimpersonateprivilege-seassignprimarytokenprivilege.md)
- [Introduccion al Curso Profesional de Pentesting contra Windows - \[CPPW\]](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/introduccion-al-curso-profesional-de-pentesting-contra-windows-cppw.md)
- [NT AUTHORITY\SYSTEM](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/nt-authority-system.md)
- [Reverse Shell en PowerShell Indetectable](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/reverse-shell-en-powershell-indetectable.md)
- [Introduccion al Curso RedTeam Ops Developer Senior](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/reverse-shell-en-powershell-indetectable/introduccion-al-curso-redteam-ops-developer-senior.md)
- [Migracion de WebShell a BurpSuite](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/migracion-de-webshell-a-burpsuite.md)
- [Migracion de WebShell a Reverse Shell via PowerShell](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/migracion-de-webshell-a-reverse-shell-via-powershell.md)
- [Diferencia entre una WebShell y Reverse Shell](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/diferencia-entre-una-webshell-y-reverse-shell.md)
- [Introducción a PowerUp](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/introduccion-a-powerup.md)
- [Introducción a WinPEAS](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/introduccion-a-winpeas.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://books.spartan-cybersec.com/cpad/post-explotacion-en-windows.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.
