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