aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2013-11-04 05:51:33 -0500
committermattifestation <mattgraeber@gmail.com>2013-11-04 05:51:33 -0500
commit22f232920bd25f01f8e6a4d99bbcbfca1a8cd041 (patch)
tree52f7d5bac5e8594913d7cd201566faa79ab6749e /README.md
parent8af97c6e24657bacabb3d59b2d817b67986a1a28 (diff)
downloadPowerSploit-22f232920bd25f01f8e6a4d99bbcbfca1a8cd041.tar.gz
PowerSploit-22f232920bd25f01f8e6a4d99bbcbfca1a8cd041.zip
Added Invoke-TokenManipulation to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fa1064..bc96a24 100644
--- a/README.md
+++ b/README.md
@@ -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.