We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$HandleThreadId variable seems to be referenced before assignment (no other mention of it in the entire file):
$HandleThreadId
https://github.com/itm4n/PrivescCheck/blob/cbe802f54cbfe42483c5122a8e8cba1d44379954/src/check/Misc.ps1#L882C26-L882C40
I believe $TargetThreadId should be checked instead.
$TargetThreadId
The text was updated successfully, but these errors were encountered:
Fix issue #66 (incorrect variable name)
5668748
Indeed, nice catch! Thanks. It turns out there was a similar issue with the process ID.
Sorry, something went wrong.
No branches or pull requests
$HandleThreadId
variable seems to be referenced before assignment (no other mention of it in the entire file):https://github.com/itm4n/PrivescCheck/blob/cbe802f54cbfe42483c5122a8e8cba1d44379954/src/check/Misc.ps1#L882C26-L882C40
I believe
$TargetThreadId
should be checked instead.The text was updated successfully, but these errors were encountered: