-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathCHANGELOG
47 lines (36 loc) · 1.71 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[12.1.2014]
Modified.: check to ensure services exist when enumerating
Modified.: check to ensure service paths exist when enumerating
[9.1.2014]
Added....: warning for when non-V2 powershell launched
[8.13.2014]
Modified.: added false positive filter for service .exe perms
Modified.: more verbose status output for invoke-allchecks
Modified.: service abuse functions now return the user/pw added
[7.21.2014]
Modified.: Get-ServicePerms now uses ErrorControl instead of binPath
[7.20.2014]
Modified.: Bug fix for Get-ServicePerms, better error handling in Get-ServiceUnquoted
[7.19.2014]
Modified.: Replaced Invoke-WmiMethod functionality with sc.exe functionality
Modified.: better error handling
[6.29.2014]
Added...: PowerUp.psd1 module manifest
[5.15.2014]
Modified.: bug fix in Invoke-AllChecks
[5.13.2014]
Modified.: Invoke-FindPathDLLHijack now checks if services are set to "Auto"
Modified.: path bug fixes in Write-ServiceEXE and Restore-ServiceEXE
[5.10.2014]
Modified.: small bug fix in Restore-ServiceEXE
[4.28.2014]
Released.: Version 1.1
Added....: Invoke-FindDLLHijack to find DLL hijacking opportunities
Added....: Invoke-FindPathDLLHijack to check %PATH% for hijackable service .DLLs
Added....: Get-UnattendedInstallFiles to reamining unattended installation files
Added....: Get-RegAlwaysInstallElevated to check for the AlwaysInstallElevated registry key
Added....: Write-UserAddMSI to produce a MSI installer that adds a user
Added....: Get-RegAutoLogon to check for the AlwaysInstallElevated registry key
Added....: Invoke-AllChecks to run all privesc checks and output a status report
[4.23.2014]
Released.: Version 1.0