From fe3b5b272cf12b22aff2bcd45fb46514b91e15d9 Mon Sep 17 00:00:00 2001 From: pemontto Date: Fri, 10 May 2019 19:22:48 +0100 Subject: [PATCH] remove debugging --- vulnwhisp/vulnwhisp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/vulnwhisp/vulnwhisp.py b/vulnwhisp/vulnwhisp.py index 75c2673..d6be65c 100755 --- a/vulnwhisp/vulnwhisp.py +++ b/vulnwhisp/vulnwhisp.py @@ -477,8 +477,6 @@ class vulnWhispererNessus(vulnWhispererBase): if self.scan_filter: self.logger.info('Filtering scans that match "{}"'.format(self.scan_filter)) - import code - code.interact(local=dict(globals(), **locals())) all_scans = [ x for x in all_scans if re.findall(self.scan_filter, x["scan_name"], re.IGNORECASE)