15579 projects tagged "Linux"
iplog is a TCP/IP traffic logger. Currently, it is capable of logging TCP, UDP, and ICMP traffic. iplog is able to detect TCP port scans, TCP null scans, FIN scans, UDP and ICMP "smurf" attacks, bogus TCP flags, TCP SYN scans, TCP "Xmas" scans, ICMP ping floods, UDP scans, and IP fragment attacks. iplog is able to run in promiscuous mode and monitor traffic to all hosts on a network. iplog uses libpcap to read data from the network and can be ported to any system that supports pthreads and on which libpcap will function.
syslog-ng is a syslogd replacement for a wide variety of UNIX systems that supports IPv6 and is capable of transferring log messages reliably using TCP and SSL and filtering the content of messages using regular expressions. Both RFC3164 and RFC5424 style messages are handled, but more esoteric formats like BSD process accounting logs are supported too. Apart from regular text files, it supports storing messages into SQL and MongoDB databases, and forward messages to local processes via pipes or UNIX domain sockets. This makes syslog-ng ideal as an integration platform. syslog-ng supports extracting structured information from the traditionally text based syslog via csv-parser(), db-parser(), and patterndb. Tag based classification, rewriting messages, and outputting messages in JSON is also possible. This makes syslog-ng ideal for preprocessing events for further analysis, be that home-grown scripts or SIEM systems. syslog-ng scales well on today's multi processor and multi-core systems: reaching 1,000,000 messages per second is a reality for the simplest use cases.
BetaFTPD is a single-threaded FTP daemon. The single-threadedness makes it faster than most other FTP daemons (contrary to common belief), and makes it extremely light on memory. Although it lacks a few functions (which you probably won't miss), the current version is very small and has a decent amount of functionality. BetaFTPD is built on the concept of heavy code reuse, which should hopefully make it easier for other programmers to contribute.
xps dynamically displays in an X Window the Unix processes as a tree or forest, the roots on the left and the leaf processes on the right. The status of each process (running, sleeping, stopped, etc.) can be indicated by a color. Different users appear as different colors. Process selection can be made per user, all users or through a regular expression pattern. A process can be selected to show ps information or to send the process a signal.
PPTP Client allows you to connect to a PPTP server from a Linux box. It sets up a PPTP call, after which the PPP daemon establishes a PPP link over that PPTP call. The client can access PPTP-based VPNs. Besides remote access to internal corporate networks, some CATV and ADSL ISPs are using PPTP to provide Internet access to their customers.
DLC (Dynamically Loadable Classes) is a compact utility that allows loading of shared libraries with C++ classes at runtime in an elegant and convenient way. It has been tested on a Linux platform with gcc 2.95.2, but should work on other ELF platforms as well. A C++ compiler with RTTI support is required.