PowerMacG5
Diamond Member
I have a linux (Slackware 8.1) router that is running snort. It also has snortsnarf to create the visual representation of the snort logs. Now, I have snortnsarf being run from cron.daily, but I want to create a link on my router's home page to generate a snortsnarf page too. It's fine going to console, and executing it myself, but would prefer to have a link on my router's home page to generate an up to date report. I know in C++, I can execute shell commands from a program by saying system("command") (where command is the shell command I want to execute), is there some way to do that in HTML?