ronin-exploits 1.0.5 → 1.0.6

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: 13a47ad5232e96a5bc9cefd24683dcbe3c0d1dfe0cb96dabe210c972e4ed36e8
4
- data.tar.gz: 2979cbb74e0989df458a7d0bd6437d9ad32073b86c314bdb9021e20af90a8c4c
3
+ metadata.gz: 4dda20bce8921145f78d25820e4a8cbeee9093e8bfa1ae2284e590b527be6c76
4
+ data.tar.gz: b081649e7e59db4556ab4d889af42613d50eb2103ac390b0df7a7a4f86cb00a8
5
5
  SHA512:
6
- metadata.gz: 270ffbeb092a9694d0d49d583810b687caf51f0e9cdcf426a16a705c7112426c210263ecccfe40444d81e92198196f31bba5658debf5dc16f6c8abdba7255338
7
- data.tar.gz: d15786ac0fefc31fcdabdd7e8f8fa7586017bc145904f913b893942680a896581c347f088ae357201f4fe517158851d5de09e2c0196a5e2bb6013c87acf47102
6
+ metadata.gz: f140e2a3b0e00e2e0189958c121f1d9f27eaac216f57a102f8008f20ff5cd25524ff5886cd08152c539ae33e43912d3b8fd9c0044b651682b7c24a5606398f59
7
+ data.tar.gz: fdbd1ec9d694ce1072f6aed1c6e88d53563eeab355c015ba1a918d4b3b9c9a582eb43831c0fa8ade0d07ff58090b214abf46eaf4fe41edcbda7f595dae5e34e0
data/ChangeLog.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 1.0.6 / 2024-06-28
2
+
3
+ #### CLI
4
+
5
+ * Fixed the usage for `ronin-exploits new --software-version`.
6
+ * Fixed a bug in `ronin-exploits run` that would crash the command when the
7
+ payload failed to create a post-exploitation session.
8
+
1
9
  ### 1.0.5 / 2024-06-19
2
10
 
3
11
  #### CLI
@@ -64,7 +64,7 @@ module Ronin
64
64
  # --os The Operating System (OS) to target
65
65
  # --os-version VERSION The OS version to target
66
66
  # -S, --software NAME The software to target
67
- # -V, --software-version ARCH The software version to target
67
+ # -V, --software-version VERSION The software version to target
68
68
  # -L, --loot Adds the loot mixin
69
69
  # -h, --help Print help information
70
70
  #
@@ -248,7 +248,7 @@ module Ronin
248
248
  option :software_version, short: '-V',
249
249
  value: {
250
250
  type: String,
251
- usage: 'ARCH'
251
+ usage: 'VERSION'
252
252
  },
253
253
  desc: 'The software version to target' do |ver|
254
254
  # lazy initialize @target
@@ -403,7 +403,7 @@ module Ronin
403
403
  print_error "payload (#{@exploit.payload.class_id}) did not create a post-exploitation session"
404
404
 
405
405
  perform_cleanup
406
- eixt(1)
406
+ exit(1)
407
407
  end
408
408
 
409
409
  @exploit.payload.session.system.interact
@@ -22,6 +22,6 @@
22
22
  module Ronin
23
23
  module Exploits
24
24
  # ronin-exploits version
25
- VERSION = '1.0.5'
25
+ VERSION = '1.0.6'
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ronin-exploits
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-20 00:00:00.000000000 Z
11
+ date: 2024-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: uri-query_params