security log alerter
Security Log Tools 2
Open Source VB Script for Wondows 2000, 2003, and XP so you can customize for your environment. The Security Log Alerter monitors for potentially hazardous actions to the local machine as well as to active directory. It then sends a detailed alert more>> Open Source VB Script for Wondows 2000, 2003, and XP so you can customize for your environment. The Security Log Alerter monitors for potentially hazardous actions to the local machine as well as to active directory. It then sends a detailed alert and/ or puts the data to the SecAlerts table in the database. *Some examples of what is collected and alerted on by default: -Addition to and removal from Domain Admins Group -Addition to and removal from Enterprise Admins Group -Addition to and removal from Schema Admins Group -OU Creation -OU Deletion -DC Creation/ deletion -Admin account password change -Domain policy modification -Trust relation modifications -Scheduler jobs created -System Time Changed -Event Logs cleared -And attempts to log into the DC local and remote -Kerberos policy changes<<less
Security Image and Question 1
This script is a new and improved way of creating a security image to help prevent automatic submissions of forms. The script will select 4 common animals and give each animal a common name. Then it will ask a question about the animals. Humans will more>> This script is a new and improved way of creating a security image to help prevent automatic submissions of forms. The script will select 4 common animals and give each animal a common name. Then it will ask a question about the animals. Humans will easily be able to determine the answer while computers will not. Enjoy.<<less
PHP security System 1
Fusion is an advanced security system for PHP-Nuke. Fusion is a more user friendly extremely advanced security system with features like no other.Including FTP Security, Complete Logging, IP Protection, Secure GET & POST, Block any kind of SQL injection. more>> Fusion is an advanced security system for PHP-Nuke. Fusion is a more user friendly extremely advanced security system with features like no other.Including FTP Security, Complete Logging, IP Protection, Secure GET & POST, Block any kind of SQL injection.<<less

cricetus log file search 0.6
cricetus log file search is a PHP application to search for matching strings in log files. more>>
Error Log Viewer Perl
PLEASE REVIEW AND EDIT CAREFULLY Error Log Viewer is a free perl script that allows you to view your web servers error log. more>> Error Log Viewer Perl is developed as a free and useful perl script which gives you the ability to view the error log of your web servers. Error Log, contains all sorts of useful information about errors and warnings returned by your server that will help you improve as a Perl Programmer and write tighter more efficient code.
All you need is a cgi-bin and the path to the error log file on your server. If you do not know the path to your error log, this script package also comes with the code you need to redirect the error messages to your browser.
The following code is all you really need. It has proved invaluable and has saved our programmers countless hours of debugging. Any time you encounter a Server 500 error, open up the script that is causing it and enter the following code near the top, under the path to Perl.
It can be placed anywhere in the script as long as it placed before the error. Each time a script is called, it is entirely compiled then executed. This code will redirect the errors found to STDOUT (your browser) using Perls built in BEGIN subroutine.
Major Features:
- Select group of lines to view
- View with or without word wrap
- Characters decoded for easier reading
- Set default values
- Compatible with Windows, Unix, Linux, Sun, BSDOS and OSX Mac servers
DHS security threat level for website
This is a very simple PHP script to display a security threat level on your website. This script is specially for php newbies. The script simply goes to the DHS website and checks for the security lev more>> This is a very simple PHP script to display a security threat level on your website. This script is specially for php newbies. The script simply goes to the DHS website and checks for the security level and displays an appropriate image linked to that level. If conditions are used to determine which image to dislay.<<less
PC Security Audit 10.3
Firewall Test that checks browser security, popup blocking ability, security settings and spyware. Results are instant and includes detailed reports. more>> Firewall Test that checks browser security, popup blocking ability, security settings and spyware. Results are instant and includes detailed reports.<<less
Event Log Management 1.0
The Event Log service enforces a standard logging format and makes it easy to view logs by using a single event viewer application that provides one-stop shopping for the system administrator. more>> The Event Log service enforces a standard logging format and makes it easy to view logs by using a single event viewer application that provides one-stop shopping for the system administrator.<<less
Error log Viewer 1.0
Pinpoint the cause of Server 500 errors. This script allows you to view your error log in an easy to read format, or if you dont have access to your error log, learn how to redirect error messages to your browser. This will save you hours of debugging. more>> Pinpoint the cause of Server 500 errors. This script allows you to view your error log in an easy to read format, or if you dont have access to your error log, learn how to redirect error messages to your browser. This will save you hours of debugging.<<less
MySQL Log Parser 0.1
This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php more>> This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php mysql_log_parser.php Enter the path to the log file to be processed:/path/to/update log.nnn Enter the name of the database to extract:MyDB Start Time (T= current time - your input here):864000 End Time (T = current time - your input here):35000 Enter the path to the output file:output.log This would output the all update statements on the MyDB database during the time interval (864000 seconds ago, 35000 seconds ago).<<less
PHPCipher Security Suite 5.0.14
PHPCipher is a complete source code encryption and protection system. An online licensing module allows programmers to easily and transparently restrict their code to specific domains or IP address. PHPCipher now comes with a complete client more>> PHPCipher is a complete source code encryption and protection system. An online licensing module allows programmers to easily and transparently restrict their code to specific domains or IP address. PHPCipher now comes with a complete client management and licensing system. Easily distribute and license software, accept payments, setup referrer system, and more!<<less
License:Free for non-commercial use
Visitors Web Log Analyzer 0.6
Visitors is a very fast Web log analyzer. It can process up to 150,000 lines/second of logs on a modern PC, outputs statistics in plaintext or HTML, and can be used interactively in a pipe with less to just see the stats quickly, or run via cron for the more>> Visitors is a very fast Web log analyzer. It can process up to 150,000 lines/second of logs on a modern PC, outputs statistics in plaintext or HTML, and can be used interactively in a pipe with less to just see the stats quickly, or run via cron for the HTML output. It does not require any kind of configuration, nor to know the format of the Web log file to process.<<less
ASP Security Image Generator (CAPTCHA)
Whats New v2.0 * OCR software could not recognized * Added image noise feature * Fixed and improved image distortion methods * Improved SendHex() function Generate images with number to make a CAPTCHA more>> Whats New v2.0 * OCR software could not recognized * Added image noise feature * Fixed and improved image distortion methods * Improved SendHex() function Generate images with number to make a CAPTCHA test. No image files and components requires. Supports unlimited background and text color. Compatible with all browsers. Always 5,38KB BMP image. Only 11,5KB ASP script file.<<less
Security Features in ASP.NET 2.0 1
Tutorial covers number of new features and tools to secure ASP.NET applications. The authentication and authorization of users and resistance against the malicious attacks are important tasks in web applications. more>> Tutorial covers number of new features and tools to secure ASP.NET applications. The authentication and authorization of users and resistance against the malicious attacks are important tasks in web applications.<<less
Active Log Monitor 1.0
This script will monitor your site on the log level allowing you to view your users in real time and see what pages/files they are viewing and where they came from. You can also get details on the users IP address to see where they are coming from. more>> This script will monitor your site on the log level allowing you to view your users in real time and see what pages/files they are viewing and where they came from. You can also get details on the users IP address to see where they are coming from. Details on the users browser are also available. This script works in REAL TIME!<<less