Linux NC command example

Source: Internet
Author: User

In the NC command in Linux,-l follows the listening port, and-P follows the local port used to establish a connection with the target host. The two cannot be used at the same time.

 

NC-l 1234

NC 127.0.0.1 1234
Establish a connection in Port 1234 and send input to each other

NC-P 1234-W 5 host.example.com 80
Establishes a port 80 connection from local port 1234 to host.example.com, and times out in 5 seconds.
NC-UHost.example.com 53
U is a UDP connection

Echo-n "Get/HTTP/1.0" R "N" R "N" | NC host.example.com 80
Connect to the host and execute

NC-V-ZHost.example.com 70-80
Scan port (70 to 80), which can be specified. -V: Output details.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.