hivexcavator 0.0.1 → 0.1.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.
- checksums.yaml +4 -4
- data/LICENSE.txt +3 -2
- data/lib/hivexcavator/cli.rb +2 -2
- data/lib/hivexcavator/version.rb +1 -1
- metadata +11 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dcb5ff9b6b5542ea897c3b61f88a6ef376fc1a6b7cd825504a32ed345af992d3
|
|
4
|
+
data.tar.gz: 826b7767b894913480b9842f6040ac6541521d247897905a8efa01b5effb1ab2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea8d8a7a9106e08e7df903a4509719315d0dab110a0aabac4f5993e34c414d1c0ebf368a041da911d4ffe9eaa46c7c79b621672b4dc530a7fbe8e924eb305897
|
|
7
|
+
data.tar.gz: 9add6c3f2c0b00098d4774c1205a071499ed167766ee7a7f37e0ede5d1923619b86a42c9aa9d629b4feb8805bb68e4be0a75f1bf3bf3d0b4aeaf0aa3a060d7d7
|
data/LICENSE.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2024-2026 Alexandre ZANNI (independent)
|
|
4
|
+
Copyright (c) 2023-2024 Alexandre ZANNI at ACCEIS
|
|
4
5
|
|
|
5
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
19
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
20
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
21
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
22
|
+
SOFTWARE.
|
data/lib/hivexcavator/cli.rb
CHANGED
|
@@ -29,8 +29,8 @@ class HivExcavator
|
|
|
29
29
|
|
|
30
30
|
#{Paint['Project:', pal[:SECOND]]}
|
|
31
31
|
#{Paint['author', :underline]} (https://pwn.by/noraj / https://twitter.com/noraj_rawsec)
|
|
32
|
-
#{Paint['source', :underline]} (https://github.com/
|
|
33
|
-
#{Paint['documentation', :underline]} (https://
|
|
32
|
+
#{Paint['source', :underline]} (https://github.com/noraj/hivexcavator)
|
|
33
|
+
#{Paint['documentation', :underline]} (https://noraj.github.io/hivexcavator)
|
|
34
34
|
DOCOPT
|
|
35
35
|
|
|
36
36
|
begin
|
data/lib/hivexcavator/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hivexcavator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexandre ZANNI
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: docopt
|
|
@@ -52,18 +51,17 @@ files:
|
|
|
52
51
|
- lib/hivexcavator.rb
|
|
53
52
|
- lib/hivexcavator/cli.rb
|
|
54
53
|
- lib/hivexcavator/version.rb
|
|
55
|
-
homepage: https://
|
|
54
|
+
homepage: https://noraj.github.io/hivexcavator/
|
|
56
55
|
licenses:
|
|
57
56
|
- MIT
|
|
58
57
|
metadata:
|
|
59
58
|
yard.run: yard
|
|
60
|
-
bug_tracker_uri: https://github.com/
|
|
61
|
-
changelog_uri: https://github.com/
|
|
62
|
-
documentation_uri: https://
|
|
63
|
-
homepage_uri: https://
|
|
64
|
-
source_code_uri: https://github.com/
|
|
59
|
+
bug_tracker_uri: https://github.com/noraj/hivexcavator/issues
|
|
60
|
+
changelog_uri: https://github.com/noraj/hivexcavator/blob/master/docs/CHANGELOG.md
|
|
61
|
+
documentation_uri: https://noraj.github.io/hivexcavator/
|
|
62
|
+
homepage_uri: https://noraj.github.io/hivexcavator/
|
|
63
|
+
source_code_uri: https://github.com/noraj/hivexcavator/
|
|
65
64
|
rubygems_mfa_required: 'true'
|
|
66
|
-
post_install_message:
|
|
67
65
|
rdoc_options: []
|
|
68
66
|
require_paths:
|
|
69
67
|
- lib
|
|
@@ -71,18 +69,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
71
69
|
requirements:
|
|
72
70
|
- - ">="
|
|
73
71
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: 3.
|
|
72
|
+
version: 3.2.0
|
|
75
73
|
- - "<"
|
|
76
74
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: '
|
|
75
|
+
version: '5.0'
|
|
78
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
77
|
requirements:
|
|
80
78
|
- - ">="
|
|
81
79
|
- !ruby/object:Gem::Version
|
|
82
80
|
version: '0'
|
|
83
81
|
requirements: []
|
|
84
|
-
rubygems_version:
|
|
85
|
-
signing_key:
|
|
82
|
+
rubygems_version: 4.0.3
|
|
86
83
|
specification_version: 4
|
|
87
84
|
summary: Parse BCD files to extract WIM files path (among other stuff)
|
|
88
85
|
test_files: []
|