From ca705d0a6eb88a2f8f345965a1d18b082f10aef9 Mon Sep 17 00:00:00 2001 From: bitform Date: Sat, 27 Oct 2012 14:55:42 -0400 Subject: Added Get-Strings Get-Strings dumps strings from any file in Ascii and/or Unicode. --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 58db60b..4a28011 100644 --- a/README +++ b/README @@ -52,6 +52,10 @@ Get-Member: A proxy function used to extend the built-in Get-Member cmdlet. It adds the '-Private' parameter allowing you to display non-public .NET members +Get-Strings: + + Dumps strings from files in both Unicode and Ascii. This cmdlet replicates the functionality of strings.exe from Sysinternals. + ------- .\Recon ------- @@ -136,4 +140,4 @@ For all contributors and future contributors to PowerSploit, I ask that you foll * use the Write-Output keyword when returning an object from a function. I know it's not necessary but it makes the code more readable. -* Use default values for your parameters when it makes sense. Ideally, you want a script that will work without requiring any parameters. \ No newline at end of file +* Use default values for your parameters when it makes sense. Ideally, you want a script that will work without requiring any parameters. -- cgit v1.2.3