mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
Removed debug line
This commit is contained in:
parent
73bf5543af
commit
7ab1d5fc73
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ def do_search(self):
|
||||||
returncode, returnmsg, headers = h.getreply()
|
returncode, returnmsg, headers = h.getreply()
|
||||||
self.results = h.getfile().read()
|
self.results = h.getfile().read()
|
||||||
self.totalresults += self.results
|
self.totalresults += self.results
|
||||||
print self.results
|
|
||||||
|
|
||||||
def do_search_files(self, files):
|
def do_search_files(self, files):
|
||||||
h = httplib.HTTP(self.server)
|
h = httplib.HTTP(self.server)
|
||||||
|
|
Loading…
Reference in a new issue