ha-finder 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. data/ha-finder.gemspec +23 -0
  4. data/lib/ha-finder.rb +53 -44
  5. data/lib/top-1m.csv +1000000 -0
  6. 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.1
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-08 00:00:00.000000000 Z
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: loganmcdona11@gmail.com
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
- homepage:
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.4.5.1
86
+ rubygems_version: 2.5.2
83
87
  signing_key:
84
88
  specification_version: 4
85
- summary: A finder of homograph attack DNS entries.
89
+ summary: Finds available domains to be used in homograph attacks.
86
90
  test_files: []