ghost-ng
ghost-ng
not a false positive, as someone else posted here, VT identifies it as a "Hacker Program" and it looks like it is specifically flagged for exactly that reason. I suggest...
reproduced in win11
this helped me, it had to do with the escape characters to properly format the domain & username entry. self.username = f'{domain}\\{username}' if domain else username p = Protocol( endpoint=endpoint,...
i ran into this still, i used the following which i think helped fixed the timeouts for me. p = Protocol( endpoint=endpoint, transport='ntlm', username=self.username, password=self.password, server_cert_validation='ignore', operation_timeout_sec=1000, # Set timeout...
figured it out when the perf objects have multiple instances - so i can now get the remote processes, still having issues if instances are 0. https://github.com/ghost-ng/slinger src/slingerpkg/lib/winreg.py |---- def...
im fairly certain this is not the best way to do this, but i solved the problem with a loop: ``` for { socksClient, err := remoteListener.Accept() if err !=...
I just got the same error. I can't open the log though - it seems there is still a handle to it (notepadd++ says it can't find it and wants...
lol i still have the same problem - i find myself here searching for the mythical copy/paste solution that randomly stops in vmware workstation