=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== iptux-0.7.6/scripts/build_in_docker_ubuntu1604.sh-4- iptux-0.7.6/scripts/build_in_docker_ubuntu1604.sh:5:cd `dirname $0`/.. iptux-0.7.6/scripts/build_in_docker_ubuntu1604.sh-6-apt-get update ############################################## iptux-0.7.6/src/iptux/Command.cpp-57- addr.sin_port = htons(IPTUX_DEFAULT_PORT); iptux-0.7.6/src/iptux/Command.cpp:58: tlist = list = get_sys_broadcast_addr(sock); iptux-0.7.6/src/iptux/Command.cpp-59- while (tlist) { ############################################## iptux-0.7.6/src/iptux/support.cpp-332- */ iptux-0.7.6/src/iptux/support.cpp:333:GSList *get_sys_broadcast_addr(int sock) { iptux-0.7.6/src/iptux/support.cpp-334- const uint8_t amount = 5; //支持5个IP地址 ############################################## iptux-0.7.6/src/iptux/support.cpp-340- iptux-0.7.6/src/iptux/support.cpp:341: list = g_slist_append(NULL, GUINT_TO_POINTER(inet_addr("255.255.255.255"))); iptux-0.7.6/src/iptux/support.cpp-342- ifc.ifc_len = amount * sizeof(struct ifreq); ############################################## iptux-0.7.6/src/iptux/support.cpp-372- */ iptux-0.7.6/src/iptux/support.cpp:373:GSList *get_sys_host_addr(int sock) { iptux-0.7.6/src/iptux/support.cpp-374- const uint8_t amount = 5; //支持5个IP地址 ############################################## iptux-0.7.6/src/iptux/support.cpp-416- iptux-0.7.6/src/iptux/support.cpp:417: if (!(tlist = list = get_sys_host_addr(sock))) return NULL; iptux-0.7.6/src/iptux/support.cpp-418- ############################################## iptux-0.7.6/src/iptux/support.h-35-void socket_enable_reuse(int sock); iptux-0.7.6/src/iptux/support.h:36:GSList *get_sys_broadcast_addr(int sock); iptux-0.7.6/src/iptux/support.h:37:GSList *get_sys_host_addr(int sock); iptux-0.7.6/src/iptux/support.h-38-char *get_sys_host_addr_string(int sock);