
Netcat
Sign in to saveAlso known as nc
netcat (often abbreviated to nc) is a computer networking utility for reading from and writing to network connections using TCP or UDP. The command is designed to be a dependable back-end 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 investigation tool, since it can produce almost any kind of connection its user could need and has a number of built-in capabilities.
Key facts
- Software.name
- netcat
- Software.screenshot
- frameless
- Software.caption
- The command
- Software.author
- Hobbit*
- Software.developer
- Avian Research
- Software.latest_release_version
- 1.10
- Software.operating_system
- Unix and Unix-like, DOS, Microsoft Windows, Windows CE
- Software.genre
- Network utility
- Software.license
- Original version: custom, permissive licenseGNU version: GPLOpenBSD version: BSD
- Software.discontinued
- yes
via Wikipedia infobox
Wikidata facts
- Official website
- nc110.sourceforge.net
- Image
- Netcat.png
Show 5 more facts
- Stack Exchange tag
- stackoverflow.com/tags/netcat
- inception
- 1995-10-28
- Commons category
- Netcat
- name
- nc
- has command line option
- --verbose
Sources (11)
via Wikidata · CC0
~5 min read
Article
6 sectionsContents
- Features
- Ports and reimplementations
- ncat
- See also
- References
- External links
netcat (often abbreviated to nc) is a computer networking utility for reading from and writing to network connections using TCP or UDP. The command is designed to be a dependable back-end 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 investigation tool, since it can produce almost any kind of connection its user could need and has a number of built-in capabilities.
It is able to perform port scanning, file transferring and port listening.