i am trying to connect two hosts using netcat. i have downloaded netcat for windows, but when i run the command nc -L -vv -p 4444
, it fails with the error nc: forward host lookup failed: h_errno 11001: HOST_NOT_FOUND
! I have tried specifying ip 127.0.0.1 and using -l instead of -L, but it didn't make a difference
does anyone kow how to stop this?!