mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
3c87916e19
* I renamed RE_Tools to ReverseEngineering and made it a module. * Slight consistency modifications were made to documentation. * This is one step in the process of modularizing all of PowerSploit.
1 line
69 B
PowerShell
1 line
69 B
PowerShell
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName} |