4450 shaares
Here's how to create UDP syslog messages via nc, netcat: echo '<14>sourcehost message text' | nc -v -u -w 0 localhost 514 Replace localhost with the syslog server, of course. "sourcehost" is a string identifying the source; can be anything. The 14 is a combination of the severity (low 3 bits) and the service (high N…