forked from atenreiro/opensquat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
37 lines (29 loc) · 985 Bytes
/
CHANGELOG
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
v1.8 (2020-07-12)
+ Add support for DNS validations (Quad9)
v1.7 - (2020-06-03)
+ New searchable period by month
+ default search period changed from day to month
v1.6 - (2020-05-26)
+ Support for certificate transparency (CT) search
v1.5 - (2020-05-20)
+ Added doppelganger only feature
v1.4 - (2020-05-17)
+ Jaro-Winkler algorithm support for string similarity
v1.3 - (2020-05-15)
+ New searchable period options: day (default) and week
+ Added download size information for domains file
+ Travis-CI support (by mateuszz0000)
+ Code clean-up (by mateuszz0000)
v1.2 - (2020-05-11)
+ Added support for IDN homographs attacks
+ New logo
+ New python library homoglyphs is required
+ New python library confusable_homoglyphs is required
+ Terminal colours added
- Removed support for lxml
v1.1 - (2020-05-08)
+ Major improvements for Levenshtein implementation (5 times faster)
+ New python library strsimpy is required
- Removed numpy lib
v1.0 - (2020-05-07)
+ Initial release