![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To send a message to another system | aajan | UNIX for Advanced & Expert Users | 4 | 06-07-2007 01:30 AM |
| error-when trying to send the message thru email. | MARY76 | Shell Programming and Scripting | 5 | 02-06-2007 04:10 PM |
| Send message from Unix to PC | mnagaya | UNIX for Dummies Questions & Answers | 3 | 03-21-2006 04:40 PM |
| How to Send warning message to user | sollin | Shell Programming and Scripting | 1 | 12-21-2005 04:16 AM |
| send message across terminals | ST2000 | UNIX for Dummies Questions & Answers | 2 | 12-06-2002 05:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
||||
|
I am analyzing snoop output and want to send "Hello world" to a remote system. I want to see if the message received is encrypted or not.
can I use ping to send a text message? like ping "helloworld" <IP Addr> Please help. Thank you |
|
||||
|
man ping
Code:
-p pattern
You may specify up to 16 ``pad'' bytes to fill out the packet you
send. This is useful for diagnosing data-dependent problems in a
network. For example, ``-p ff'' will cause the sent packet to be
filled with all ones.
|
|
||||
|
-p in my ping (solaris 5.8) is to specify port and not pattern
-p port
Set the base UDP port number used in probes. This option is used with the -U option. The default base port number is 33434. The ping utility starts setting the destination port number of UDP packets to this base and increments it by one at each probe. |
|
||||
|
nslookup should be sending a UDP/IP DNS queries, give it some time.
|
| Sponsored Links | ||
|
|