DEV Community

Salah Hasanin
Salah Hasanin

Posted on

Answer: Windows 7 netcat error: 'nc' is not recognized as an internal or external

  • download NetCat from here https://eternallybored.org/misc/netcat/
  • unzip it and put is somewhere (eg: in C:)
  • use directly in the command prompt like: c:\netcat-1.11\nc google.com 80
  • optional: add to Environment Variables to be used from any context NetCat

Or install Nmap (includes Netcat)

To check whether ncat…

Top comments (0)