itdis 0.1.0 → 0.2.0

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/itdis +1 -2
  3. data/lib/itdis/version.rb +1 -1
  4. metadata +8 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68ea375aee5c17a325e330632c3c9446dd7e5ed289c9f6ad47d1f0e3620e2c61
4
- data.tar.gz: d1b7eefdb2ae997c7a53d29ab30c1135fad32e9b9d23ffbb474ef6b1cf89b3fc
3
+ metadata.gz: f11c37ce4a7f36e339c5c8ed6a1e6624dfa4b55ae35bbf7ee2e482d058bbacb0
4
+ data.tar.gz: 050437245ea7c476a123e4c84df478692d6ba54e1213e126696a980c4b6e8c55
5
5
  SHA512:
6
- metadata.gz: e10f07f7b621fa2852c05efb0d8b928bfc4f7d61a8ad3521e04c7963093a3b01b95bf42c9a6acd38cce460bb1890e2a82601cec5790c8560627e3022669dbeaa
7
- data.tar.gz: d59e58abca305036fae51ec438be234debb7956b4be70850ebd301b80794f00070dad177aae42a2e1c776d7cf1a750151f494b62725bd1596441b2ea3baad46b
6
+ metadata.gz: 61734ff993f38cc922682363dc425302730bfc59644b0c2dae036d678b13e6354a4d205a41694c79b5299d8a429fcf9f3f4b09575458c82254d817825ae5623f
7
+ data.tar.gz: e4ffc9b60899a42dd56223ea45736717d5ae4d0bc39428c5fe54c04bb9fa70bf8f220d7885715427e8f5e84fcf9918cc0c15b0420f8c41b3913985a75a5b0c5a
data/bin/itdis CHANGED
@@ -73,8 +73,7 @@ begin
73
73
  domains = file_to_array(args['--domains-file'])
74
74
  end
75
75
  res = Itdis.new(scope, domains).check
76
- require 'pp'
77
- pp args if args['--debug']
76
+ puts args if args['--debug']
78
77
  # print result
79
78
  res.each do |host, ips|
80
79
  if args['--no-color']
data/lib/itdis/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ItdisVersion
4
- VERSION = '0.1.0'
4
+ VERSION = '0.2.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itdis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre ZANNI
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2022-01-31 00:00:00.000000000 Z
10
+ date: 2025-03-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: docopt
@@ -30,14 +29,14 @@ dependencies:
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: '2.2'
32
+ version: '2.3'
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: '2.2'
39
+ version: '2.3'
41
40
  description: Is a small tool that allows you to check if a list of domains you have
42
41
  been provided is in the scope of your pentest or not.
43
42
  email: alexandre.zanni@europe.com
@@ -60,8 +59,8 @@ metadata:
60
59
  documentation_uri: https://noraj.gitlab.io/itdis/
61
60
  homepage_uri: https://noraj.gitlab.io/itdis/
62
61
  source_code_uri: https://gitlab.com/noraj/itdis/tree/master
62
+ funding_uri: https://github.com/sponsors/noraj
63
63
  rubygems_mfa_required: 'true'
64
- post_install_message:
65
64
  rdoc_options: []
66
65
  require_paths:
67
66
  - lib
@@ -69,18 +68,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
68
  requirements:
70
69
  - - ">="
71
70
  - !ruby/object:Gem::Version
72
- version: 2.7.0
71
+ version: 3.1.0
73
72
  - - "<"
74
73
  - !ruby/object:Gem::Version
75
- version: '3.2'
74
+ version: '4.0'
76
75
  required_rubygems_version: !ruby/object:Gem::Requirement
77
76
  requirements:
78
77
  - - ">="
79
78
  - !ruby/object:Gem::Version
80
79
  version: '0'
81
80
  requirements: []
82
- rubygems_version: 3.3.3
83
- signing_key:
81
+ rubygems_version: 3.6.2
84
82
  specification_version: 4
85
83
  summary: Is This Domain In Scope
86
84
  test_files: []