From a274341d23de3ed908e0b504bb025cae093ac2e3 Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Wed, 27 Dec 2017 10:42:08 -0500 Subject: [PATCH] Removing commented code --- vulnwhisp/vulnwhisp.py | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/vulnwhisp/vulnwhisp.py b/vulnwhisp/vulnwhisp.py index 24ab211..6b7e158 100755 --- a/vulnwhisp/vulnwhisp.py +++ b/vulnwhisp/vulnwhisp.py @@ -496,24 +496,3 @@ class vulnWhisperer(object): vw = vulnWhispererQualys(config=self.config) vw.process_web_assets() - - - - - - - -''' - for f in folders: - if not os.path.exists(self.path_check(f['name'])): - if f['name'] == 'Trash' and self.nessus_trash: - os.makedirs(self.path_check(f['name'])) - elif f['name'] != 'Trash': - os.makedirs(self.path_check(f['name'])) - else: - os.path.exists(self.path_check(f['name'])) - self.vprint('{info} Directory already exist for {scan} - Skipping creation'.format( - scan=self.path_check(f['name' - ]), info=bcolors.INFO)) - -''' \ No newline at end of file