Files
PowerShellMafia-PowerSploit/CodeExecution/CodeExecution.psm1
T
mattifestation 59b35d1470 Moved Invoke-Shellcode
These things happen
2015-02-03 21:24:46 -05:00

2 lines
108 B
PowerShell

Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | ? {$_.Name -ne 'Invoke-Shellcode.ps1'} | % { . $_.FullName}