aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2012-06-02 17:59:23 -0400
committerbitform <matt@exploit-monday.com>2012-06-02 17:59:23 -0400
commit31c598c7a632c397f42d221a1f22b9ba00e1a45a (patch)
tree9661dd95b71a60145321f490668c414e50ebcad3
parent3bd5a56327c284574322efd41dcd9f6e648a4704 (diff)
downloadPowerSploit-31c598c7a632c397f42d221a1f22b9ba00e1a45a.tar.gz
PowerSploit-31c598c7a632c397f42d221a1f22b9ba00e1a45a.zip
Added two PE tools and updated Readme
Added: Get-DllLoadPath, Get-PEArchitecture Updated: Readme to reflect new additions
-rw-r--r--PE_Tools/Get-DllLoadPath.ps1bin0 -> 13222 bytes
-rw-r--r--PE_Tools/Get-PEArchitecture.ps1bin0 -> 4782 bytes
-rw-r--r--README13
3 files changed, 12 insertions, 1 deletions
diff --git a/PE_Tools/Get-DllLoadPath.ps1 b/PE_Tools/Get-DllLoadPath.ps1
new file mode 100644
index 0000000..5bdeefe
--- /dev/null
+++ b/PE_Tools/Get-DllLoadPath.ps1
Binary files differ
diff --git a/PE_Tools/Get-PEArchitecture.ps1 b/PE_Tools/Get-PEArchitecture.ps1
new file mode 100644
index 0000000..460d2a3
--- /dev/null
+++ b/PE_Tools/Get-PEArchitecture.ps1
Binary files differ
diff --git a/README b/README
index 82dd5c1..03035e9 100644
--- a/README
+++ b/README
@@ -1,5 +1,8 @@
PowerSploit is a series of Microsoft PowerShell scripts that can be used in post-exploitation scenarios during authorized penetration tests. PowerSploit is comprised of the following scripts:
+--------------
+Root Directory
+--------------
Inject-Dll:
@@ -23,7 +26,15 @@ Invoke-ReverseDnsLookup:
Invoke-ReverseDnsLookup scans an IP address range for DNS PTR records. This script is useful for performing DNS reconnaisance prior to conducting an authorized penetration test.
-Usage:
+----------
+.\PE_Tools
+----------
+
+An assortment of scripts used to parse/manipulate Windows portable executables
+
+-----
+Usage
+-----
Refer to the comment-based help in each individual script for usage information.