Forum Discussion

Stefan_Klotz_85's avatar
Jul 14, 2014
Solved

TCP monitor with sending a byte sequence

One of our customers is using a TCP/IP based application and instead of using the default TCP monitor, they will check their application with sending a specific byte sequence after the TCP connect. I...
  • 0x0ff_info_1420's avatar
    Jul 23, 2014

    Why do you use -l parameter ? It's mean listen so, your commands wait for connexion and send your binary payload.

     

    The nc error message tell you that you can't listen on an interface you don't own. Till now, I didn't know we could specify the address. :p

     

    But what you do there is not what I wanted to explain to you in my first post. I told you (but not clearly, i admit :p) that you could use regular TCP monitor in TMSH or GUI. In the field Send String and in the field Receive String you can actually use the escaped string. ;) More simple than with the nc script no ?