- Apr 25, 2011
- 19,848
- 28,295
I am trying to store and query some domain data - just domain, date and scan results (I’m planning to do some periodic vulnerability scanning on a few sites).
What’s the best way of doing it? At the moment I’ve been experimenting with bash scripting and Mariadb but I don’t know if that’s over kill.
I really just want to loop through a list of domains and then keep a record of when the last scan was ran for each domain in the list.
My programming knowledge is quite basic - I’ve only done a little bit of bash scripting really.
This is partly a functional requirement of mine and partly an excuse to learn a bit more about programming.
What’s the best way of doing it? At the moment I’ve been experimenting with bash scripting and Mariadb but I don’t know if that’s over kill.
I really just want to loop through a list of domains and then keep a record of when the last scan was ran for each domain in the list.
My programming knowledge is quite basic - I’ve only done a little bit of bash scripting really.
This is partly a functional requirement of mine and partly an excuse to learn a bit more about programming.