Pinned Loading
-
Parse UAC consent prompt events with...
Parse UAC consent prompt events with information about the called process 1$ScanResultsPath = ".\UacPrompts.csv"
2$DateFormat = "yyyyMMddHHmmss"
34$isAdmin = ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")
5if (-not $isAdmin) {
-
Helper functions to extract redirect...
Helper functions to extract redirect chains and cert SAN 1import re
2import ssl
3import socket
4import requests
5import urllib3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.