约 722,000 个结果
在新选项卡中打开链接
  1. networking - Are there netcat-like tools for Windows which are …

    I used to use netcat for Windows to help track down network connectivity issues. However these days my anti-virus software (Symantec - but I understand others display similar behaviour) …

  2. Use netcat to listen on a port and send output from a command …

    2020年3月18日 · Use netcat to listen on a port and send output from a command when a client connects Ask Question Asked 5 years, 9 months ago Modified 5 years, 9 months ago

  3. linux - Sending file via netcat - Super User

    2010年1月20日 · Because netcat both reads stdin and writes stdout simultaneously, sending anything read from stdin out to the network and printing anything received from the network on …

  4. security - Is NetCat command dangerous? - Super User

    2019年7月17日 · Netcat is not dangerous "per se". Usually security areas recommend not to include any advanced diagnostic tool that may allow an attacker with access to console to get …

  5. What is the difference between telnet and netcat? - Super User

    2019年7月19日 · 44 I am looking for an explanation where I can find the difference between telnet and netcat. In which cases should I use telnet and netcat? What a telnet can do that netcat …

  6. Can the telnet or netcat clients communicate over SSL?

    2015年7月24日 · I would like to test client connections with IMAP over SSL, HTTPS, and other secure text-based Internet protocols over SSL/TLS, the same way I would using telnet or …

  7. How can I pipe commands to a netcat that will stay alive?

    echo command | netcat host port This results in the command being sent to the remote host and some data being read back. But after a few seconds, the connection closes. The -w parameter …

  8. linux - Capture TCP stream with tcpdump/netcat - Super User

    2024年6月26日 · However when I use netcat nc -v <ip address> 9101 then I get the full stream in real time. The problem is I want to capture the stream to a file in binary format.

  9. netcat - nc and socat parallel listening the same TCP port - Super …

    2024年9月13日 · Some device sending into 1234/TCP Linux machine some data. Now I using nc and socat command for handle the data and process it but when using 1st command 2nd …

  10. What is the Windows equivalent of the command "nc …

    2017年9月8日 · I installed it, what should I do now? the commands still do not work. The new application "Nmap - Zenmap GUI" with the above command just shows me that the server is …