We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f47af1e + d9403c7 commit 9939d2cCopy full SHA for 9939d2c
1 file changed
implant/sliver/priv/priv_windows.go
@@ -215,7 +215,7 @@ func impersonateUser(username string) (token windows.Token, err error) {
215
}
216
217
// We do not need full process info here, just PID and executable name
218
- p, err := ps.Processes(false)
+ p, err := ps.Processes(true)
219
if err != nil {
220
return
221
0 commit comments