Added Inject-LogonCredentials to README

This commit is contained in:
mattifestation 2013-11-18 06:30:19 -05:00
parent 7de1dd6df7
commit 46baff5ef2
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@ Locates single Byte AV signatures utilizing the same method as DSplit from "clas
Lists available logon tokens. Creates processes with other users logon tokens, and impersonates logon tokens in the current thread. Lists available logon tokens. Creates processes with other users logon tokens, and impersonates logon tokens in the current thread.
#### `Inject-LogonCredentials`
Create logons with clear-text credentials without triggering a suspicious Event ID 4648 (Explicit Credential Logon).
#### `Invoke-NinjaCopy` #### `Invoke-NinjaCopy`
Copies a file from an NTFS partitioned volume by reading the raw volume and parsing the NTFS structures. Copies a file from an NTFS partitioned volume by reading the raw volume and parsing the NTFS structures.