Deep Dive into PEN-300: Active Directory, Windows API, and Evasion Techniques

Listen to this Post

The PEN-300 course by Offensive Security is a comprehensive training program that delves into advanced topics such as Active Directory, Windows API, and evasion techniques. This course is designed for penetration testers and red teamers who aim to enhance their skills in exploiting Windows environments and bypassing security mechanisms. The course content is highly praised, although some students feel that the exam does not fully reflect the depth of the material covered.

You Should Know:

1. Active Directory Exploitation:

  • Command: `Get-ADUser -Filter * -Properties *`
    – This PowerShell command retrieves all properties of all users in the Active Directory.
  • Command: `Invoke-Mimikatz -Command ‘”sekurlsa::logonpasswords”‘`
    – Mimikatz is a powerful tool for extracting plaintext passwords, hashes, and Kerberos tickets from memory.

2. Windows API Hooking: