netcat--Cat data to a network host and port- by Kevin Smith

Are you looking for FAQ: what is netcat and how do I use it?

Kevin Smith of Shadetree Software has allowed us to mirror this from his site.



This is a slightly newer version that the one currently circulating on the net.

The original version would read standard in and write it to the network port. The new version also monitors the network port for data being returned. Anything read back from the network port is put out on stdout.

Argument handling has been changed slightly

For debug output just use -d instead of -d 1

The space betwen the argument letter and the argument option is now optional.

        netcat -hhost -p9100
    
instead of
        netcat -h host -p 9100
    

Debug output looks like

    echo "`date`\f\c" | netcat -d -hspot -p9100
    Host: spot
    Port: 9100
    gethostbyname(spot)=0x408b10
    ip = 192.168.200.207
    socket()=4
    connect()=0

    >(s0)(r29)(s4)(w29)
    >(s0)(r0)EOF from 0--disconnecting
 

This means

  • Host is "spot"
  • Port is 9100
  • gethostbyname() succeeded and returned (struct hostent *)0x408b10 This value is useless except that a return of 0x0 means we were not able to resolve the host name. In which case you should also see a more descriptive message.
  • Host name resolved to ip 192.168.200.207
  • Network socket (file descriptor) is 4
  • Connect was successfull
  • 1) Read 29 bytes from socket 0 (stdin) and write 29 bytes to socket 4 (net)
  • 2) Read zero bytes from socket 0 (stdin)... EOF, done

  • netcat.c
  • gzip'ed ELF binary (dynamic libraries) (cc -O -belf -onetcat netcat.c -lsocket)
  • gzip'ed COFF binary (static libraries) (cc -O -onetcat netcat.c -lsocket)



    Click here to add your comments



    Don't miss responses! Subscribe to Comments by RSS or by Email

    Click here to add your comments


    If you want a picture to show with your comment, go get a Gravatar

    cartoon


    /KevinSmith/netcat.html copyright All Rights Reserved

    Have you tried Searching this site?

    Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates

    This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

    Publishing your articles here

    Jump to Comments



    Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.

    Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.

    We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.


book graphic unix and linux troubleshooting guide

My Troubleshooting E-Book will show you how to solve tough problems on Linux and Unix systems!



 I sell and support
 Kerio Mail server






More:














Change Congress