mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
Revert "Excluding the Tests folder from being loaded as a module"
This reverts commit a0ab599810.
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer -and ($_.Name -ne 'Tests') } | % { Import-Module $_.FullName -DisableNameChecking }
|
||||
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName -DisableNameChecking }
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
<Compile Include="CodeExecution\Invoke-ReflectivePEInjection_Resources\Shellcode\x86\ExitThread.asm" />
|
||||
<Compile Include="CodeExecution\Invoke-ReflectivePEInjection_Resources\Shellcode\x86\GetProcAddress.asm" />
|
||||
<Compile Include="CodeExecution\Invoke-Shellcode.ps1" />
|
||||
<Compile Include="CodeExecution\Invoke-ShellcodeMSIL.ps1" />
|
||||
<Compile Include="CodeExecution\Invoke-WmiCommand.ps1" />
|
||||
<Compile Include="CodeExecution\Usage.md" />
|
||||
<Compile Include="Exfiltration\Exfiltration.psd1" />
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user