Changeset 145078
- Timestamp:
- 08/12/2009 08:19:22 AM (17 years ago)
- File:
-
- 1 edited
-
wordpress-firewall/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-firewall/trunk/readme.txt
r145072 r145078 1 WordPress Firewall v1.25 2 SEO Egghead, Inc. (http://www.seoegghead.com) 3 For more information, see http://www.seoegghead.com/software/downloads/wordpress-firewall.seo 1 === Plugin Name === 2 Contributors: seoegghead 3 Donate link: http://seoegghead.com/ 4 Tags: security, firewall 5 Requires at least: 2.6.1 6 Tested up to: 2.8 4 7 5 8 This WordPress plugin investigates web requests with simple WordPress-specific heuristics to identify and stop most obvious attacks. There exist a few powerful generic modules that do this; but they're not always installed on web servers, and difficult to configure. 6 9 7 It intelligently whitelists and blacklists pathological-looking phrases based on which field they appear within in a page request (unknown/numeric parameters vs. known post bodies, comment bodies, etc.). Its purpose is not to replace prompt and responsible upgrading, but rather to mitigate 0-day attacks and let bloggers sleep better at night. Its features include — 10 == Description == 11 12 This WordPress plugin investigates web requests with simple WordPress-specific heuristics to identify and stop most obvious attacks. There exist a few powerful generic modules that do this; but they're not always installed on web servers, and difficult to configure. 13 14 It intelligently whitelists and blacklists pathological-looking phrases based on which field they appear within in a page request (unknown/numeric parameters vs. known post bodies, comment bodies, etc.). Its purpose is not to replace prompt and responsible upgrading, but rather to mitigate 0-day attacks and let bloggers sleep better at night. 15 16 See: 17 [WordPress Firewall Info](http://www.seoegghead.com/software/wordpress-firewall.seo "WordPress Firewall Information") and 18 [WordPress Firewall Security Filters](http://www.seoegghead.com/software/wordpress-firewall-security-filters.seo "WordPress Firewall Security Filters") for more information. 19 20 == Installation == 21 22 1. Copy the contained program to "wordpress-firewall.php" within your "wp-content/plugins/" folder. 23 24 == Frequently Asked Questions == 25 26 = What does this thing actually do? = 27 28 Lots of stuff - here's the list: 8 29 9 30 * Detect, intecept, and log suspicious-looking parameters — and prevent them compromising WordPress. … … 19 40 * Add whitelisted IPs. 20 41 * Add additional whitelisted pages and/or fields within such pages to allow above to get through when desirable. 42 43 == Screenshots == 44 45 1. Screenshot 1 (screenshot-1.gif). 46 2. Screenshot 2 (screenshot-2.gif). 47 48 == Changelog == 49 50 = 1.25 = 51 * First release. 52 53 = 0.5 = 54 * Unreleased.
Note: See TracChangeset
for help on using the changeset viewer.