ASKER
A Linux distribution is an operating system made as a software collection based on the Linux kernel and, often, on a package management system and are available for a variety of systems. A typical Linux distribution comprises a Linux kernel, GNU tools and libraries, additional software, documentation, a window system (the most common being the X Window System), a window manager, and a desktop environment. Most Linux systems are open-source software made available both as compiled binaries and in source code form, allowing modifications to the original software. Over three hundred distributions are in active development, including commercially backed distributions (such as Fedora, openSUSE and Ubuntu) and community-driven distributions (such as Debian, Slackware, Gentoo and Arch Linux).
TRUSTED BY
It can listen on any port (e. g. 12345) by calling it as
nc -p 12345 -l
If you simply redirect it's output to a file ("nc -p 12345 -l > output.txt"), you'll have a dump of the contents it read (try connecting to the running instance, e. g. from the same host, by "nc localhost 12345" and type some text, end with Ctrl-C).