diff options
author | mattifestation <mattgraeber@gmail.com> | 2013-11-04 05:51:33 -0500 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2013-11-04 05:51:33 -0500 |
commit | 22f232920bd25f01f8e6a4d99bbcbfca1a8cd041 (patch) | |
tree | 52f7d5bac5e8594913d7cd201566faa79ab6749e /README.md | |
parent | 8af97c6e24657bacabb3d59b2d817b67986a1a28 (diff) | |
download | PowerSploit-22f232920bd25f01f8e6a4d99bbcbfca1a8cd041.tar.gz PowerSploit-22f232920bd25f01f8e6a4d99bbcbfca1a8cd041.zip |
Added Invoke-TokenManipulation to README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -144,6 +144,10 @@ Locates single Byte AV signatures utilizing the same method as DSplit from "clas **All your data belong to me!** +#### `Invoke-TokenManipulation` + +Lists available logon tokens. Creates processes with other users logon tokens, and impersonates logon tokens in the current thread. + #### `Invoke-NinjaCopy` Copies a file from an NTFS partitioned volume by reading the raw volume and parsing the NTFS structures. |