Esempio n. 1
0
 def emails(self):
     import soup
     rawres = soup.parser(self.nextresults, self.host)
     return rawres.emails()
Esempio n. 2
0
 def hosts(self):
     import soup
     rawres = soup.parser(self.nextresults, self.host)
     return rawres.hostnames_all()