Skip to content

Instantly share code, notes, and snippets.

View kyparisisg's full-sized avatar

Giannis kyparisisg

View GitHub Profile
@kyparisisg
kyparisisg / syslog_netcat.sh
Created September 14, 2021 15:41 — forked from dwallraff/syslog_netcat.sh
Use netcat to send syslog messages
# Here’s how to create UDP syslog messages via nc, netcat:
echo<14>_sourcehost_ messagetext’ | nc -v -u -w 0 _syslog-host_ 514