diff options
author | clymb3r <bialek.joseph@gmail.com> | 2014-02-20 17:47:27 -0800 |
---|---|---|
committer | clymb3r <bialek.joseph@gmail.com> | 2014-02-20 17:47:27 -0800 |
commit | 308042f493a73bb05732b28e81560ab005e8c378 (patch) | |
tree | 44affa5cbd947bdde646c3b09d001ccb1744942e /Recon/Recon.psd1 | |
parent | b684da050ad6a9b91ae1afc6caaf3faf54c38f72 (diff) | |
download | PowerSploit-308042f493a73bb05732b28e81560ab005e8c378.tar.gz PowerSploit-308042f493a73bb05732b28e81560ab005e8c378.zip |
Adding Get-ComputerDetails recon script
Get-ComputerDetails is a recon script which pulls a variety of useful
information off a computer which might later be useful by an attacker.
This includes:
Logons
AppLocker process start logs
PowerShell logs to find scripts run
RDP Client saved servers
Diffstat (limited to 'Recon/Recon.psd1')
-rw-r--r-- | Recon/Recon.psd1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index 43ba3a1..50b6fc6 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -74,7 +74,7 @@ ModuleList = @(@{ModuleName = 'Recon'; ModuleVersion = '1.0.0.0'; GUID = '7e775a # List of all files packaged with this module FileList = 'Recon.psm1', 'Recon.psd1', 'Get-HttpStatus.ps1', 'Invoke-ReverseDnsLookup.ps1',
- 'Invoke-Portscan.ps1', 'Usage.md' + 'Invoke-Portscan.ps1', 'Get-ComputerDetails', 'Usage.md' # Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''
|