netcatgui icon indicating copy to clipboard operation
netcatgui copied to clipboard

NetcatGUI is a simple GUI program that is set to emulate the popular network "swiss army knife" tool netcat (nc) using an easy to use graphical user interface and cross platform availability.

Results 4 netcatgui issues
Sort by recently updated
recently updated
newest added

In *NcSessionListenWidget::hostConnectionError()* you have: > hostDisconnect(); > ... > QMessageBox::critical( ... .arg(hostConnection->errorString())); but hostDisconnect() already deallocates the *hostConnection* (i.e. QTcpSocket*), so you should not refer to its errorString() method() any...

When use nc clientIP port < xxx.tar.gz , sever is in listen state mode. Excute it, and an error happened! Ncat: Connection reset by peer.

![image](https://cloud.githubusercontent.com/assets/5665732/5198130/aa685738-754d-11e4-90cd-3efaf45be8ca.PNG)