Changeset 2446370
- Timestamp:
- 12/27/2020 10:30:56 AM (5 years ago)
- Location:
- guardgiant
- Files:
-
- 2 edited
-
tags/2.2.2/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
guardgiant/tags/2.2.2/README.txt
r2446364 r2446370 68 68 This login security plugin implements various improvements recommended by the Open Web Application Security Project® (OWASP) to keep your site safe. 69 69 70 This security plugin is exceptionally easy to use no matter what your level of technical expertise.71 72 70 The default settings are highly optimized, designed to stop user enumeration and prevent brute force attacks whilst not disturbing genuine users from logging in. Advanced users can fully customize the behavior of this plugin to achieve the level of brute force protection they need. 73 71 72 This login security plugin is exceptionally easy to use no matter what your level of technical expertise. 73 74 74 = Brute Force = 75 75 … … 86 86 = Other Opportunities To Achieve Brute Force Protection = 87 87 88 The initial phase, where a brute force attacker will run a user enumeration script to harvest usernames from your site is a critical point where intervention can render the brute force attack impossible. If we can stop user enumeration (harvesting usernames) the brute force attack will likely fail immideiately. To stop user enumeration GuardGiant adds a requirement to be logged in before accessing some WordPress API calls.88 The initial phase, where a brute force attacker will run a user enumeration script to harvest usernames from your site is a critical point where intervention can render the brute force attack impossible. If you can stop user enumeration (harvesting usernames) the brute force attack will likely fail immediately. To stop user enumeration GuardGiant adds a requirement to be logged in before accessing some WordPress API calls. 89 89 90 90 = Stop Brute Force Attacks = -
guardgiant/trunk/README.txt
r2446364 r2446370 68 68 This login security plugin implements various improvements recommended by the Open Web Application Security Project® (OWASP) to keep your site safe. 69 69 70 This security plugin is exceptionally easy to use no matter what your level of technical expertise.71 72 70 The default settings are highly optimized, designed to stop user enumeration and prevent brute force attacks whilst not disturbing genuine users from logging in. Advanced users can fully customize the behavior of this plugin to achieve the level of brute force protection they need. 73 71 72 This login security plugin is exceptionally easy to use no matter what your level of technical expertise. 73 74 74 = Brute Force = 75 75 … … 86 86 = Other Opportunities To Achieve Brute Force Protection = 87 87 88 The initial phase, where a brute force attacker will run a user enumeration script to harvest usernames from your site is a critical point where intervention can render the brute force attack impossible. If we can stop user enumeration (harvesting usernames) the brute force attack will likely fail immideiately. To stop user enumeration GuardGiant adds a requirement to be logged in before accessing some WordPress API calls.88 The initial phase, where a brute force attacker will run a user enumeration script to harvest usernames from your site is a critical point where intervention can render the brute force attack impossible. If you can stop user enumeration (harvesting usernames) the brute force attack will likely fail immediately. To stop user enumeration GuardGiant adds a requirement to be logged in before accessing some WordPress API calls. 89 89 90 90 = Stop Brute Force Attacks =
Note: See TracChangeset
for help on using the changeset viewer.