mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Code review.
This commit is contained in:
parent
c4c0c11ff7
commit
31cdfab37d
1 changed files with 2 additions and 1 deletions
3
securitytrailsparser.py
Normal file → Executable file
3
securitytrailsparser.py
Normal file → Executable file
|
@ -34,4 +34,5 @@ def parse_text(self):
|
|||
self.hostnames.add(str(line).replace('"', '').replace(',', '') + '.' + self.word)
|
||||
else:
|
||||
continue
|
||||
return list(self.ips), list(self.hostnames)
|
||||
return list(self.ips), list(self.hostnames)
|
||||
|
||||
|
|
Loading…
Reference in a new issue