Main > Free Download Search >

Free detecting software for linux

detecting

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 618
BPM Detect 0.5

BPM Detect 0.5


BPM Detect is a simple BPM detection utility. more>>
BPM Detect is a simple BPM detection utility.

<<less
Download (0.78MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
552 downloads
arpdetect 0.7

arpdetect 0.7


arpdetect is a Perl script that detects when the network youre connected to changes. more>>
arpdetect is a perl script to detect when the network youre connected to changes, and run some commands when that happens. It does this by detecting a MAC address of some host you specify (usually a router). Actions can be re-run at a predetermined period with crond.


I needed something that detected when I was on a new network and did some stuff. Like, if I was at work, I wanted to rsync some pictures to my server there, or if I was at home, I wanted to backup my mail. Things like that. I figured the easiest way was to arping for a box I knew would always be there (like the router) and run commands at that time. Of course, you may need to re-run these commands every once and a while, so it has that support as well. Take it for a spin, let me know what you think.

Install should be pretty easy; download and install the perl modules required:
Getopt::Long
XML::Simple
Proc::Daemon
and copy the program to where you like it to be (I recommend /usr/local/bin). Config the thing to do stuff the way you like it in some config file (I like putting it in /usr/local/etc/arpdetect.xml) and run it! You can do that w/ the included init.d script for RedHat, or by typing a command similar to the following:
/usr/local/bin/arpdetect -c /usr/local/etc/arpdetect.xml
If somethings not quite what you expect, or need something else, or it just plain works, let me know!
<<less
Download (0.009MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1215 downloads
Proxy Detector 0.1

Proxy Detector 0.1


Proxy Detector is a PHP class that can detect HTTP requests via proxy. more>>
Proxy Detector is a PHP class that can detect HTTP requests via proxy. This class can detect if a visitor uses a proxy server by scanning the headers returned by the user client.
When the user uses a proxy server, most of the proxy servers alter the header. The header is returned to PHP in the array $_SERVER.
Enhancements:
- This is the first release of the class and implementation example.
<<less
Download (0.002MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1146 downloads
VulnDetector 0.0.2pa

VulnDetector 0.0.2pa


VulnDetector is a project aimed to scan a website and detect various web based security vulnerabilities in the website. more>>
VulnDetector is a project aimed to scan a website and detect various web based security vulnerabilities in the website.

Currently, VulnDetector can detect Cross Site Scripting (XSS) and SQL Injection (SQLI) vulnerabilities on a web based script, but has no easy to use interface. You must edit the script itself to change the settings at the top, and run the program.

VulnDetector is in the experimental stages, with a planned user interface and the debug displays taken out of it.

<<less
Download (0.018MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1177 downloads
Rogue Detect 0.4 Beta 2

Rogue Detect 0.4 Beta 2


Rogue Detect sends DHCPDISCOVER packets to the network and listens for DHCP servers to respond. more>>
Rogue Detect sends DHCPDISCOVER packets to the network and listens for DHCP servers to respond.

It can run continuously as a daemon, or do a single probe and quit. Its written in Perl and can be easily extended to take any action you can think of in response to an unknown DHCP server (send pages, disable them or whatever).

<<less
Download (0.10MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
846 downloads
Address Tangler 0.1

Address Tangler 0.1


AddressTangler is a PHP function that helps you protect email addresses that you need to add to a web page from spam bots. more>>
AddressTangler is a PHP function that helps you protect email addresses that you need to add to a web page from spam bots.
The project uses a simple HTML/CSS trick: The email address is divided into groups of letters, then each group is placed on a table cell, but not sequentially. If a bot browses the HTML code or strips out all the tags from it, it wont find the email address (which is shown correctly when the browser displays the page) but instead a mixed set of groups of letters.
The address, even if correctly displayed, cannot be selected nor copied/pasted. It must be manually typed.
How to use it
It is quite easy to use this function. You only need to give it the email address as a parameter, and it will return the HTML TABLE code.
Remember to copy the at.php file to your webpage folder and add a line like this to the beginning of your PHP code:
require "at.php";
Also remember to add the CSS definition for the table cells to the page with class "at_r1" as follows:
TD.at_r1 {vertical-align:bottom;}
(Note: since the result is a simple HTML table, you dont need to use this function if your page is made with just HTML. You can simply copy the HTML code written on this page and correct it according to the email address that you need to display.)
Version restrictions:
- Keep in mind that not only spam bots will have trouble detecting the email address: the text-to-speech software used by blind users will likely also be affected.
- So, if you plan to make your email address accessible to them, you must provide a second way to publish it. At the present time, this is out of the scope of this project. (perhaps in the future...)
- A possible solution could be to try to describe the address. But even if this results in a high security level, it would be hard to implement it into an automatic function. Also, it could be annoying to hear and complex to understand when used with addresses that make use of many random numbers and letters.
<<less
Download (0.012MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
944 downloads
trux_motion 1.0

trux_motion 1.0


trux_motion project is a program for detecting motion between two JPEG images. more>>
trux_motion project is a program for detecting motion between two JPEG images.

trux_motion is a simple program for detecting motion between a pair of JPEG images. It uses the GD library to load the JPEGs.

It uses a simple, fairly fast algorithm for detecting motion.

<<less
Download (0.009MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1012 downloads
devialog 0.9.0

devialog 0.9.0


devialog project is a syslog anomaly detection. more>>
devialog project is a syslog anomaly detection.
Main features:
- Is a behavior/anomaly/signature-based syslog intrusion detection system
- Detects new unknown attacks via anomalies in syslog
- Fits comfortably in heterogeneous Unix/Linux/*BSD environments at the core of a central syslog server
- Generates its own signatures
- Can email anomalies with included generated signatures in to administrators to ignore future similar events
Present log-based IDS:
Nearly all present log-based intrusion detection systems operate using a pre-defined known signature base, usually painstakingly created by hand. They can work well if the creator knows exactly all error and informational messages the software on a system(s) will write to syslog. Most overworked administrators wish there was an easier way to handle system logfiles in a sane, time-saving fashion. Present log-based intrusion detection systems have difficulty in detecting new attacks.
How devialog Differs:
devialog makes syslog parsing far less of a chore than it previously has been. It is functionally the inverse of standard log monitoring software. devialog, by default, reports on what is not know in its signature base, i.e. anomalous. This type of intrusion detection system is considered behavior-based, or anomaly detection. Reporting can be in the form of an email for each anomalous log, or an email for all the logs sent within a pre-defined time window. devialog can also execute commands, or simply write all anomalies to a file for periodical review.
Signature Creation:
For log-based anomaly detection to operate effectively, one must create an extremely large signature base. With an included utility, devialogsig, the signatures are created automatically. Future signature additions are as simple as a cut and paste from the alert email.
Usage: devialog.pl [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]
The following single-character options are accepted:
With arguments: -c
Boolean (without arguments): -d -h -v
Enhancements:
- Bug fixes include better handling of lines with some special characters.
- A timing error was fixed within alert generation: sometimes alerts would be sent inadvertently based on the timing of a new log arriving as an alert was sent out in specific high-volume log situations.
- Altered signature generation creates more exact regular expressions.
<<less
Download (0.018MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
839 downloads
Eengredient 0.1

Eengredient 0.1


Eengredient is a program that you will detect which E is save, which E is normal, and which E is dangerous. more>>
Eengredient is a program that you will detect which E is save, which E is normal, and which E is dangerous. In many products you can saw in ingredients E. You sea E110, E101, E472. This are ingredients, but not all is safe for you health.

Eengredient is a program that you will detect which E is save, which E is normal, and which E is dangerous.

<<less
Download (0.23MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
858 downloads
devmon 1.5

devmon 1.5


devmon is a daemon that monitors sys-fs files in order to detect plugs of usb storage devices (ie : flash cards). more>>
devmon is a daemon that monitors sys-fs files in order to detect plugs of usb storage devices (ie : flash cards).

When a device is detected, devmon mounts it and start a dockapp that allows to launch your favorite filemanager (left click) or unmount the device (right click).

For 2.6 kernel users only!

<<less
Download (0.048MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1081 downloads
Disk Manager 1.0.1

Disk Manager 1.0.1


Disk manager is a simple filesystem configurator. more>>
Disk Manager project is a simple filesystem configurator that allow you to:
- Automaticly detect new partitions at startup.
- Fully manage configuration of filesystem.
- Enable/disable write support for NTFS (need ntfs-3g installed).
<<less
Download (0.055MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
520 downloads
motion 3.2.8

motion 3.2.8


motion is a motion detector for video4linux devices. more>>
Motion is a program that monitors the video signal from one or more cameras and is able to detect if a significant part of the picture has changed. Or in other words, it can detect motion.
The program is written in C and is made for the Linux operating system.
Motion is a command line based tool. It has absolutely no graphical user interface. Everything is setup either via the command line or via a set of configuration files (simple ASCII files that can be edited by any ASCII editor).
The output from motion can be:
- jpg files
- ppm format files
- mpeg video sequences
Main features:
- Taking snapshots of movement
- Watch multiple video devices at the same time
- Watch multiple inputs on one capture card at the same time
- Live streaming webcam (using multipart/x-mixed-replace)
- Real time creation of mpeg movies using libavcodec from ffmpeg
- Take automated snapshots on regular intervals
- Take automated snapshots at irregular intervals using cron
- Sending an e-mail when detecting movement
- Sending a SMS message when detecting movement
- Execute external commands when detecting movement
- Motion tracking
- Feed events to an MySQL or PostgreSQL database.
- Feed video back to a video4linux loopback for real time viewing
- Web interface using Motion Related Projects such as motion.cgi, Kenneths Webcam Package, Kevins Webpage, X-Motion and many more.
- User configurable and user defined on screen display.
- Control via xml-rpc - small control binary to control motion while running
- Automatic noise and threshold control
- Ability to control the pan/tilt of a Logitech Sphere (or Orbit) camera
- Highly configurable display of text on images.
- High configurable definition of path and file names of the stored images and films.
Enhancements:
- V4L2 devices are now supported along with V4L2_bayer, SN9C10X, MJPEG, and UYVY.
- Device status was enhanced.
- Debian packaging was improved.
- The SWF codec for movie creation was added.
- ucvideo track pan/tilt support was added.
- A FreeBSD directory for building ports was added.
<<less
Download (0.21MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
828 downloads
KSetiSpy 0.6.4

KSetiSpy 0.6.4


KSetiSpy is a SETI@home utility for GNU/Linux. more>>
KSetiSpy is a KDE utility that monitors the progress of the SETI@home client, and displays all kinds of information about the work unit(s) being processed.
It uses the same interface as SETI Spy, a Windows program written by Roelof Engelbrecht.
The SETI@home project started in May 1999; its goal is to harness the power of distributed computing to analyze radio signals from space, for "the small but captivating possibility of detecting the faint murmur of a civilization beyond Earth".
To participate in this exciting project, all you have to do is to run the SETI@home client program. This program downloads a set of data (usually called "work unit") from the SETI@home servers, processes it on the local machine (using idle processing time that would otherwise go wasted), and then transmits the result back to the servers.
Over time, SETI@home participants people have become more and more interested in learning everything about the data contained in these work units and the computations done on them. To address these needs, several SETI@home monitoring add-on programs were developed. These extract interesting information from the SETI@home client and present it in a user-friendly way.
One of the most complete SETI@home monitoring tools available today is a Windows program named SETI Spy. KSetiSpy has been created with the intent of providing a version of SETI Spy for my favorite desktop environment (KDE). KSetiSpy borrows most of its user interface conventions from SETI Spy, so SETI Spy users will feel immediately at home with KSetiSpy.
KSetiSpy started as a programming experiment in KDE in June 2001, and has grown a lot since then, mainly to keep up with the ever-increasing feature set of its Windows counterpart. Like many open source projects, its basically the work of a single developer (that would be me), working on it on his spare time. Therefore advancement is not linear, and debugging is mostly left to the users (that would be you). If you run into a bug, please report it to Roberto Virga
Enhancements:
- fixed RA and Dec formatting
- fixed julian date conversion (was off by 6 hours - thanks to Bengt-Erik Soderstrom for reporting this)
- fixed constellation links (the P.A.S. re-organized their web site)
<<less
Download (1.92MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1666 downloads
listener 1.7.0

listener 1.7.0


listener is a typical security-related program like the motion package (which detects motion on a Webcam): it listens for sound. more>>
listener is a typical security-related program like the motion package (which detects motion on a Webcam): it listens for sound.

If listener detects any sounds, it starts recording until the sound stops (or a bit later, which is configurable). It stores the audio in .WAV files.

I would like to add a low-, high- and bandfilter to listener (plugins). Ive googled but could not find a simple example on how to implement this. So if anyone can help me?

<<less
Download (0.017MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1403 downloads
dotDefender Monitor for Apache Linux 3.84

dotDefender Monitor for Apache Linux 3.84


dotDefender Monitor for Apache is the only way to know who is attacking your web site in real time. Residing on the server as webserver plug-in, dotDefender can be installed and implemented in minutes without influence on traffic or network archite more>>
dotDefender Monitor for Apache Linux 3.84 is a powerful tool which monitors HTTP traffic in real time to detect attacks against your website and internal applications. dotDefender Monitor allows you to identify suspicious events in web traffic and achieve a better understanding of the potential threat to your website and corporate data.
dotDefender Monitor inspects the actual HTTP/HTTPS requests for suspicious patterns that may indicate an attack, regardless of their source URL. This includes requests in content such as HTML, SOAP and XML.
  1. Immediately identify web application attacks.
  2. Identify sources of insider attacks.
  3. Receive real-time information about attempts to attack websites and internal applications
  4. View detailed statistics about attackers and attack attempts
  5. Receive automatic updates for detecting new threats
  6. Gain insight into your web application security posture

Major Features:

  1. Installation: ISAPI filter for IIS & a module for Apache
  2. Configuration possibility
  3. Comprehensive Logging
  4. Central Management
  5. Applicure Support

Requirements: Requires Apache Server

WareSeeker Editor

<<less
Download (17.17MB)
Added: 2009-04-03 License: Freeware Price:
204 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5