added Visual Syslog

This commit is contained in:
2026-03-22 21:34:43 -05:00
parent 694d3f0d5d
commit 742861560d
2 changed files with 14 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
- [PostgreSQL](Software/Postgresql.md)
- [VirtualBox](Software/VirtualBox.md)
- [Virtual Machine Manager](Software/VirtualMachineManager.md) (virt-manager)
- [Visual Syslog](Software/VisualSyslog.md)
- [VMWare Workstation](Software/VMWareWorkstation.md)
- [Wireshark](Software/Wireshark.md)
3. Tools

13
Software/VisualSyslog.md Normal file
View File

@@ -0,0 +1,13 @@
---
Classes:
- Networking for Cybersecurity
---
# Visual Syslog
Visual Syslog Server for Windows is a free open source program to receive and view syslog messages.
Unfortunately this software is windows-only.
It does run in Wine/Bottles on linux but due to permissions you can't use low numbered ports (port 1024 and lower), and the default is 514. You can change the used port in the software, but the routers we used in this class would not let you change the port they were sending to. If that isn't an issue for you, see the [Wine Document](../Tools/Wine.md).
Otherwise you will just have to run this inside a Windows VM and either pass-through your USB Ethernet Adapter, run the VM's network device in bridged mode, or forward port 514. The first option being the simplest by far.