4 projects tagged "Apache 2.0"
Trojan scan is a simple shell script that allows for simple but relatively effective checking for trojans, rootkits and other malware that may be using your server and network for unwanted (and possibly illegal) purposes. It works by listing all processes that use the Internet with the lsof command (using -Pni flags). This list is then transformed into signatures in the form of process_name:port_number:user. These signatures then are matched against the allowed process defined in the configuration. If any signatures of running processes are found that do not match the allowed signatures, an email report is sent including ps, ls, and optional lsof output.
IPv6 CARE, "IPv6 Compliant Automatic Runtime Environment", provides an environment where applications instantly become IPv6-compliant ('patch' mode, see RFC6535). It can also generate a diagnosis about the IPv6 compliance of an application ('check' mode). It uses an LD_PRELOAD-based library injection technique.
vzhaipd (scoyo's Virtuozzo/OpenVZ HA IP Daemon) is a set of mount/umount Container scripts for Parallels Virtuozzo or OpenVZ that will make sure a HA IP is always present on one of two or more Containers. You can think of it as the poor man's VRRP for Virtuozzo and OpenVZ Containers. Use it for general service availability, software load-balancer failover, etc.