Skip to content

Commit 04431bc

Browse files
committed
link to related
1 parent 7ef810f commit 04431bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ It is important to note, that despite the use-case described below for this proj
1111
* [Usage](#usage)
1212
* [Example](#example)
1313
* [Security](#security)
14+
* [Related Tools](#related)
1415

1516
###<a id="Origin"></a> Origin
1617

@@ -210,3 +211,8 @@ Obviously this module can expose you to some insecure situations depending on ho
210211
* Never expose calls to this module directly, instead you should write a wrapper layer around StatefulProcessCommandProxy that protects, analyzes and sanitizes external input that can materialize in a `command` statement.
211212
* All commands you pass to `execute` should be sanitized to protect from injection attacks
212213

214+
###<a id="related"></a> Related Tools
215+
216+
Have a look at these related projects which build on top of this module to provide some higher level functionality
217+
218+
* https://github.com/bitsofinfo/powershell-command-executor - Introduces a higher level "registry" of powershell commands which can be generated, have arguments applied to them (and sanitized), then executed.

0 commit comments

Comments
 (0)