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