hackstrip

Results 1 comments of hackstrip

The problem is probably the parsing of the preferences part of the nessus file, (see line 59 of scan.py) I had some success in changing 'root[0][1][0].findall("preference")' to 'root[0][2][0].findall("preference")'