thanthus 0.2.4 → 0.2.5
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/lib/xanthus/job.rb +2 -2
- data/lib/xanthus/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cea8aff3f1d0c53698523fe4f3ebaee170f4717b652ca19d2cb5adedc789f558
|
|
4
|
+
data.tar.gz: 769a44845265d21ed71aeb7af97e577c9f9cbb4d6ac2f18df3e19e0930591ba9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13a86f8d388cc1cabee0d84ad2e901cfc1501caebf894c66e446865f123555c3b960cb75559b0c8602414a21d3bc9700e414bac0bd679fd5c75e431c6b7b3c51
|
|
7
|
+
data.tar.gz: 1bc327b12cb4cb83ea5b515b6312d5ed354a526ec8f098e25addaa31bd8a15bf2145f21af565aa7474291a27b26440a0bdee86be6923a569c77b77e8c5adf5a9
|
data/lib/xanthus/job.rb
CHANGED
|
@@ -21,9 +21,9 @@ module Xanthus
|
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
def output_script machine, outputs
|
|
24
|
-
script = "
|
|
24
|
+
script = ""
|
|
25
25
|
outputs.each do |name, path|
|
|
26
|
-
script += "
|
|
26
|
+
script += "scp -P 2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null vagrant@localhost:#{path} output/#{name}.data\n"
|
|
27
27
|
end
|
|
28
28
|
return script
|
|
29
29
|
end
|
data/lib/xanthus/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thanthus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Pasquier
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-
|
|
13
|
+
date: 2021-10-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: json
|
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
97
|
- !ruby/object:Gem::Version
|
|
98
98
|
version: '0'
|
|
99
99
|
requirements: []
|
|
100
|
-
rubygems_version: 3.1.
|
|
100
|
+
rubygems_version: 3.1.6
|
|
101
101
|
signing_key:
|
|
102
102
|
specification_version: 4
|
|
103
103
|
summary: Automated intrusion detection dataset generation framework.
|