mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
commit
ec7f8beea9
1 changed files with 2 additions and 1 deletions
|
@ -430,7 +430,8 @@ def start(argv):
|
|||
for x in vhost:
|
||||
file.write('<vhost>' + x + '</vhost>')
|
||||
file.write('</theHarvester>')
|
||||
file.close
|
||||
file.flush()
|
||||
file.close()
|
||||
print "Files saved!"
|
||||
except Exception as er:
|
||||
print "Error saving XML file: " + er
|
||||
|
|
Loading…
Reference in a new issue