Example #1
0
 def webinfo(self):
     whg = GatherHost(self.url, self.headers)
     whg.web_host()
Example #2
0
 def webinfo(self):
     web = GatherHost(self.url, self.headers)
     web.web_host()
Example #3
0
 def serveros(self):
     os = GatherHost(self.url, self.headers)
     os.os_server()
Example #4
0
 def serveros(self):
     whg = GatherHost(self.url, self.headers)
     whg.os_server()