Plugin Directory

Changeset 3305391


Ignore:
Timestamp:
06/03/2025 01:36:54 AM (10 months ago)
Author:
codeplusdev
Message:

Tested on the latest WordPress version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • secuplug/trunk/readme.txt

    r3023815 r3305391  
    33Tags: firewall, security, anti-spam, ssl, login, xml-rpc
    44Requires at least: 4.9
    5 Tested up to: 6.4.2
    6 Stable tag: 1.4.0
     5Tested up to: 6.8.1
     6Stable tag: 1.4.1
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1212
    1313== Description ==
    14 SecureFusion acts as a robust shield against all known attack types, including login attempts and DDoS attacks via XML-RPC.
    15 It not only enhances security but also significantly improves your site's performance. 
    16 By preventing the collection of sensitive information from your site, it neutralizes many attack vectors.
    17 This is a flawless solution for ensuring user safety and maintaining the speed of your site.
     14SecureFusion acts as a robust shield against many common attack types, including login attempts and DDoS attacks via XML-RPC.
     15It not only enhances security but also significantly improves your site's performance.
     16By helping to prevent unauthorized access and collection of sensitive information from your site, it neutralizes many attack vectors.
     17This is an effective solution for ensuring user safety and maintaining the speed of your site.
    1818
    19 Features :
     19Features:
    2020
    2121= XMLRPC =
    22 SecureFusion aids in managing your critical XML-RPC services, often a prime target for WordPress hack attempts and spam comments. 
    23 The plugin allows you to selectively disable specific XML-RPC services, defending your site from XML-RPC attacks like spam comments without entirely disabling all XML-RPC services. 
     22SecureFusion aids in managing your critical XML-RPC services, often a prime target for WordPress hack attempts and spam comments.
     23The plugin allows you to selectively disable specific XML-RPC services, defending your site from XML-RPC attacks like spam comments without entirely disabling all XML-RPC services.
    2424However, be aware that blocking all XML-RPC requests may impact the interaction of certain applications and services with WordPress.
    2525
    2626* XML-RPC FULL PROTECTION (Disable all XML-RPC)
    27 This feature blocks all remote requests, offering an effective countermeasure against various remote attacks.
     27This feature blocks all incoming XML-RPC requests, offering an effective countermeasure against various remote attacks.
    2828Remember, this might impact certain functionalities that rely on XML-RPC.
    2929
    3030* XML-RPC LOGIN PROTECTION
    31 This feature denies remote login requests, providing an extra line of defense against brute force login attempts.
     31This feature denies remote login requests made via XML-RPC, providing an extra line of defense against brute force login attempts.
    3232
    3333* XML-RPC PINGBACK PROTECTION
     
    3838
    3939= SSL =
    40 SecureFusion facilitates SSL integration into your site, provided you have an SSL certificate purchased from any SSL dealer or acquired through a free SSL service like Cloudflare. 
    41 The plugin forces the redirection of selected zone URLs on your site to HTTPS/SSL. 
     40SecureFusion facilitates SSL integration into your site, provided you have an SSL certificate purchased from any SSL dealer or acquired through a free SSL service like Cloudflare.
     41The plugin forces the redirection of selected zone URLs on your site to HTTPS/SSL.
    4242Note that SSL certificates must always be valid and correctly configured; otherwise, users may face issues accessing the site.
    4343
    4444* Enable HTTPS / SSL
    45 Automatically encrypts sensitive data via SSL.
     45Enforces the use of HTTPS/SSL across your site, ensuring that data is encrypted during transmission.
    4646
    4747* Force HTTPS Login
     
    5555
    5656= Login =
     57
    5758* Login Attempt Limit
    5859Set the maximum number of login attempts and the waiting time after reaching this limit to prevent brute force attacks on your login page.
     
    6162SecureFusion allows you to modify default login errors, making it harder for potential attackers to gather information.
    6263
    63 * Change Admin ID
    64 This feature lets you change your admin ID, making it more difficult to guess user credentials rather than providing protection from SQL vulnerabilities as such.
     64* Change Admin Username
     65This feature lets you change your administrator's username (e.g., the default 'admin' username), making it more difficult to guess user credentials. This provides an obscurity layer rather than direct protection from SQL vulnerabilities. (Note: This changes the username, not the numerical User ID).
    6566
    6667* New Custom Login URL
    67 This feature lets you change your login page URL name. 
    68 Be aware that any changes to a URL, especially when using SSL/HTTPS, require the SSL certificate to be correctly configured to avoid potential issues.
     68This feature lets you change your login page URL name.
     69Be aware that if your site uses SSL/HTTPS, ensure your overall SSL configuration is correct and all resources load securely after any URL changes to avoid potential issues.
    6970
    7071= Firewall =
     72
    7173* Filter Bad Requests
    7274The plugin helps secure your site against various attacks such as XSS, CSRF, and Code Injections.
    7375
    7476* Disable Rest API
    75 SecureFusion safeguards sensitive information from potential attackers by hiding it.
     77SecureFusion helps safeguard sensitive information by allowing you to disable REST API endpoints, which can prevent them from being used by attackers for information disclosure or exploitation.
    7678However, keep in mind that disabling the REST API can restrict the functionality of your WordPress site since some plugins and themes depend on it.
    7779
    78 For complete information, please visit our website [the SecureFusion website](https://codeplus.dev/securefusion).
     80For complete information, please visit our website [the SecureFusion website](https://fyndsoft.com/securefusion).
    7981
    8082== Installation ==
     
    9597
    9698== Changelog ==
     99= 1.4.1 =
     100* Tested on the latest WordPress version
     101
    97102= 1.4.0 =
    98103* Added: Updates default settings on activate
Note: See TracChangeset for help on using the changeset viewer.