From 5576fd3a874e092ae47db1bfe5486f2c2d3ed880 Mon Sep 17 00:00:00 2001 From: Glomberg Date: Wed, 2 Oct 2024 15:51:10 +0300 Subject: [PATCH] Fix. Readme updated. --- readme.txt | 63 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 30 deletions(-) diff --git a/readme.txt b/readme.txt index 7d55858ac..41533d6d0 100644 --- a/readme.txt +++ b/readme.txt @@ -304,36 +304,39 @@ This is required for the Security FireWall to function properly. Plugins that ar == Screenshots == 1. **Firewall log tab**. The log includes detailed info about each of visitor that reached the site and his firewall check status. Also show Traffic Control activity for the user. -2. **Security Log tab**. The log includes list of Brute force attacks or failed logins and list of successful logins for up to 45 days. The plugin keeps the log on CleanTalk servers to make the log not accessible for hackers. -3. **General settings tab**. Here you can manage all the plugin settings. -4. **General settings - authentication and log in**. Here you can manage Brute-Force protection, 2FA auth and change login URL. -5. **General settings - firewall**. Here you can manage Firewall modules and Traffic Control settings. -6. **General settings - scanner**. Here you can manage automatic scanner start, types of checks, directories exclusions for scanner and enable important files monitoring. -7. **General settings - admin bar**. Here you can set behavior of admin bar module. -8. **Admin bar**. How the admin bar module looks. -9. **General settings - trusted text**. Here you can manage your affiliate links and trusted text shown for visitors. -10. **Trusted text**. How the trusted text looks. -11. **Malware scanner tab**. Here you can scan all WordPress files for malicious and suspicious code and see the result. -12. **Malware scanner results - critical**. There is a list of files that contains dangerous code or malware signatures. -13. **Malware scanner results - suspicious**. There is a list of files that contains suspicious code. -14. **Malware scanner results - approved**. There is a list of files that were approved by user, Cloud analysis or CleanTalk team. -15. **Malware scanner results - analysis log**. There is a list of files that were sent for Cloud Malware Scanner analysis and their status. -16. **Malware scanner results - unknown**. There is a list of files that contain no malware, but they are not a part of WordPress core or plugins/themes. -17. **Malware scanner results - cured**. There is a list of files that have been automatically cured. -18. **Malware scanner results - frontend malware**. There is a list of frontend pages that contains malicious HTML/JavaScript code. -19. **Malware scanner results - unsafe permissions**. There is a list of files that could be reached by a hacker because of unsafe permission set. -20. **Malware scanner results - file monitoring**. There is a list of important files and their snapshots. You can use this to know if they were changed. -21. **Malware scanner results - snapshot**. How the important file snapshot looks. -22. **Malware scanner results - PFD report**. How the PDF report of scan results looks. -23. **Backups interface**. How the backups interface looks. -24. **Summary tab**. The general info about the plugin state. -25. **Templates interface**. Using this interface you can apply the settings from another site of your CleanTalk account or a template saved before. -26. **Example of blocking page - Firewall**. If the visitor IP is in hazardous net list or blacklisted in your personal list, he will see this screen. -27. **Example of blocking page - XSS**. If the visitor attempts to implement XXS, he will see this screen. -28. **Example of blocking page - SQL**. If the visitor attempts to implement SQL injection, he will see this screen. -29. **Example of blocking page - Brute-Force**. If the visitor tried to use wrong credentials for many times, he will see this screen. -30. **Example of blocking page - Traffic Control**. If the visitor has requested site pages too often, he will see this screen. -31. **File System Watcher tab**. File System Watcher interface. +2. **Critical Updates tab**. Critical Updates interface. +3. **File System Watcher tab**. File System Watcher interface. +4. **Malware scanner tab**. Here you can scan all WordPress files for malicious and suspicious code and see the result. +5. **Security Log tab**. The log includes list of Brute force attacks or failed logins and list of successful logins for up to 45 days. The plugin keeps the log on CleanTalk servers to make the log not accessible for hackers. +6. **General settings tab**. Here you can manage all the plugin settings. +7. **Summary tab**. The general info about the plugin state. +8. **Backups interface**. How the backups interface looks. +9. **General settings - authentication and log in**. Here you can manage Brute-Force protection, 2FA auth and change login URL. +10. **General settings - firewall**. Here you can manage Firewall modules and Traffic Control settings. +11. **General settings - scanner**. Here you can manage automatic scanner start, types of checks, directories exclusions for scanner and enable important files monitoring. +12. **General settings - admin bar**. Here you can set behavior of admin bar module. +13. **Admin bar**. How the admin bar module looks. +14. **General settings - trusted text**. Here you can manage your affiliate links and trusted text shown for visitors. +15. **Trusted text**. How the trusted text looks. +16. **Malware scanner results - critical**. There is a list of files that contains dangerous code or malware signatures. +17. **Malware scanner results - suspicious**. There is a list of files that contains suspicious code. +18. **Malware scanner results - approved**. There is a list of files that were approved by user, Cloud analysis or CleanTalk team. +19. **Malware scanner results - analysis log**. There is a list of files that were sent for Cloud Malware Scanner analysis and their status. +20. **Malware scanner results - unknown**. There is a list of files that contain no malware, but they are not a part of WordPress core or plugins/themes. +21. **Malware scanner results - cured**. There is a list of files that have been automatically cured. +22. **Malware scanner results - frontend malware**. There is a list of frontend pages that contains malicious HTML/JavaScript code. +23. **Malware scanner results - unsafe permissions**. There is a list of files that could be reached by a hacker because of unsafe permission set. +24. **Malware scanner results - file monitoring**. There is a list of important files and their snapshots. You can use this to know if they were changed. +25. **Malware scanner results - snapshot**. How the important file snapshot looks. +26. **Malware scanner results - PFD report**. How the PDF report of scan results looks. +27. **Templates interface**. Using this interface you can apply the settings from another site of your CleanTalk account or a template saved before. +28. **Example of blocking page - Firewall**. If the visitor IP is in hazardous net list or blacklisted in your personal list, he will see this screen. +29. **Example of blocking page - XSS**. If the visitor attempts to implement XXS, he will see this screen. +30. **Example of blocking page - SQL**. If the visitor attempts to implement SQL injection, he will see this screen. +31. **Example of blocking page - Brute-Force**. If the visitor tried to use wrong credentials for many times, he will see this screen. +32. **Example of blocking page - Traffic Control**. If the visitor has requested site pages too often, he will see this screen. + + == Changelog ==