Files
PowerShellMafia-PowerSploit/CodeExecution/CodeExecution.psm1
T
bitform a233d60908 Added 'CodeExecution' Module
* I unfortunately needed to change the names of Inject-Shellcode and
Inject-Dll to Invoke-Shellcode and Invoke-DllInjection in order to
confirm to proper verb naming.
2013-01-20 21:34:37 -05:00

1 line
66 B
PowerShell

Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}