- 1,233 categories
- 40,621 scripts
Updated: 10/12/2005
- This script was written to help stop automated brute force attacks against your website. Are you tired of seeing www.yourdomain.com... ...cmd.exe in your log files? This script uses a custom 404 page that logs the IP address of the person making the 404 requests and after so many requests it adds that IP to the IIS servers deny list. There is some HOWTO information with the download...Be sure to read the README.html file! This script works against requests made via browser, wget, raw HTTP...maybe more. I updated this script to use a safe.log. You can add Ip''s you dont want to ban in the safe log. IP''s you might not want to ban are those used by Googlebot or Slurp (yahoo bot).
- Categories
- Tags
- Platforms
- Licenses
- Author
- Customized 404 and other default error pages improve user experience and reduce abandonment rates by maintaining the look and feel of your site and offering alternate page destinations. Unfortunately, setting them up in Microsoft IIS usually requires...
- This example demonstrates how to serve a custom page to users whenever a 404 error occurs as well as log the user info such as ip, referer, request, agent into a database.
- Everyone has seen an HTTP 404 error at some point. You follow a link on a web page, and BOOM - File not found. Perhaps the author spelt it incorrectly, or the page was uploaded to the server by mistake. This tutorial''ll show you how to handle t...
- The basic 404 error or file not found page serves two specific purposes. Firstly, to alert the user that the item they were expecting is
not currently available. Secondly, to alert the
webmaster that a file is missing or a link is targeting somet...
- No one likes to see 404 pages and it''s even worse when you find one on your own site. This tutorila explains how to make the 404 page useful to the user and notify yourself so you can fix them ASAP.