# Checklist

### Defenses

* [ ] AMSI
* [ ] [CLM](https://github.com/calebstewart/bypass-clm)
* [ ] [AV](https://raw.githubusercontent.com/In3x0rabl3/OSEP/main/Bypass_Defender/FuckDefender.ps1)
* [ ] Applocker

### Lateral Movement

* [ ] LAPS
* [ ] Unconstrained Delegation
* [ ] Constrained Delegation
* [ ] Resource Based Constrained Delegation
* [ ] MSSQL Linked Servers
* [ ] Pass The Hash
* [ ] Relay The Hash
* [ ] Crack the Hash
* [ ] RDP / SharpRDP
* [ ] Web Application
* [ ] Fileless Lateral Movement
* [ ] Mimikatz
* [ ] Proxychains / Autoroute / SSH (Port Fowarding)
* [ ] Bloodhound
* [ ] JFROG
* [ ] KEYTAB (Kerberos)
* [ ] SSH
* [ ] Ansible
* [ ] SPOOLSS

### Privilege Escalation

#### Windows

* [ ] PowerUP
* [ ] LinPeas
* [ ] Creds in Config Files
* [ ] SEimpersonation (PrintSpoofer,Spooler,etc)
* [ ] ShadowCopy
* [ ] Hivenightmare
* [ ] Mimikatz
* [ ] UAC
* [ ] MSSQL
* [ ] Listening Services
* [ ] Kernel

#### Linux

* [ ] Shared Library
* [ ] Sudo
* [ ] Groups
* [ ] Listening Services
* [ ] Ansible (Unix)
* [ ] lse / Linpeas
* [ ] JFROG

### MSSQL

* [ ] Linked Servers
* [ ] Priv Esc
* [ ] Enable Shell
* [ ] Code Exec
* [ ] Relay netv2 hash

### Web Application

* [ ] Unrestricted File upload (ASPX)
* [ ] SQL Injection
* [ ] Server Side Template Injection
* [ ] RFI
* [ ] LFI
* [ ] Web Service
* [ ] BruteForce
* [ ] CVE
* [ ] Phishing
* [ ] Code Exec


---

# 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://awesome.hackpuntes.com/osep-cheatsheet/checklist.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.
