diff options
author | bitform <matt@exploit-monday.com> | 2013-01-20 21:35:04 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2013-01-20 21:35:04 -0500 |
commit | 3d836696355f61f4fff5b31b328dbe500a4db0d6 (patch) | |
tree | fec801b4001e60d7386ef8e797615502edb2f48a /AntivirusBypass/AntivirusBypass.psm1 | |
parent | a233d60908d5442214ac6f5726c89f4d0b41418d (diff) | |
download | PowerSploit-3d836696355f61f4fff5b31b328dbe500a4db0d6.tar.gz PowerSploit-3d836696355f61f4fff5b31b328dbe500a4db0d6.zip |
Added 'AntivirusBypass' Module
Diffstat (limited to 'AntivirusBypass/AntivirusBypass.psm1')
-rw-r--r-- | AntivirusBypass/AntivirusBypass.psm1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AntivirusBypass/AntivirusBypass.psm1 b/AntivirusBypass/AntivirusBypass.psm1 new file mode 100644 index 0000000..e5234fb --- /dev/null +++ b/AntivirusBypass/AntivirusBypass.psm1 @@ -0,0 +1 @@ +Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}
\ No newline at end of file |