Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.217 Times

Banana Sec freeware
Filter: All | Freeware | Demo
 

Banana Sec

< 1 2 3 4 5 > 
Added: September 02, 2010 | Visits: 1.037

Math::NumberCruncher Math::NumberCruncher Perl module contains a collection of useful math-related functions. SYNOPSIS It should be noted that as of v4.0, there is now an OO interface to Math::NumberCruncher. For backwards compatibility, however, the previous, functional style will always be supported. # OO...



Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Math::NumberCruncher Download

Added: January 03, 2010 | Visits: 1.037

Simple Multitrack Simple Multitrack contains a set of programs that allows the simultaneous recording of an audio track while listening to a monitor mix of other tracks. This software uses the OSS audio drivers found in the Linux kernel or the CoreAudio API on Mac OS X. It has been tested on Linux 2.4.20 on a...





Platforms: *nix

License: Freeware Size: 29.7 KB Download (101): Simple Multitrack Download

Added: April 14, 2010 | Visits: 1.003

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: July 11, 2010 | Visits: 899

File::Tabular File::Tabular can search and edit flat tabular files. SYNOPSIS use File::Tabular; my $f = new File::Tabular($filename); my $row = $f->fetchrow; print $row->{field1}, $row->{field2}; $row = $f->fetchrow(where => someWord); $row = $f->fetchrow(where => field1 > 4 AND field2 >=...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (101): File::Tabular Download

Added: September 22, 2010 | Visits: 867

Xtemp Xtemp is a SuperKaramba theme that shows temperatures of 3 sensors in your motherboard. This theme is configured for MSI k7n2 (Nforce2), if your motherboard is not Nforce2 edit the theme files and change the sensors. **Remember** **This theme needs lm_sensors installed and correctly...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (93): Xtemp Download

Added: July 04, 2010 | Visits: 1.736

mpscan mpscan is a parallel network scanner that checks for open ports. It uses select() to increase its speed and was designed for rapidly scanning large networks, but could work with a single IP. usage: mpscan [-V] | [-h] | [-v] [-t sec] [-p N] [-e N] IP -V Prints Version -h show this usage...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): mpscan Download

Added: January 13, 2010 | Visits: 837

smtp_wrapper smtp_wrapper is a daemon program that acts as an SMTP proxy for Unix-like systems. smtp_wrapper project supports SMTP filtering of spam. Usage: smtp_wrapper [-mh hostname] [-mp port] [-q backlog] [-sh smtpserver_hostname] [-sp smtpserver_port] [-t timeout_sec] [-d delay_sec] [-if ip_filter]...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (97): smtp_wrapper Download

Added: October 14, 2010 | Visits: 687

Time::Piece Time::Piece is a Perl module that contains Object Oriented time objects. SYNOPSIS use Time::Piece; my $t = localtime; print "Time is $tn"; print "Year is ", $t->year, "n"; This module replaces the standard localtime and gmtime functions with implementations that return objects. It does...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Time::Piece Download

Added: October 21, 2010 | Visits: 1.153

ABacoD ABacoD is an automatic backup script. Transfers files and directory renaming them with a configurable logic. Source path can contain wildchars: * :every string ? :every char [...] :one specified char Destination path can contain: ^n^ :replaced with the result of n-th expansion in...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): ABacoD Download

Added: November 10, 2010 | Visits: 1.336

Interactive Bandwidth Monitor Ibmonitor is an interactive Linux console application which shows bandwidth consumed on all interfaces. This project is different from existing similar utilities in that it can show the values in Kbits/sec (Kbps) and Kbytes/sec (KBps) simultaneously. It also displays the total data transferred in...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (104): Interactive Bandwidth Monitor Download

Added: September 15, 2010 | Visits: 764

XLB XLB is an HTTP load balancer. XLB project features connection management where requests are parsed and assigned to a persistent connection to the back-end server. This reduces back-end server load by causing fewer forks, less memory use, and lower CPU consumption. It can decode SSL requests,...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (94): XLB Download

Added: March 02, 2010 | Visits: 1.256

PAUD PAUD (Parted And Utilities Disk) is a Linux utility boot disk distribution. It fits on a single 1.44 floppy disk. It contains mc, parted, and other utilities such as filesystem utilities for ext2, ext3, and Reiserfs. It is great for partition maintenance and for rescue purposes. The latest...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (110): PAUD Download

Added: January 02, 2010 | Visits: 2.407

VNCAudio VNCAudio allows remote sound support to be added to VNC on a per-desktop basis by emulating an OSS compatible driver at the kernel level and virtualizing it per-user. The reasoning for a per-UID basis is that resource tracking across multiple processes launched off a VNC desktop is obviated. As...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (215): VNCAudio Download

Added: May 09, 2010 | Visits: 1.476

OpenSC OpenSC consists of tools and libraries and a PKCS#11 module to use smart cards and initialize blank smart cards. OpenSC project supports many commercial smart cards with filesystems, many national ID cards (read only), and some Java Card cards with specific Java Card applets. OpenSC implements...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (178): OpenSC Download

Added: November 12, 2010 | Visits: 1.021

File::NFSLock File::NFSLock is a Perl module to do NFS (or not) locking. SYNOPSIS use File::NFSLock qw(uncache); use Fcntl qw(LOCK_EX LOCK_NB); my $file = "somefile"; ### set up a lock - lasts until object looses scope if (my $lock = new File::NFSLock { file => $file, lock_type => LOCK_EX|LOCK_NB,...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): File::NFSLock Download

Added: July 13, 2010 | Visits: 964

Icmpenun Icmpenum sends ICMP traffic to potential targets on a network. Introduction: Host enumeration is the act of determining the IP address of potential targets on a network. This can be done in both layer 2 and layer 3. Icmpenum sends ICMP traffic for such enumeration. The ICMP packets supported...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (97): Icmpenun Download

Added: June 18, 2010 | Visits: 2.091

Web-bench Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork() for simulating multiple clients and can use HTTP/0.9-HTTP/1.1 requests. This benchmark is not very realistic, but it can test if your HTTPD can realy handle that many clients at once (try to run some CGIs) without...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (147): Web-bench Download

Added: August 25, 2010 | Visits: 1.825

Linksys Syslog Linksys Syslog captures the snmp trap messages from a Linksys router and saves these to syslog. This daemon is very small robust and it does its job. Ive gotten this router from a customer/partner DH computers to look at the VPN capabilities. Eventhough these broadband routers are small and...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (158): Linksys Syslog Download

Added: August 26, 2010 | Visits: 641

Apache2::AuthenDBMCache Apache2::AuthenDBMCache is a Perl module for authentication caching. SYNOPSIS # In your httpd.conf PerlModule Apache2::AuthenDBMCache # In httpd.conf or .htaccess: AuthName Name AuthType Basic PerlAuthenHandler Apache2::AuthenDBMCache # Typical constraints one of these require...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): Apache2::AuthenDBMCache Download

Added: November 15, 2010 | Visits: 1.119

Date::ICal Date::ICal is a Perl extension for ICalendar date objects. SYNOPSIS use Date::ICal; $ical = Date::ICal->new( ical => 19971024T120000 ); $ical = Date::ICal->new( epoch => time ); $ical = Date::ICal->new( year => 1964, month => 10, day => 16, hour => 16, min => 12, sec => 47 ); $hour =...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (104): Date::ICal Download

< 1 2 3 4 5 >