idaholab / Malcolm

Malcolm is a powerful, easily deployable network traffic analysis tool suite for full packet capture artifacts (PCAP files), Zeek logs and Suricata alerts.
https://idaholab.github.io/Malcolm/
Other
353 stars 58 forks source link

GUIfy install.py for installation and configuration #483

Open mmguero opened 3 months ago

mmguero commented 3 months ago

Taking the curses-based configuration Python interfaces and augmenting them (NOT replacing them, as we still need text-based configuration for terminal-only, SSH, etc.) with a graphical interface using something cross-platform. So far I really like CustomTkinter but it's up for debate if there's something better.

All of the configuration options need to be covered in a way that makes sense (whether it's a wizard, tabs, whatever).