===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.3.21.py-3579-
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.3.21.py:3580:  def GetHostIpAddr(self, host):
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.3.21.py-3581-    return socket.gethostbyname(host)
##############################################
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.3.21.py-3602-      try:
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.3.21.py:3603:        ipaddr = self.GetHostIpAddr(host)
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.3.21.py-3604-        server = '%s:%s' % (ipaddr, port)
##############################################
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.4.6a.py-6569-
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.4.6a.py:6570:  def GetHostIpAddr(self, host):
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.4.6a.py-6571-    return socket.gethostbyname(host)
##############################################
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.4.6a.py-6602-      try:
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.4.6a.py:6603:        ipaddr = self.GetHostIpAddr(host)
pagekite-1.5.2.200603/scripts/legacy-testing/pagekite-0.4.6a.py-6604-        server = '%s:%s' % (ipaddr, port)
##############################################
pagekite-1.5.2.200603/scripts/pagekite_test.py.old-116-
pagekite-1.5.2.200603/scripts/pagekite_test.py.old:117:  def GetHostIpAddr(self, host):
pagekite-1.5.2.200603/scripts/pagekite_test.py.old-118-    if host == 'localhost': return '127.0.0.1'