Home page logo
/
Intro Reference Guide Book Install Guide
Download Changelog Zenmap GUI Docs
Bug Reports OS Detection Propaganda Related Projects
In the Movies In the News

Sponsors

SolarWinds makes easy-to-use enterprise IT management software to help IT pros solve problems every day and help to enable efficient and effective management of networks and IT environments.

Join our online community of over 100,000 IT professionals talking shop. Get involved. Gain insights. Share tips and tricks. Visit thwack today!


Nmap Network Scanning

Connect Mode and Listen Mode

Ncat operates in one of two primary modes: connect mode and listen mode. Other modes, such as the HTTP proxy server, act as special cases of these two. In connect mode, Ncat works as a client. In listen mode it is a server.

In connect mode, the <hostname> and <port> arguments tell what to connect to. <hostname> is required, and may be a hostname or IP address. If <port> is supplied, it must be a decimal port number. If omitted, it defaults to 31337.

In listen mode, <hostname> and <port> control the address the server will bind to. Both arguments are optional in listen mode. If <hostname> is omitted, it defaults to listening on all available addresses over IPv4 and IPv6. If <port> is omitted, it defaults to 31337.

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]