Removed htmlExport for HtmlExport.py

This commit is contained in:
NotoriousRebel 2019-08-21 23:43:19 -04:00
parent f1fd7bd8c8
commit cf74f35d98
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
from theHarvester.discovery import *
from theHarvester.discovery.constants import *
from theHarvester.lib import hostchecker
from theHarvester.lib import htmlExport
from theHarvester.lib import HtmlExport
from theHarvester.lib import reportgraph
from theHarvester.lib import stash
from theHarvester.lib import statichtmlgenerator
@ -932,7 +932,7 @@ def start():
Html_file.close()
print('[*] Reporting finished.')
print('[*] Saving files.')
html = htmlExport.htmlExport(
html = HtmlExport.HtmlExport(
all_emails,
full,
vhost,

View file

@ -162,4 +162,4 @@ def writehtml(self):
except:
print('Exception' + x) # Send to logs.
file.close()
return 'ok'
return 'ok'