diff options
author | bitform <matt@exploit-monday.com> | 2013-01-20 21:36:49 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2013-01-20 21:36:49 -0500 |
commit | 321d1f4c513c6bc0fb4e3d72a71b3ddb79872116 (patch) | |
tree | abcece29201fbb17cf8fab73c61ce18a111dbf05 | |
parent | 6e42ba1d39b24ef8a5f3063b7806a07c8b33cc14 (diff) | |
download | PowerSploit-321d1f4c513c6bc0fb4e3d72a71b3ddb79872116.tar.gz PowerSploit-321d1f4c513c6bc0fb4e3d72a71b3ddb79872116.zip |
Corrections made to usage documentation
-rw-r--r-- | ReverseEngineering/Usage.md | 2 | ||||
-rw-r--r-- | ScriptModification/Usage.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ReverseEngineering/Usage.md b/ReverseEngineering/Usage.md index dcfae6d..33b4ac4 100644 --- a/ReverseEngineering/Usage.md +++ b/ReverseEngineering/Usage.md @@ -1,4 +1,4 @@ -To install this module, drop the entire PETools folder into one of your module directories. The default PowerShell module paths are listed in the $Env:PSModulePath environment variable.
+To install this module, drop the entire ReverseEngineering folder into one of your module directories. The default PowerShell module paths are listed in the $Env:PSModulePath environment variable.
The default per-user module path is: "$Env:HomeDrive$Env:HOMEPATH\Documents\WindowsPowerShell\Modules"
The default computer-level module path is: "$Env:windir\System32\WindowsPowerShell\v1.0\Modules"
diff --git a/ScriptModification/Usage.md b/ScriptModification/Usage.md index ddff666..8bcdf83 100644 --- a/ScriptModification/Usage.md +++ b/ScriptModification/Usage.md @@ -1,4 +1,4 @@ -To install this module, drop the entire PETools folder into one of your module directories. The default PowerShell module paths are listed in the $Env:PSModulePath environment variable.
+To install this module, drop the entire ScriptModification folder into one of your module directories. The default PowerShell module paths are listed in the $Env:PSModulePath environment variable.
The default per-user module path is: "$Env:HomeDrive$Env:HOMEPATH\Documents\WindowsPowerShell\Modules"
The default computer-level module path is: "$Env:windir\System32\WindowsPowerShell\v1.0\Modules"
|