Plugin Directory

Changeset 1429646


Ignore:
Timestamp:
06/03/2016 07:05:04 AM (10 years ago)
Author:
ciphertooth
Message:

Added more descriptive information for the WordPress screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spoofproof/trunk/readme.txt

    r1429592 r1429646  
    1111== Description ==
    1212
    13 SpoofProof alters the WP login screen using a web service to verify that you are not being attacked by  spoofing, phishing, or Man in the middle.
     13SpoofProof alters the WP login screen to have a two (2) stage login with data from the server selected and or entered by the user displayed to the user to prove they are talking to your server, and not a spoofed site.  (This means a hacker can't Spoof or Phish your site).
     14
     15SpoofProof hooks into the WordPress engine to filter out Javascript and SQL injection from posts to your site.
     16
     17SpoofProof tracks login attampts and stops Brute Force attacks by imposing waiting periods on rapid login attempts.
     18
     19SpoofProof Detects Man In the Middle (MItM) attacks in progress, records the IP address of the hacker(s) in your log, and stops the user from revealing their password to the hacker(s).  (This stops a hacker from using a MItM to get around the two stage login)
    1420
    1521== Installation ==
Note: See TracChangeset for help on using the changeset viewer.