Set a temporary tag parser.

This commit is contained in:
Bret N 2015-05-27 21:30:52 -04:00
parent 4552322fed
commit 8121b66b33

View file

@ -363,6 +363,9 @@ def start(argv):
search.process_vhost()
res = search.get_allhostnames()
for x in res:
x = re.sub(r'[[\<\/?]*[\w]*>]*','',x)
x = re.sub('<','',x)
x = re.sub('>','',x)
print l + "\t" + x
vhost.append(l + ":" + x)
full.append(l + ":" + x)