Difference between revisions of "Cryptcat"

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
(Added links to Function and/or Content Type)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
|purpose= Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities.
+
|purpose=Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities.
|image=
+
|homepage=http://sourceforge.net/projects/cryptcat/
|homepage= http://sourceforge.net/projects/cryptcat/
+
|license=GNU General Public License version 2.0 (GPLv2)
|license=
+
|platforms=Windows NT, BSD, and Linux
|platforms=
+
|function=File Copy
 
}}
 
}}
 +
{{Infobox tool details
 +
|ohloh_id=cryptcat
 +
}}
 +
= Description =
 +
Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities. It does everything that netcat does with the addition of Twofish encryption for more security. According to the project website, "Cryptcat is a simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol while encrypting the data being transmitted. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities". Cryptcat can also be used to send files or file copies to different locations in the same network. Cryptcat was created by farm9 and is licensed with the GNU General Public License version 2.0 (GPLv2).
 +
 +
===Platform===
 +
Cryptcat has ports for Windows NT, BSD, and Linux.
 +
 +
===Documentation and user support===
 +
The [http://cryptcat.sourceforge.net/info.php Cryptcat Project Information Page] provides brief information and support on how to use the program.
  
<!-- Delete the Categories that do not apply -->
+
Tutonics.com's article [http://www.tutonics.com/2012/05/encrypted-data-transfer-using-cryptcat.html "Encrypted Data Transfer Using Cryptcat"] offers a short tutorial on basic ways to use Cryptcat.
[[Category:File Copy]]
 
  
 +
[http://books.mcgraw-hill.com/downloads/osborne/products/0072222824/0072222824_ch01.pdf Chapter 1: Netcat and Cryptcat] in ''Anti-hacker Tool Kit'' by Mark Shema (2014), explains what both tools do and how to install and use the programs.
  
= Description =
+
A [http://manpages.ubuntu.com/manpages/lucid/man1/cryptcat.1.html Cryptcat manpage] is also available for viewing at Ubuntu.com.
Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities.  
 
  
 
= User Experiences =
 
= User Experiences =
 
+
*[https://revision3.com/haktip/how-to-use-cryptcat-for-encrypted-netcat/ Hak5 Cryptcat: Netcat Using Two-Fish Encryption]
  
 
= Development Activity =
 
= Development Activity =

Latest revision as of 19:23, 20 April 2021



Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities.
Homepage:http://sourceforge.net/projects/cryptcat/
License:GNU General Public License version 2.0 (GPLv2)
Platforms:Windows NT, BSD, and Linux
Function:File Copy


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt661d8db1b146c0_21878669


Description[edit]

Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities. It does everything that netcat does with the addition of Twofish encryption for more security. According to the project website, "Cryptcat is a simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol while encrypting the data being transmitted. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities". Cryptcat can also be used to send files or file copies to different locations in the same network. Cryptcat was created by farm9 and is licensed with the GNU General Public License version 2.0 (GPLv2).

Platform[edit]

Cryptcat has ports for Windows NT, BSD, and Linux.

Documentation and user support[edit]

The Cryptcat Project Information Page provides brief information and support on how to use the program.

Tutonics.com's article "Encrypted Data Transfer Using Cryptcat" offers a short tutorial on basic ways to use Cryptcat.

Chapter 1: Netcat and Cryptcat in Anti-hacker Tool Kit by Mark Shema (2014), explains what both tools do and how to install and use the programs.

A Cryptcat manpage is also available for viewing at Ubuntu.com.

User Experiences[edit]

Development Activity[edit]