You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the control command in sliver/implant/sliver/handlers/handlers.go. In line 556, I used cmd.SysProcAttr = &syscall.SysProcAttr{HideWindow: true} to hide the window, but after the modification, I used make or go build to compile the client and server, but the line of code did not take effect
I found the control command in sliver/implant/sliver/handlers/handlers.go. In line 556, I used cmd.SysProcAttr = &syscall.SysProcAttr{HideWindow: true} to hide the window, but after the modification, I used make or go build to compile the client and server, but the line of code did not take effect
The text was updated successfully, but these errors were encountered: