File "main.py", line 48, in
h = Handle(args.docxtype, args.exceltype)
File "D:\NessusToReport\modle\handle.py", line 57, in init
self.LOOPHOLES.run()
File "D:\NessusToReport\modle\common\loophole\loopholes.py", line 185, in run
self._get_init_nessus()
File "D:\NessusToReport\modle\common\loophole\loopholes.py", line 105, in _get_init_nessus
if IPy.IP(host) in IPy.IP(nessus_ignore_ip, make_net=True):
File "C:\Users\HotSauce\AppData\Local\Programs\Python\Python38-32\lib\site-packages\IPy.py", line 249, in init
(self.ip, parsedVersion) = parseAddress(ip, ipversion)
File "C:\Users\HotSauce\AppData\Local\Programs\Python\Python38-32\lib\site-packages\IPy.py", line 1422, in parseAddress
bytes = [int(x) for x in bytes]
File "C:\Users\HotSauce\AppData\Local\Programs\Python\Python38-32\lib\site-packages\IPy.py", line 1422, in
bytes = [int(x) for x in bytes]
ValueError: invalid literal for int() with base 10: 'www'
File "main.py", line 48, in
h = Handle(args.docxtype, args.exceltype)
File "D:\NessusToReport\modle\handle.py", line 57, in init
self.LOOPHOLES.run()
File "D:\NessusToReport\modle\common\loophole\loopholes.py", line 185, in run
self._get_init_nessus()
File "D:\NessusToReport\modle\common\loophole\loopholes.py", line 105, in _get_init_nessus
if IPy.IP(host) in IPy.IP(nessus_ignore_ip, make_net=True):
File "C:\Users\HotSauce\AppData\Local\Programs\Python\Python38-32\lib\site-packages\IPy.py", line 249, in init
(self.ip, parsedVersion) = parseAddress(ip, ipversion)
File "C:\Users\HotSauce\AppData\Local\Programs\Python\Python38-32\lib\site-packages\IPy.py", line 1422, in parseAddress
bytes = [int(x) for x in bytes]
File "C:\Users\HotSauce\AppData\Local\Programs\Python\Python38-32\lib\site-packages\IPy.py", line 1422, in
bytes = [int(x) for x in bytes]
ValueError: invalid literal for int() with base 10: 'www'