ha-finder 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/ha-finder.gemspec +23 -0
- data/lib/ha-finder.rb +53 -44
- data/lib/top-1m.csv +1000000 -0
- metadata +11 -7
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ha-finder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Logan McDonald
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: whois
|
@@ -52,14 +52,18 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0.0'
|
55
|
-
description:
|
56
|
-
email:
|
55
|
+
description: Use this command line tool to find homograph attacks.
|
56
|
+
email:
|
57
|
+
- logan@logancodes.it
|
57
58
|
executables: []
|
58
59
|
extensions: []
|
59
60
|
extra_rdoc_files: []
|
60
61
|
files:
|
62
|
+
- README.md
|
63
|
+
- ha-finder.gemspec
|
61
64
|
- lib/ha-finder.rb
|
62
|
-
|
65
|
+
- lib/top-1m.csv
|
66
|
+
homepage: https://github.com/loganmeetsworld/ha-finder
|
63
67
|
licenses:
|
64
68
|
- MIT
|
65
69
|
metadata: {}
|
@@ -79,8 +83,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
83
|
version: '0'
|
80
84
|
requirements: []
|
81
85
|
rubyforge_project:
|
82
|
-
rubygems_version: 2.
|
86
|
+
rubygems_version: 2.5.2
|
83
87
|
signing_key:
|
84
88
|
specification_version: 4
|
85
|
-
summary:
|
89
|
+
summary: Finds available domains to be used in homograph attacks.
|
86
90
|
test_files: []
|