The Wayback Machine - http://web.archive.org/web/20200610131453/https://github.com/topics/netcat
Skip to content
#

netcat

Here are 130 public repositories matching this topic...

djcater
djcater commented Jan 12, 2020

Sometimes you see this message in Nmap output:

Warning: xxx.xxx.xxx.xxx giving up on port because retransmission cap hit (10).

It would be nice to add the port number here as well, in case you want to manually investigate that host and port after the scan has finished.

Something like:

Warning: xxx.xxx.xxx.xxx giving up on port 12345/tcp because retransmission cap hit (10).
``
TheDiveO
TheDiveO commented Apr 26, 2019

In order to connect to a websocket service inside a pod in a minikube setup, I need to address the Kubernetes remote API which then demands a client certificate (~/.minikube/client.crt and ~/.minikube/client.key). I also have the server's CA ( ~/.minikube/ca.crt).

curl allows to use these certs with the --cert, --key, and --cacert options.

Does websocat also support specifyin

Improve this page

Add a description, image, and links to the netcat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the netcat topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.