Difference between revisions of "Netcat"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m (New page: Netcat has been described as "a buffed up version of telnet that has many options that allow it to do many things" and "the TCP/IP swiss army knife." Some erroneously label it a hacker's ...)
 
Line 6: Line 6:
 
Netcat is a SourceForge project:
 
Netcat is a SourceForge project:
 
* http://netcat.sourceforge.net/
 
* http://netcat.sourceforge.net/
 +
 +
Symantec detecting Netcat as a "hack tool"
 +
 +
12/15/05 - Symantec is now detecting Netcat as HackTool.NetCat. The default action of Norton AntiVirus is to delete the program so be careful that it doesn't get removed. Netcat is no more an attack tool than any file transfer or remote access program. It does not exploit any vulnerability, contain any malicious code, or attempt to hide its presence. It is ironic that Symantec lists netcat on their own security tools library where it is described as, "Windows NT/9x Netcat is the port of the simple Unix utility which reads and writes data across network connections, using TCP or UDP transport protocols."
 +
 +
To avoid detection (if you are testing it as a backdoor) use cryptcat.
 +
* http://www.securityfocus.com/tools/1754
 +
"Cryptcat is the standard netcat enhanced with twofish encryption."
 +
 +
 
 +
 +
 
 +
  
 
[[Category:Computer_Technology]]
 
[[Category:Computer_Technology]]
 
[[Category:Networking]]
 
[[Category:Networking]]
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 08:05, 10 August 2007

Netcat has been described as "a buffed up version of telnet that has many options that allow it to do many things" and "the TCP/IP swiss army knife." Some erroneously label it a hacker's tool, while many consider it a network engineer's right hand.

An article describing Netcat usage:

Netcat is a SourceForge project:

Symantec detecting Netcat as a "hack tool"

12/15/05 - Symantec is now detecting Netcat as HackTool.NetCat. The default action of Norton AntiVirus is to delete the program so be careful that it doesn't get removed. Netcat is no more an attack tool than any file transfer or remote access program. It does not exploit any vulnerability, contain any malicious code, or attempt to hide its presence. It is ironic that Symantec lists netcat on their own security tools library where it is described as, "Windows NT/9x Netcat is the port of the simple Unix utility which reads and writes data across network connections, using TCP or UDP transport protocols."

To avoid detection (if you are testing it as a backdoor) use cryptcat.

"Cryptcat is the standard netcat enhanced with twofish encryption."