diff options
-rw-r--r-- | PE_Tools/Get-DllLoadPath.ps1 | bin | 0 -> 13222 bytes | |||
-rw-r--r-- | PE_Tools/Get-PEArchitecture.ps1 | bin | 0 -> 4782 bytes | |||
-rw-r--r-- | README | 13 |
3 files changed, 12 insertions, 1 deletions
diff --git a/PE_Tools/Get-DllLoadPath.ps1 b/PE_Tools/Get-DllLoadPath.ps1 Binary files differnew file mode 100644 index 0000000..5bdeefe --- /dev/null +++ b/PE_Tools/Get-DllLoadPath.ps1 diff --git a/PE_Tools/Get-PEArchitecture.ps1 b/PE_Tools/Get-PEArchitecture.ps1 Binary files differnew file mode 100644 index 0000000..460d2a3 --- /dev/null +++ b/PE_Tools/Get-PEArchitecture.ps1 @@ -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.
|