aboutsummaryrefslogtreecommitdiff
path: root/Exfiltration/Invoke-NinjaCopy.ps1
AgeCommit message (Collapse)AuthorFilesLines
2017-02-13Cast DllCharacteristics to [Int]b33f1-2/+2
Fix for System.InvalidCastException: https://github.com/PowerShellMafia/PowerSploit/issues/152
2016-05-29Fixed FreeLibrary function signature #146Matt Graeber1-1/+1
The parameter type and return types were accidentally transposed. Thanks @rojaster for pointing this out.
2015-12-16Removed all version numbers from scriptsMatt Graeber1-2/+0
Scripts in a module should not be individually versioned. Only the module should be versioned.
2015-12-14Bugfix #93Matt Graeber1-13/+1
Removed the "EndAddress" parameter set since it was never used. This should resolve any parameter set confusion.
2013-11-13Normalized all scripts to ASCII encodingmattifestation1-1/+1
2013-10-01Switching to ANSI from UTF8 encodingclymb3r1-3/+3
Scripts now work in 2008r2. I thought I tested before uploading but something broke somehow... Now the scripts work in 2008r2 and win8+
2013-10-01Adding Invoke-Mimikatz and Invoke-Ninjacopyclymb3r1-0/+2848