Skip to content

Commit 3879379

Browse files
author
Matt Lebrun
committed
Cleaned up test attribute
1 parent d7de6f0 commit 3879379

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

masscan/masscan.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,6 @@ def analyse_masscan_xml_scan(self, masscan_xml_output=None, masscan_err='', mass
391391

392392
scan_result['scan'] = {}
393393

394-
self._dom_hosts = dom.findall('host')
395-
396394
for dhost in dom.findall('host'):
397395
# host ip, mac and other addresses
398396
host = None

0 commit comments

Comments
 (0)