-
Notifications
You must be signed in to change notification settings - Fork 65
/
changelog_en.txt
88 lines (63 loc) · 2.41 KB
/
changelog_en.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
ai-bolit.php
------------
http://www.revisium.com/aibo/
skype: greg_zemskov
Changes 20160817
- Added virus signatures and new whitelist files
- Some minor report cleanups
Changes in 20160720
- Added virus signatures and new whitelist files
Changes in 20160701
- Added virus signatures and new whitelist files
Changes in 20160503
- Added php7 and pht extensions in mandatory list to scan
- Added virus signatures and new whitelist files
Changes in 20160312
- Fixed sorting order in report
- Added virus signatures and new whitelist files
Changes in 20160305
- Added new command line argument --scan to scan particular extensions
- New whitelist approach to filter false-positives. Please ensure that your PHP.ini has short_open_tag=on (or launch scanner with the following command short_open_tag=on (php -d short_open_tag=on ai-bolit.php ...)
- Added new signatures
- Minor bugfixes
Changes in 20160227
- New whitelist approach to filter false-positives. Please ensure that your PHP.ini has short_open_tag=on (or launch scanner with the following command short_open_tag=on (php -d short_open_tag=on ai-bolit.php ...)
- added new signatures
Changes in 20160219
- fixed issue in whitelisting mechanism. Need to set short_open_tag=on while running ai-bolit (php -d short_open_tag=on ai-bolit.php ...)
- added new signatures of malware
- added new CMSes to whitelist database
Changes in 20160202
- added new whitelist
- added new malware signatures
- new scanner international version
...
Changes in 20130201
- new signatures added
- report is protected from SE indexing
- report file name includes randomly generated number against bruteforce protection
- added wordpress 3.5.1 into .aknown list
Changes in 20130122
- new signatures added
- added known files for instant cms and invision power board cms
- hidden files detection
- bugfix
Changes in 201301221
- flexible patterns to find shell and malicious code
- extended mechanism for exceptions
- console report now has a statistics
- bugfix
Changes in 20121106
- new signatures
- search "sensitive" files which are not in safe
- bugfix
Changes in 20121014
- added 170 new signatures
- symlinks are skipped
- php info added
- checn for php build version
- improved external include analysis
- report file renamed: AI-BOLIT-REPORT-<äàòà>_<âðåìÿ>.html
- improved scanning progress
...