August 2018
Intermediate to advanced
404 pages
10h 22m
English
As in the Unix case, pentestmonkey also has a small program to evaluate the configuration of the Windows operating system and to find possible privilege escalation weaknesses in it. This program is called windows-privesc-check.exe (https://github.com/pentestmonkey/windows-privesc-check/). The next screenshot shows an example of running it, displaying only security issues (in audit mode or --audit), performing the most basic sets of checks (-a), showing only results exploitable by the current user (-c), and saving the output, three files—.html, .txt and .xml—with the prefix privesc-check (-o privesc-check):

The following screenshot ...
Read now
Unlock full access