thanthus 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e2978fd06ea8a6be673740a99c7a623abc4d659a28cc981ab700da31f0047f1
4
- data.tar.gz: 1ef4708c498b3d3eae9c2b816511905475afb8ab5c7809e231fd00c18c745ed4
3
+ metadata.gz: cea8aff3f1d0c53698523fe4f3ebaee170f4717b652ca19d2cb5adedc789f558
4
+ data.tar.gz: 769a44845265d21ed71aeb7af97e577c9f9cbb4d6ac2f18df3e19e0930591ba9
5
5
  SHA512:
6
- metadata.gz: e82a08137a79a90d5b17335c21770d4c6edfdcadb52f725958aa4debff5b21eba7e7f4699dd0a00eed3c1e9adc4891fa81c84ec304f96ee5b0f568f7ea15ed5c
7
- data.tar.gz: bfb8236e21fc786dcc4ff7b0fac3e8d3d965549469d25a314202bb82e7ea31ec506147430d54fee8596748bb3e0619d2ca5178f0429cec9cc78d766cee73ed37
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 = "vagrant plugin install vagrant-scp\n"
24
+ script = ""
25
25
  outputs.each do |name, path|
26
- script += "vagrant scp :#{path} output/#{name}.data\n"
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
@@ -1,5 +1,5 @@
1
1
  module Xanthus
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
 
4
4
  def self.version
5
5
  puts VERSION
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
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-01-22 00:00:00.000000000 Z
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.4
100
+ rubygems_version: 3.1.6
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: Automated intrusion detection dataset generation framework.