-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
38 lines (27 loc) · 966 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
=== ELK Security Enforcer ===
Contributors: elklab
Tags: security, breach, malware, elk, elklab
Requires at least: 4.6
Tested up to: 5.3.2
Requires PHP: 7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This simple plugin enforces security measures against march 2020 attacks and handles breach notification
== Description ==
This simple plugin enforces security measures against march 2020 attacks and handles breach notification.
If a breach is detected it tries to prevent database modification and notifies the admin about the occurred breach.
== Installation ==
1. Install from Plugin page or extract 'elkse.zip' in the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 1.0.4 =
* Add malicious plugins detection
= 1.0.3 =
* Update Italian translation
= 1.0.2 =
* Prefix all functions
* Fix typo
= 1.0.1 =
* Fix critical error
= 1.0.0 =
* Initial version