diff options
author | mattifestation <mattgraeber@gmail.com> | 2014-03-16 10:02:37 -0400 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2014-03-16 10:02:37 -0400 |
commit | 202e8f4b367397cabf0cfc39f279e7ba5d7d793b (patch) | |
tree | c87fe9cb0bb4229c0c506b034366e116809a368f /Recon/Recon.psd1 | |
parent | 1798918edf0ee44db1b3711b3aa373b69d464261 (diff) | |
download | PowerSploit-202e8f4b367397cabf0cfc39f279e7ba5d7d793b.tar.gz PowerSploit-202e8f4b367397cabf0cfc39f279e7ba5d7d793b.zip |
Adding internal recon/privesc privesc functions #40
Added the following recon functions written by Joe Bialek
(@JosephBialek):
- Find-4648Logons
- Find-4624Logons
- Find-AppLockerLogs
- Find-PSScriptsInPSAppLog
- Find-RDPClientConnections
- Get-ComputerDetails (Combines all of the above functions into a single
function)
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 88287ef..f30ff2e 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.ps1', 'Usage.md'
# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''
|