Untitled
unknown
plain_text
a year ago
226 B
12
Indexable
$listener = [System.Net.Sockets.TcpListener]2705 $listener.Start() Write-Output "Listening on port 2705..." Test-NetConnection 10.20.10.147 -Port 2705 $listener.Stop() nc -l -p 2705 $listener.Stop()
Editor is loading...
Leave a Comment