–with-python
I made some changes to the sussen & sussen-sensor build systems. They now both require the option –with-python when running configure. Previously, I had just hard coded the Python values in the Makefile.am,which isn’t really a good idea. I found a python.m4 macro (from INN) that handles the necessary detection. Changes have been checked into [...]
sussen-plugins: 2.5% done
Did some more work on sussen-plugins. They were mostly vulnerabilities for Cisco products. As I mentioned before, we need an SNMP module to write the scripts for these. Latest plugins are in CVS.
sussen-plugins: 1.3% done
Working more on sussen-plugins today. I’m in the middle of a bunch of Cisco vulnerabilities and the NASLs use SNMP to query the IOS version. It then uses the version to determine if it’s vulnerable to a particular bug. There is no SNMP module in Python by default. Need to acquire one. Lastest plugins have [...]