diff options
author | mattifestation <mattgraeber@gmail.com> | 2014-02-12 19:44:12 -0500 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2014-02-12 19:44:12 -0500 |
commit | 22f0c1b13a15607bb5619cd2ff7e32c36e709aac (patch) | |
tree | 957e8be1a68388d8a650309cb63430b4365c3466 /README.md | |
parent | 331d54eeaf3dfb945579c9d4560422f0b601a95f (diff) | |
download | PowerSploit-22f0c1b13a15607bb5619cd2ff7e32c36e709aac.tar.gz PowerSploit-22f0c1b13a15607bb5619cd2ff7e32c36e709aac.zip |
Changed Inject-LogonCredentials name to Invoke-CredentialInjection
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ 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. -#### `Inject-LogonCredentials` +#### `Invoke-CredentialInjection` Create logons with clear-text credentials without triggering a suspicious Event ID 4648 (Explicit Credential Logon). |