Netcat General

Netcat and VipMud

Started by Tsunami 7 posts last post 4 years ago

#1

Hi,

if someone can open a Netcat and their ports and have domain, the people an connect their Netcat with VipMud.

#3

It is a software and networking service.

#4

how to use it?
Where's it's website?

#5

cmd

nmap or sourceforge?

#6

hi all give me net cat me need give me please

#7


Hi all,
Windows version of Netcat is here:
https://eternallybored.org/misc/netcat/
Netcat is a command line program.
It is a very popular utility, it is usable for telnet, and more.
For example, you can communicate with an POP3 or SMTP mail server, if you know POP3 or SMTP protocol.
And, you can use netcat as a service. If you open a port on your computer, you can listen this port with Netcat. So, others can connects to your machine, and you can chat.
Or, you can listen a port, for example, an FTP port, and you or others can connect this port with ftp client, and if you know ftp protocol, you can type in netcat window as ftp server, and you can see the client's program answers.
Or, you can get a WEB page
Here is an FTP example:
Tri out this with Netcat:
Open a command line, go to Netcat's directory, and type these lines:
nc -v -t ftp.elf.stuba.sk 21
user anonymous
pass ieuser@
stat
quit