Netcat Gui 1.2 -

Pull requests welcome. Please read CONTRIBUTING.md.

Development setup:

git clone https://github.com/example/netcat-gui
cd netcat-gui
npm install   # or pip install -r requirements.txt
npm start

Disclaimer: Only use on systems you own or have written permission to test. Netcat Gui 1.2

Want to test internal network connectivity without setting up IRC or Slack?

Netcat doesn't natively do SSL. However, you can pair Netcat Gui 1.2 with stunnel. Configure stunnel to listen on port 8080 (SSL) and forward to localhost:8081. Point Netcat Gui to localhost:8081. The GUI will treat it as plaintext, but the traffic leaves encrypted. Pull requests welcome

While many wrappers exist, Netcat Gui 1.2 distinguished itself by focusing on essential functionality without unnecessary bloat.

Because Netcat Gui 1.2 is built on .NET Framework 4.7.2, Linux users will need mono-complete. After installing Mono: Disclaimer: Only use on systems you own or

wget [official_url]/Netcat_Gui_1.2.exe
mono Netcat_Gui_1.2.exe

Important: You may need to install netcat-traditional separately (sudo apt install netcat-traditional) and point the GUI to its path in Settings.

Even great software has quirks. Here is how to fix frequent problems in Netcat Gui 1.2: