aboutsummaryrefslogtreecommitdiff
path: root/Recon/Get-ComputerDetails.ps1
AgeCommit message (Collapse)AuthorFilesLines
2015-12-16Removed version numbers from scriptsMatt Graeber1-6/+0
A module should maintain a version number not the individual scripts.
2015-11-04Normalizing all files to ascii encodingMatt Graeber1-2/+2
2015-11-04Revert "Normalizing all files to ascii encoding"Matt Graeber1-0/+580
This reverts commit 5a812ce82361bf65443fc9c545c091e21e98fe80.
2015-11-04Normalizing all files to ascii encodingMatt Graeber1-580/+0
2014-04-28Fixing error in scriptclymb3r1-2/+0
2014-04-16Fixing formattingclymb3r1-1/+0
2014-04-16Fixing garbage put in by mergeclymb3r1-11/+0
2014-04-16Merge branch 'master' of https://github.com/mattifestation/PowerSploitclymb3r1-0/+13
Conflicts: Recon/Get-ComputerDetails.ps1 Recon/Recon.psd1
2014-03-16Adding internal recon/privesc privesc functions #40mattifestation1-0/+582
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)
2014-03-02Separating out functions & bug fixclymb3r1-295/+438
All info gathering pieces of this script can now be called individually. Fixed a bug where the user SID wasn't being converted to a username in the RDP function.
2014-02-20Adding Get-ComputerDetails recon scriptclymb3r1-0/+438
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