Main > Free Download Search >

Free open security software for linux

open security

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4023
Devolution Security 3.0.6

Devolution Security 3.0.6


Devolution Security is a video surveillance system for Linux based systems. more>>
Devolution Security is a video surveillance system for Linux based systems. It supports up to 16 cameras and features unicast and multicast broadcasting, a Web interface, an X11 interface, themes, motion detection, record on motion, eight different camera layouts, camera cycling, fullscreen mode, and more. Devolution Security uses its own toolkit (dtk).
Main features:
- Up to 16 cameras
- Motion detection
- Record on motion detection
- Record up to 25 fps mpeg4 video
- Multicast live streams to local network
- Unicast to internet IP address
- Very configurable
- Themeable X11 interface
- Web based interface
<<less
Download (10MB)
Added: 2005-10-26 License: GPL (GNU General Public License) Price:
1486 downloads
Open Source in Tab 1.5

Open Source in Tab 1.5


Open Source in Tab is an extension which opens the pages source file in a new tab. more>>
Open Source in Tab is an extension which opens the pages source file in a new tab.

Opens the pages source file in a new tab. Has a preference to either open source in a new tab or existing tab.

<<less
Download (0.008MB)
Added: 2007-04-19 License: MPL (Mozilla Public License) Price:
550 downloads
Open Metaheuristic 0.3

Open Metaheuristic 0.3


Open Metaheuristic (oMetah) is a library aimed at the conception of metaheuristics. more>>
Open Metaheuristic (oMetah) is a library aimed at the conception of metaheuristics (i.e. genetic/evolutionnary algorithms, tabu search, simulated annealing, ant colony algorithms, etc.). Open Metaheuristic library follows the "adaptive learning search" approach in the design of metaheuristics (an approach inspired from the "adaptive memory programming").
The oMetah core code design is separated in three components : algorithms, problem and communication. You can easily add your own metaheuristic and test it on the implemented problems, or add your own problem, and use the implemented metaheuristics to solve it.
You also have the choice of the way the algorithm and the problem are linked (static link, network, webservice, etc.).
It is mainly designed to handle continuous or mixed-integer problems, often met in engineering applications.
oMetah is written in C++, using the Standard Template Library.
Enhancements:
- The Python and network communication protocols between metaheuristics and problems are now usable.
<<less
Download (0.23MB)
Added: 2006-05-26 License: LGPL (GNU Lesser General Public License) Price:
1251 downloads
Luke Macken Security LiveCD

Luke Macken Security LiveCD


Luke Macken Security LiveCD provides a fully functional livecd based on Fedora for use in security auditing, forensics research. more>>
Luke Macken Security LiveCD provides a fully functional livecd based on Fedora for use in security auditing, forensics research, and penetration testing.
Main features:
- All of the security features and tools Fedora has to offer
- Features from the FedoraLiveCD
- Ability to install directly to hard drive
Spinning your own
# yum install mercurial livecd-tools
$ hg clone http://hg.lewk.org/security-livecd
# livecd-creator --config security-livecd/fedora-security-livecd.ks --fslabel=Fedora-7-Security-LiveCD
Making changes to the LiveCD is as simple as modifying the fedora-security-livecd.ks configuration file.
<<less
Download (MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
813 downloads
GNU Phantom.Security 1.00

GNU Phantom.Security 1.00


GNU Phantom.Security is a computer-controlled security system. more>>
GNU Phantom.Security is a computer-controlled security system.
Phantom is designed to be a completely customizable computer controlled security system. All source code (C++/Bourne script) is included. Phantom was designed & tested on a Linux system, but I assume the C++ portions can be easily ported to other Unix systems (even DOS/Windows, maybe?). The Phantom Security system is for use with intrusion/fire detection equipment such as motion sensors, door magnets, and smoke detectors. However, any Normally Open or Normally Closed device may work with little or no change to the code. All source code and diagrams included are free to use,for distributing, and to modify!
Phantom.Controller is to be used in a system with non-powered security devices, i.e. door magnets. Phantom.Controller2 is for systems with powered security devices, i.e. motion sensors & smoke detectors. Anyone with a basic knowledge of circuit design can mix and match from these two diagrams to mix powered & non-powered devices!
Enhancements:
- To compile & install Phantom.Security 1.00:
- configure
- make
- make install
- The default installation directory is /home/Phantom/security. However, this can be modified in the top-level Makefile.am (if this is changed, you need to re-run aclocal, autoconf, & automake). However, both the bindir and datadir should point to the SAME directory, or else Phantom.Security wont function correctly, because it wont be able
- to find the Phantom.conf file.
Enhancements:
- Version 1.0!!! GNU Phantom.Security is out of Beta! I have been running Phantom.Security for months straight on my machine at work and believe it is stable enough to promote it out
- of Beta!
- Created HTML & PostScript versions of documentation. Available on-line.
<<less
Download (0.26MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1203 downloads
open sTeam 2.3

open sTeam 2.3


open sTeam project is an environment for cooperative knowledge management. more>>
open sTeam project is an environment for cooperative knowledge management.

sTeam provides a technical platform which allows groups of students, lecturers, and any other groups to construct and arrange their individual and cooperative learning and working space.

It consists of an object-oriented server connected to a database, and Web, Java, and other (FTP, SMTP, IRC, etc.) clients.

The server is event-driven and manages all user objects as well as the communication between the connected clients.

Features that were different from most other cooperation tools is the self-organisation and self-administration by the members within the virtual environment.

<<less
Download (MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1112 downloads
Security::CVSS 0.3

Security::CVSS 0.3


Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System). more>>
Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System).

SYNOPSIS

use Security::CVSS;

my $CVSS = new Security::CVSS;

$CVSS->AccessVector(Local);
$CVSS->AccessComplexity(High);
$CVSS->Authentication(Not-Required);
$CVSS->ConfidentialityImpact(Complete);
$CVSS->IntegrityImpact(Complete);
$CVSS->AvailabilityImpact(Complete);
$CVSS->ImpactBias(Normal);

my $BaseScore = $CVSS->BaseScore();

$CVSS->Exploitability(Proof-Of-Concept);
$CVSS->RemediationLevel(Official-Fix);
$CVSS->ReportConfidence(Confirmed);

my $TemporalScore = $CVSS->TemporalScore()

$CVSS->CollateralDamagePotential(None);
$CVSS->TargetDistribution(None);

my $EnvironmentalScore = $CVSS->EnvironmentalScore();

my $CVSS = new CVSS({AccessVector => Local,
AccessComplexity => High,
Authentication => Not-Required,
ConfidentialityImpact => Complete,
IntegrityImpact => Complete,
AvailabilityImpact => Complete,
ImpactBias => Normal
});

my $BaseScore = $CVSS->BaseScore();

$CVSS->UpdateFromHash({AccessVector => Remote,
AccessComplexity => Low);

my $NewBaseScore = $CVSS->BaseScore();

$CVSS->Vector((AV:L/AC:H/Au:NR/C:N/I:P/A:C/B:C));
my $BaseScore = $CVSS->BaseScore();
my $Vector = $CVSS->Vector();

CVSS allows you to calculate all three types of score described under the CVSS system: Base, Temporal and Environmental.

You can modify any parameter via its accessor and recalculate at any time.
The temporal score depends on the base score, and the environmental score depends on the temporal score. Therefore you must remember to supply all necessary parameters.

<<less
Download (0.005MB)
Added: 2007-04-11 License: Perl Artistic License Price:
928 downloads
Homeland Security Threat Level 0.52

Homeland Security Threat Level 0.52


Homeland Security Threat Level is an extension which displays the current U.S. Homeland Security Threat Level as an icon. more>>
Homeland Security Threat Level is an extension which displays the current U.S. Homeland Security Threat Level as an icon.

Displays the current U.S. Homeland Security Threat Level as an icon in the status bar.

<<less
Download (0.028MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
932 downloads
Astaro Security Linux 7.404

Astaro Security Linux 7.404


This is an award-winning, unique network security solution. more>> Astaro Security Linux 7.404 is an integrated and easy-to-use package of award-winning, unique network security solution in. Astaro Security Linux includes a combination of the following security applications:
  • A Firewall with stateful packet inspection and application proxies guards Internet communications traffic in and out of the organization.
  • A Virtual Private Network (VPN) gateway assures secure communications with remote offices, road warriors and telecommuters.
  • Anti-Virus defends computers from both email and web-bourne viruses.
  • Intrusion Protection detects and stops hostile probes and application-based attacks.
  • Spam Filtering eliminates the productivity drain of opening and deleting unsolicited emails.
  • Surf Protection (Content Filtering) and Spyware Protection improve productivity by blocking inappropriate web activities, provide full protection from user tracking threats and violation of privacy.

Major Features:

  1. Protects all types of networks Windows, Linux, Unix and others.
  2. Delivers comprehensive features at low cost maximizing your ROI (return on investment).
  3. Highly effective. Has won numerous industry awards. Beat Cisco and Checkpoint in InfoWorld magazine product review, Beat IBM and Computer Associates in Linux World for Best Security Application.
  4. Integrated management platform features an intuitive browser-based interface and one-step updates for rapid deployment and easy management.
  5. Can be installed in under 15 minutes or purchased pre-installed on security appliances.
  6. Can start with firewall, VPN and spam protection and add other security applications as needed, seamlessly.
  7. Runs as a dedicated application server on top of a hardened operating system, which relieves operating system management headaches.
  8. Runs on systems ranging from small devices up to large multi-processor systems utilizing gigabytes of memory.
  9. Redundant systems can be configured to provide high availability and automatic failover in case of hardware or network failures.
  10. Load balancing improves performance traffic shaping can set priorities by network, service and protocol.
  11. Logging, automatic backup, and diagnostic tools support high reliability.
  12. Free online evaluation workshop to get you started.

Enhancements:

  • This Up2Date addresses a few issues that did not make the 7.4 GA version in time.
  • This is a pure bugfix/stability release that strengthens the quality of your installation.
<<less
Added: 2009-07-09 License: Free for non-commerc... Price: USD290.00
1 downloads
 
Other version of Astaro Security Linux
Astaro Security Linux 6.313security solution in an integrated and easy-to-use and manage package. award-winning, unique network security solution in an integrated and easy-to-use and manage
Price: USD290.00
License:Free for non
Download
1 downloads
Added: 2008-04-06
Open Space Shooter prototype

Open Space Shooter prototype


Open Space Shooter is a simple 2D space shooter like asteorids. more>>
Open Space Shooter is a simple 2D space shooter like asteorids.

Just a small spaceship, some Asteorids and some enemies. You got lasers and rockets and try to fight the enemy ships, not more.

It is simple but funny.

All is just a prototyp of a game I want to write later. But I have no time at the moment...

<<less
Download (1.2MB)
Added: 2006-06-25 License: Other/Proprietary License Price:
1223 downloads
Open Cubic Player 0.1.13

Open Cubic Player 0.1.13


Open Cubic Player is a music player which can play a wide variety of music formats. more>>
Open Cubic Player is a music player which can play a wide variety of music formats. Currently it can play so called modules (MOD, XM, S3M, IT), MIDI, MP1-3, SID tunes, and CD audio.
Open Cubic Player supports many soundcards (SB, GUS, EWS, WSS, PAS, and many more). It features many different display modes for "looking" (text and graphics) at the music.
Enhancements:
- Mac OS X CoreAudio is now supported (which requires the CoreAudio SDK).
- MP3 detection is now working again.
- Some compiler warnings and various crash bugs have been eliminated.
<<less
Download (0.63MB)
Added: 2007-02-06 License: GPL (GNU General Public License) Price:
997 downloads
openSIMS 0.9

openSIMS 0.9


openSIMS project consists of a security infrastructure management system. more>>
openSIMS project consists of a security infrastructure management system.

openSIMS is a Security Infrastructure Management Systems distributed as an open source project through SourceForge, using a modified Mozilla Public License.

OpenSIMS ties together the open source tools used for security event management into a common infrastructure.

These tools include NMap, Snort, and many others.

The best way to experience openSIMS is by downloading the openSIMS liveCD.

<<less
Download (4.1MB)
Added: 2007-01-23 License: MPL (Mozilla Public License) Price:
1009 downloads
Open LMS 1.0

Open LMS 1.0


Open LMS project consists of a learning management system. more>>
Open LMS project consists of a learning management system.
OpenLMS is a Learning Management System (LMS) made at the Department of Geography, NTNU.
The system is a fully functional LMS with support for group collaboration, file sharing, distribution of lectures, and other supporting features.
It is a good tool for distributing lecture notes to groups of students, and for facilitating collaboration for groups of students and teachers.
The system has successfully been used at the Dept. of Geography at NTNU in Trondheim Norway, for three years. It is continuously further developed and was released as OpenSource software last year.
OpenLMS now supports English (core language) and Norwegian. Steps has been taken to translate for further languages.
Scorm, Dublin Core, AICC etc. could be important factors in systems like OpenLMS and similar LMS/LCMS. Support for exporting objects for these standards will probably be incorporated into OpenLMS. HOWEVER - the focus of standards for the exchange of learning objects often overshadows the lack of a culture for sharing within the organizations in question.
This very resource-demanding part of a LMS/LCMS is therefore not focused at the present stage in the development.
Main features:
- upload lecture notes (any filetypes)
- distribute levture notes
- groupware / email to groups
- personal file archive
- assignment administration
- media archive and termbank
- organize webresources
- language support for norwegian, english and german (may easily be extended)
<<less
Download (3.6MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1012 downloads
Auditor Security Linux 200605

Auditor Security Linux 200605


The Auditor Security Linux is a live CD based on Knoppix. more>>
The Auditor security collection is a Live-System based on KNOPPIX. With no installation whatsoever, the analysis platform is started directly from the CD-Rom and is fully accessible within minutes.
Independent of the hardware in use, the Auditor security collection offers a standardised working environment, so that the build-up of know-how and remote support is made easier. Even during the planning and development stages, our target was to achieve an excellent user-friendliness combined with an optimal toolset.
Professional open-source programs offer you a complete toolset to analyse your safety, byte for byte. In order to become quickly proficient within the Auditor security collection, the menu structure is supported by recognised phases of a security check. (Foot-printing, analysis, scanning, wireless, brute-forcing, cracking).
By this means, you instinctively find the right tool for the appropriate task. In addition to the approx. 300 tools, the Auditor security collection contains further background information regarding the standard configuration and passwords, as well as word lists from many different areas and languages with approx. 64 million entries.
Current productivity tools such as web browser, editors and graphic tools allow you to create or edit texts and pictures for reports, directly within the Auditor security platform. Many tools were adapted, newly developed or converted from other system platforms, in order to make as many current auditing tools available as possible on one CD-ROM.
Tools like Wellenreiter and Kismet were equipped with an automatic hardware identification, thus avoiding irritating and annoying configuration of the wireless cards.
Enhancements:
New & Updated tools:
- proxychains 1-8-1 (for example scanning over proxy more easy)
- yersinia-0.5.4
- kismet-logfile-viewer klv.pl and klc.pl
- ntp fingerprinting tool
- tftp bruteforce tool
- snmp fuzzer
- cisco torch 0.4b
- unicornscan 0.4.2
- packit
- sendip
- nasl 2.2.4
- tcpick
- cryptcat
- amap version 4.8
- tcpsplit
- Ethereal version 10.11
- ettercap-ng-0.72 and modified the etter.conf
- replaced tinysnmp with snmp tools
- vnc2swf /usr/X11R6/bin/recordwin and vnc2swf
- edit_vnc2swf.py
- edit_mp3.py
- wpa-supplicatiant 0.3.8
- hostapd-utils 0.3.7
- ssldump
- fragrouter
- Metasploit 2.4 including all known updates
- airsnarf, but no menu at moment
- fakeap to /opt/auditor but no menu entry at moment, need to write a shell script
- dsniff 2.4b1-10
- nessus plugins updated
- exploit tree updated
- Snort 2.3.2-5
- Bleeding-edge rules for snort
- New aircrack
- New airsnort
- Bet i forgot some to mention.
New & updated drivers:
- rt2400 linux drivers and utils (untested)
- rtl8180 driver (8180_26_private.ko and open8180.ko and /usr/local/bin/wlanup and /usr/local/bin/wlandown) (Untested)
- hostap drivers 0.3.7
- ipw2100 & ipw2200 incl firmware, incl monitor mode
- Prism54 with injection patch
- Linux-wlan-ng with injection patch
- Madwifi with injection patch
- ACX drivers are back on cd
Addons:
- Default password list has been updated
- Added some changes to the network stack using /etc/sysctl.conf, which will be called from knoppix-autoconfig script
- New background image
Some fixes i remember:
- Kernel completely rebuilded to provide full functionality
- Isolinux now accepts bootparameters again
- USB drivers are back to /dev/sda and booting from stick works fine
- grub files have been fixed
- fixed hostname /etc/hosts
- /cdrom/index.html pointed to the old forum fixed that
- Added cardctl eject, cardctl insert into switch-to-XY scripts
- Fixed the homebutton of the konquerror when clicked first time
- Fixed the menuentry for nessus
<<less
Download (645MB)
Added: 2005-06-22 License: GPL (GNU General Public License) Price:
1131 downloads
Open 4GL WebServices 0.2 Beta

Open 4GL WebServices 0.2 Beta


Open 4GL WebServices is an opensource project to implement a wizard and a framework. more>>
Open 4GL WebServices is an opensource project to implement a wizard and a framework to make it easy to publish PROGRESS procedures as WebServices generating the WSDL and WS code, without requiring the developer to learn XML or the framework itself.
With this tool the developer can select an existing PROGRESS procedure and produce the WSDL file and/or a proxy procedure that handle the SOAP call and translate between SOAP and PROGRESS datatypes. Open 4GL WebServices also can handle the WS-I security recommendation requiring a custom procedure to authenticate the user/password.
Also, the generated proxy procedure is based on procedure templates (skeletons), these templates allow the developer to choose how to deploy the webservice. The developer can choose between webspeed, a batch version to call it from a CGI, a socket based version, or a custom template, etc.
This kind of project had been there for years, i had read some documents about howto build it, but nobody had been released the complete solution as open source by now. Its an alternative to the commercial version distributed by PROGRESS, only that this version doesnt require Sonic MQ or the AppServer to run properly.
Installation:
Put the entire o4glws directory somewhere in the PROPATH and make a copy the
file o4glws.i in any directory in the PROPATH of the deployment machine, because its needed to compile the deployed webservice adapter procedures.
INCLUDED FILES
o4glwsAdapter.p Webservice adapter generator
o4glwso4glws.i Library included in every adapter
o4glwso4glws.w Wizard to generate adapter/WSDL files
o4glwsprocDlg.w Dialog to select the procedures to include in the
webservice
o4glwsprocInfo.i Temp-table definitions used by all programs
o4glwsprocInfo.p Extracts the information about internal procedure,
functions and temp-tables of a procedure file
o4glwsREADME.TXT This file
o4glwsLicense.txt Software license
o4glwstransparent.ico The wizards icon
o4glwsWizard3.gif One of the wizards images
o4glwsSuccess.gif One of the wizards images
o4glwsError.gif One of the wizards images
o4glwsWSDL.p WSDL adapter generator
o4glwssample Samples of the generated code
o4glwstemplates Templates used to generate adapters
Enhancements:
- A "Unable to use Namespace: []" message was removed.
- Malformed Web service addresses were corrected.
- A problem where the generated WSDL did not correctly describe the output parameters of the Adapters was fixed.
- Buffer handlers for output tables are no longer needed.
- Date parameters are now supported.
- Speed for output tables was optimized.
- Expiration date and time parameters were added to securityTemplate.p.
- A fault report was added.
<<less
Download (0.060MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1269 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5