mrschyte / nmap-converter

Python script for converting nmap reports into XLS
BSD 2-Clause "Simplified" License
336 stars 87 forks source link

xls error #7

Closed stilwellj1983 closed 4 years ago

stilwellj1983 commented 4 years ago

I am getting the below errors when I try to run the xml to xls converter.

File "./nmap-converter.py", line 228, in main(reports, workbook) File "./nmap-converter.py", line 203, in main sheet_func(workbook, sheet, report) File "./nmap-converter.py", line 157, in generate_results module = ServiceModule(host, service) File "./nmap-converter.py", line 33, in init super(ServiceModule, self).init(host) TypeError: super() argument 1 must be type, not classobj

stilwellj1983 commented 4 years ago

fixed