PEASS-ng/winPEAS/winPEASexe/winPEAS/Native/Structs/LastInputInfo.cs
makikvues 343b8bb96b - refactoring/cleanup
- added .net versions check
- added PrintMappedDrivesWMI
- added PrintMicrosoftUpdatesCOM
- added PrintSystemLastShutdownTime
- added PrintCurrentUserIdleTime
- added PowerShell Core Version check
- updated ListCloudCreds
- updated GetMcAfeeSitelistFiles
- added PrintMachineAndUserCertificateFiles
2021-02-07 23:13:14 +01:00

9 lines
138 B
C#

namespace winPEAS.Native.Structs
{
internal struct LastInputInfo
{
public uint Size;
public uint Time;
}
}