.:[ packet storm ]:.
                               
plan for the worst
plan for the worst

 Section:  .. / UNIX / security  /

Page 4 of 6
<< 1 2 3 4 5 6 >> Files 75 - 100 of 128
Currently sorted by: File SizeSort By: File Name, Last Modified

 ///  File Name: jail_1.9a.tar.gz
Description:
Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. The main goal of Jail is to be as simple as possible, and highly portable. The most difficult step when building a chrooted environment is to set up the right libraries and files. Here, Jail comes to the rescue with a tool to automatically configures & builds all the required files, directories and libraries.
Author:Juan Casillas
Homepage:http://www.jmcresearch.com/projects/jail/
Changes:Various feature enhancements.
File Size:45210
Last Modified:Feb 6 17:04:00 2004
MD5 Checksum:06824a1255ce3da1bb86cb806bf15535

 ///  File Name: voodoo2.tar.gz
Description:
Libvoodoo is a library which makes heap overflow exploitation much easier by providing the user with valuable internal data from Doug Lea's malloc implementation.
Author:Boldface
Homepage:http://www.u-n-f.com/voodoo.html
File Size:44264
Last Modified:Jun 10 03:24:21 2002
MD5 Checksum:703a0930d0c1ea65de3e22966afb88f3

 ///  File Name: taranis-0.81.tar.gz
Description:
Taranis redirects traffic on switch hardware by sending spoofed ethernet traffic. This is not the same as an ARP poisoning attack as it affects only the switch, and doesn't rely on ARP packets. Plus, it is virtually invisible because the packets it sends aren't seen on any other port on the switch. Evading detection by an IDS that may be listening on a monitoring port is as simple as changing the type of packet that is sent by the packet spoofing thread.
Author:Jonathan Wilkins
Homepage:http://www.bitland.net/taranis
File Size:42978
Last Modified:Aug 16 00:42:15 2001
MD5 Checksum:9c30fff9a4e546b1a1435bb06e641aae

 ///  File Name: netspoc-1.1.tar.gz
Description:
Network Security Policy Compiler (NetSPoC) is a tool for security management of large networks with different security domains. It generates configuration files for packet filters controlling the borders of security domains. It provides its own language for describing security policy and the topology of a network. The security policy is a set of rules that state which packets are allowed to pass the network and which are not. NetSPoC is topology aware - a rule for traffic from A to B is automatically applied to all managed packet filters on the path from A to B.
Homepage:http://netspoc.berlios.de
Changes:This release fixes bugs with the pix security levels.
File Size:42245
Last Modified:Apr 9 02:03:59 2002
MD5 Checksum:164a21895f8736dab8920331faff4ec9

 ///  File Name: flawfinder-0.17.tar.gz
Description:
Flawfinder searches through source code for potential security flaws, listing potential security flaws sorted by risk, with the most potentially dangerous flaws shown first. This risk level depends not only on the function, but on the values of the parameters of the function.
Homepage:http://www.dwheeler.com/flawfinder
Changes:Recursively checks source in directories, support for RATS's "ignore" directive (for compatibility with RATS), minor improvements in the vulnerability database, and a new option for suppressing status information ("--quiet") have been added.
File Size:39927
Last Modified:Nov 6 11:06:08 2001
MD5 Checksum:e5d5be0557e69099a1994290d2ce66ea

 ///  File Name: ip-array-0.05.31.tar.gz
Description:
IP-Array is a linux firewall script written in bash designed for small to mid sized networks. Includes support for traffic shaping and VPN.
Author:AllKind
Homepage:http://sourceforge.net/projects/ip-array/
Changes:A few bug fixes and additions.
File Size:38771
Last Modified:Sep 23 02:43:03 2005
MD5 Checksum:aa23cad42513923a2189875ef88e19b1

 ///  File Name: ip-array.0.05.30.tar.gz
Description:
IP-Array is a linux firewall script written in bash designed for small to mid sized networks. Includes support for traffic shaping and VPN.
Author:AllKind
Homepage:http://sourceforge.net/projects/ip-array/
File Size:37126
Last Modified:Sep 7 03:21:44 2005
MD5 Checksum:a59c48dc91c497fbd3dc93d86e17b9ef

 ///  File Name: flawfinder-0.15.tar.gz
Description:
Flawfinder searches through source code for potential security flaws, listing potential security flaws sorted by risk, with the most potentially dangerous flaws shown first. This risk level depends not only on the function, but on the values of the parameters of the function.
Homepage:http://www.dwheeler.com/flawfinder
Changes:New --neverignore option.
File Size:32500
Last Modified:Jun 6 20:53:35 2001
MD5 Checksum:1b78f9519313232071a0d25cb82e9f73

 ///  File Name: tcptraceroute-1.4.tar.gz
Description:
Tcptraceroute is an implementation of traceroute which uses TCP SYN packets, instead of the more traditional UDP or ICMP ECHO packets. In doing so, it is able to trace through many common firewall filters.
Homepage:http://michael.toren.net/code/tcptraceroute
Changes:Now functions properly on Linux PPP interfaces. Improved command line handling, properly aligning packet data for architectures that don't allow non-aligned memory access, the ability to traceroute to a local IP address, the ability to probe with TCP ACK packets, making it possible to traceroute through stateless firewalls that permit hosts sitting behind the firewall to establish outbound connections, and the ability to track probes by source port numbers instead of IP IDs.
File Size:31918
Last Modified:Jul 31 02:55:01 2002
MD5 Checksum:35c5e7d960f2b073db0109e0004e134e

 ///  File Name: jail_1.6.tar.gz
Description:
Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. The main goal of Jail is to be as simple as possible, and highly portable. The most difficult step when building a chrooted environment is to set up the right libraries and files. Here, Jail comes to the rescue with a tool to automagically configures & builds all the required files, directories and libraries.
Homepage:http://www.gsyc.inf.uc3m.es/~assman/jail
Changes:Mkenv.sh and addjailuser.sh have bee rewritten in perl for greater portability. A new application, called addjailsw.pl, has been written to allow insertion of software into the chrooted environment, providing more flexibility.
File Size:28841
Last Modified:Jul 25 18:45:45 2001
MD5 Checksum:90cc9f516266237abf600c0cda27d5d0

 ///  File Name: chroot_safe-1.4.tgz
Description:
chroot_safe is a alternative method for chrooting dynamically linked applications in a sane and safe manner. By using a little dynamic linking trick it delays the chrooting until after dynamic linking has completed, thereby eliminating the need to have a copy of the binary or libraries within the chroot. This greatly simplifies the process of chrooting an application, as you often do not need any files besides the data files within the chroot. In addition to chrooting the application, it also drops root privileges before allowing the application to start.
Author:Henrik Nordstrom
Homepage:http://chrootsafe.sourceforge.net/
Changes:A couple minor tweaks and documentation updates.
File Size:25886
Last Modified:Apr 18 03:02:38 2005
MD5 Checksum:4a1150626746e15e157e092840f595ed

 ///  File Name: chroot_safe-1.2.tgz
Description:
chroot_safe is a alternative method for chrooting dynamically linked applications in a sane and safe manner. By using a little dynamic linking trick it delays the chrooting until after dynamic linking has completed, thereby eliminating the need to have a copy of the binary or libraries within the chroot. This greatly simplifies the process of chrooting an application, as you often do not need any files besides the data files within the chroot. In addition to chrooting the application, it also drops root privileges before allowing the application to start.
Author:Henrik Nordstrom
Homepage:http://chrootsafe.sourceforge.net/
Changes:This is mainly an update to increase portability to other platforms.
File Size:25407
Last Modified:Sep 10 01:58:34 2004
MD5 Checksum:a1d876b6ac5efcf25c4050ee8e26258b

 ///  File Name: tcptraceroute-1.2.tar.gz
Description:
Tcptraceroute is an implementation of traceroute which uses TCP SYN packets, instead of the more traditional UDP or ICMP ECHO packets. In doing so, it is able to trace through many common firewall filters.
Homepage:http://michael.toren.net/code/tcptraceroute
Changes:Lots of new features, including the ability to send more than one probe to each hop, to send probes with the ECN bits set, to send probes of an arbitrary length, and many more.
File Size:25096
Last Modified:Aug 4 07:50:45 2001
MD5 Checksum:e31e3f5bfd817d32ed6d954382ca768d

 ///  File Name: chroot_safe-1.1.tgz
Description:
chroot_safe is a alternative method for chrooting dynamically linked applications in a sane and safe manner. By using a little dynamic linking trick it delays the chrooting until after dynamic linking has completed, thereby eliminating the need to have a copy of the binary or libraries within the chroot. This greatly simplifies the process of chrooting an application, as you often do not need any files besides the data files within the chroot. In addition to chrooting the application, it also drops root privileges before allowing the application to start.
Author:Henrik Nordstrom
Homepage:http://chrootsafe.sourceforge.net/
File Size:25008
Last Modified:Jun 18 00:13:03 2004
MD5 Checksum:a451acfa4636a6a3414c74e78368435b

 ///  File Name: arp-sk-0.0.11.tgz
Description:
An ARP packet generator for Unix designed to illustrate ARP protocol flaws and applications such as ARP cache poisoning. See http://www.arp-sk.org/ for further information.
Author:Cedric Blancher
Homepage:http://www.arp-sk.org/
File Size:22054
Last Modified:Jul 8 01:46:51 2002
MD5 Checksum:082491103875ba268a86c8af90a33c21

 ///  File Name: jail_1.8.tar.gz
Description:
Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. The main goal of Jail is to be as simple as possible, and highly portable. The most difficult step when building a chrooted environment is to set up the right libraries and files. Here, Jail comes to the rescue with a tool to automatically configures & builds all the required files, directories and libraries.
Homepage:http://www.gsyc.inf.uc3m.es/~assman/jail
Changes:Argument based bugs have been fixed, allowing programs like ssh and scp which depend on arguments to work. Terminal device files (tty and pts/XX) are now automatically created on startup.
File Size:21343
Last Modified:Aug 14 23:35:17 2001
MD5 Checksum:77d20fae9f44e8e5413aa5343ac5e262

 ///  File Name: ibsh-0.3e.tar.gz
Description:
Iron Bars SHell is a restricted Unix shell. The user can not step out of, nor access, files outside the home directory. Two ASCII configuration files are used for more control. The system administrator can define which commands may be executed by the user. No other executables are allowed. The admin also has the opportunity to define what kind of files the user may create. If a file has a certain extension (such as .mp3, .c, etc.), ibsh automatically erases it.
Author:Attila Nagyidai
Homepage:http://ibsh.sourceforge.net
Changes:Fixed multiple vulnerabilities.
File Size:20475
Last Modified:Jun 18 14:35:14 2005
MD5 Checksum:41ea08a03c6bd805dff1a5ff25ea1d5b

 ///  File Name: kernel.keylogger.txt
Description:
Kernel Based Keystroke Loggers for Linux - This paper describes the basic concepts and techniques used for recording keystroke activity under linux. Includes proof of concept LKM which is stealthy, works with recent distributions, and is capable of logging local logins and ssh sessions to and from the host. Tested on Slackware v8.0 with kernel v2.4.5.
Author:Mercenary
Homepage:http://www.phreedom.org/article.php?id=28
File Size:20270
Last Modified:Jan 26 15:24:34 2002
MD5 Checksum:a9615f10eaef0364e7e748a96c2fb1c1

 ///  File Name: jail_1.7.tar.gz
Description:
Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. The main goal of Jail is to be as simple as possible, and highly portable. The most difficult step when building a chrooted environment is to set up the right libraries and files. Here, Jail comes to the rescue with a tool to automatically configures & builds all the required files, directories and libraries.
Homepage:http://www.gsyc.inf.uc3m.es/~assman/jail
Changes:The perl scripts in 1.6 were missing the -w flag, causing some bugs to go undetected. The strace module had its argument parsing code fixed.
File Size:20168
Last Modified:Jul 27 04:53:51 2001
MD5 Checksum:92978ee3cf9fec7d69da88800d07bfb4

 ///  File Name: ibsh-0.3d.tar.gz
Description:
Iron Bars SHell is a restricted Unix shell. The user can not step out of, nor access, files outside the home directory. Two ASCII configuration files are used for more control. The system administrator can define which commands may be executed by the user. No other executables are allowed. The admin also has the opportunity to define what kind of files the user may create. If a file has a certain extension (such as .mp3, .c, etc.), ibsh automatically erases it.
Author:Attila Nagyidai
Homepage:http://ibsh.sourceforge.net
Changes:Fixed a format string vulnerability.
File Size:19814
Last Modified:Jun 1 03:43:31 2005
MD5 Checksum:cd06310446b91d0fac933d5083d7205f

 ///  File Name: bed-0.3.zip
Description:
The Bruteforce Exploit Detector is a perl script that remotely detects unknown buffer overflow vulnerabilities in FTP, SMTP, and POP daemons.
Author:SnakeByte, Martin J. Muench
Homepage:http://www.kryptocrew.de/snakebyte/bed.html
Changes:Added the HTTP and IRC protocol, as well as made some minor fixes.
File Size:18291
Last Modified:Jun 21 00:45:44 2002
MD5 Checksum:976bdafd892a582b58fe5d2bba36bc56

 ///  File Name: heapprotect-2.3.2-1.3.1.diff.gz
Description:
Glibc heap protection patch for Glibc v2.3.2 - Uses the canary method to detect and block heap overflows. Note that this will not stop attacks against the GOT or PLT. An analysis of the performance and detection capabilities of this patch is available here. RPM's available here.
Author:William Robertson
Homepage:http://www.cs.ucsb.edu/~wkr/projects/heap_protection
File Size:18124
Last Modified:Dec 2 23:59:59 2003
MD5 Checksum:27859a74907e6b8569c14f94edcd07f2

 ///  File Name: jail_1.3.tar.gz
Description:
Jail is a chrooted environment using bash. its main use is to put it as shell for any user you want to be chrooted. Their primary goals is to be simple, clean, and highly portable.
Homepage:http://www.gsyc.inf.uc3m.es/~assman/jail
Changes:Path splitting was removed since it is not necessary. The user directory and its shell are now chosen from the data stored in the /etc/passwd inside the chrooted environment. The "no such file or directory" bug has been removed. mkenv.sh has been fully rewritten, and it now supports the different platforms within it. mkenv.sh supports guessing the libraries needed for the executable files being copied into the chrooted environment. Also, mkenv.sh protects you from overwriting the customized files (/etc/passwd /etc/group and /etc/shadow) so you can have multiple users in a single chrooted environment.
File Size:17397
Last Modified:May 3 17:32:52 2001
MD5 Checksum:0cca1979fa99b44f5bd34c4e6c69dc03

 ///  File Name: ArpON-1.10.tar.gz
Description:
ArpON (Arp handler inspectiON) is a portable ARP handler. It detects and blocks all ARP poisoning/spoofing attacks with the Static Arp Inspection (SARPI) and Dynamic Arp Inspection (DARPI) approaches on switched/hubbed LAN with/without DHCP protocol.
Author:Andrea Di Pasquale
Homepage:http://arpon.sourceforge.net/
File Size:17302
Last Modified:Jun 2 17:31:53 2008
MD5 Checksum:37b2d73535865a0498a857bb079bfd34

 ///  File Name: bed-0.2.zip
Description:
The Bruteforce Exploit Detector is a perl script that remotely detects unknown buffer overflow vulnerabilities in FTP, SMTP, and POP daemons.
Author:SnakeByte, Martin J. Muench
Homepage:http://www.kryptocrew.de/snakebyte/bed.html
File Size:16354
Last Modified:Jun 6 01:14:39 2002
MD5 Checksum:0d7c7fb871e4abad5d8a881181ef3eee