=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ampr-ripd-2.4/ampr-ripd.c-1392- /* adjust and set 44.0.0.1 entry */ ampr-ripd-2.4/ampr-ripd.c:1393: if (rip->address == inet_addr("44.0.0.1")) ampr-ripd-2.4/ampr-ripd.c-1394- { ############################################## ampr-ripd-2.4/ampr-ripd.c-1798- sin.sin_family = PF_INET; ampr-ripd-2.4/ampr-ripd.c:1799: sin.sin_addr.s_addr = inet_addr(fwdest); ampr-ripd-2.4/ampr-ripd.c-1800- sin.sin_port = htons(IPPORT_ROUTESERVER); ############################################## ampr-ripd-2.4/ampr-ripd.c-2045- if (defgw) fprintf(stderr, "Warning: gateway \"%s\" does not resolve to an valid IP address or interface name, autodetecting.\n", defgw); ampr-ripd-2.4/ampr-ripd.c:2046: gateway = route_func(ROUTE_GET, inet_addr("8.8.8.8"), 32, 0); ampr-ripd-2.4/ampr-ripd.c-2047- } ############################################## ampr-ripd-2.4/ampr-ripd.c-2155- sin.sin_family = AF_INET; ampr-ripd-2.4/ampr-ripd.c:2156: sin.sin_addr.s_addr = inet_addr("224.0.0.9"); ampr-ripd-2.4/ampr-ripd.c-2157- memcpy(&group.gr_group, &sin, sizeof(sin)); ############################################## ampr-ripd-2.4/ampr-ripd.c-2216- sin.sin_family = PF_INET; ampr-ripd-2.4/ampr-ripd.c:2217: sin.sin_addr.s_addr = inet_addr(amprfwdest); ampr-ripd-2.4/ampr-ripd.c-2218- sin.sin_port = htons(IPPORT_ROUTESERVER); ############################################## ampr-ripd-2.4/ampr-ripd.c-2235- ampr-ripd-2.4/ampr-ripd.c:2236: if ((iph->daddr == inet_addr("224.0.0.9")) && ampr-ripd-2.4/ampr-ripd.c:2237: (iph->saddr == inet_addr("44.0.0.1")) && ampr-ripd-2.4/ampr-ripd.c-2238- (udh->dest == htons(IPPORT_ROUTESERVER)) &&