===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
empire-hub-1.0.2.2/hub.c-102-  struct hostent *he;
empire-hub-1.0.2.2/hub.c:103:  he = gethostbyaddr((char *)&a.sin_addr, sizeof(a.sin_addr), AF_INET);
empire-hub-1.0.2.2/hub.c-104-  if (he) return he->h_name; else return (inet_ntoa(a.sin_addr));
##############################################
empire-hub-1.0.2.2/hub.c-1156-	if (isdigit(*host)) {
empire-hub-1.0.2.2/hub.c:1157:		sock_in.sin_addr.s_addr = inet_addr(host);
empire-hub-1.0.2.2/hub.c-1158-	} else {