pwn 0.4.720 → 0.4.721

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5127d508798b97f84a9f6bba53a3e1facd1e8df7eb509d0bbc00c27c87d867c
4
- data.tar.gz: c8094c41e93b4b9f66a306c6ce3da070eaf4a759fc12bcb1d3b2caad88df7d07
3
+ metadata.gz: c955683b5eaf02952a897892a4ffb163e8e3d37e189774f8b6b947e9b0719091
4
+ data.tar.gz: 4d14d45e6e693a8264e817ae908dbee175aefe65808b616701bee56d8ee886ba
5
5
  SHA512:
6
- metadata.gz: 4ca59a7dfb3be9e0167b787ceaa6a7b44c501f0c50e191c99d00d45d3d3ecf2511197edb754cb9ab09fb1e96774b32f59a5ef0c2bd0af954c8b9e1d2a99352d7
7
- data.tar.gz: 109d9153b2a19fa8f05de51e533ee8fa6c05e38ebb51acf39e1789030c54bb622afc167ad865231d075c906fab3e3e0b86a6196b5114e5288a35158894b0d6c8
6
+ metadata.gz: c6b4f75c5a4f54a1ffc0b152ae2b3ef59f57f1a4e9cb3d4e4b0383ebb9cfd41fd4f1e9254c0c3d2129e43dbab7dca613b52421fec88ab5ed85cf091ab86b61a3
7
+ data.tar.gz: 5773b15cebf70e751af66483d374b9b50cfb819239492588059f40b1e9ff56a9631e8c370971bbd62714ed3c08d6927a862b6c22b3fbaafc428e7e19297e2055
data/Gemfile CHANGED
@@ -67,7 +67,7 @@ gem 'rex', '2.0.13'
67
67
  gem 'rmagick', '5.2.0'
68
68
  gem 'rspec', '3.12.0'
69
69
  gem 'rtesseract', '3.1.2'
70
- gem 'rubocop', '1.51.0'
70
+ gem 'rubocop', '1.52.0'
71
71
  gem 'rubocop-rake', '0.6.0'
72
72
  gem 'rubocop-rspec', '2.22.0'
73
73
  gem 'ruby-audio', '1.6.1'
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.2@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.720]:001 >>> PWN.help
40
+ pwn[v0.4.721]:001 >>> PWN.help
41
41
  ```
42
42
 
43
43
  [![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -52,7 +52,7 @@ $ rvm use ruby-3.2.2@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.720]:001 >>> PWN.help
55
+ pwn[v0.4.721]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -101,6 +101,8 @@ def request_path(opts = {})
101
101
  http_resp_length: response.body.length,
102
102
  http_resp: "#{response.body[0..300]}..."
103
103
  }
104
+ rescue Errno::ECONNREFUSED
105
+ raise 'ERROR: Connection(s) Refused. Try lowering the --max-threads value.'
104
106
  rescue Errno::ECONNRESET,
105
107
  RestClient::Exceptions::ReadTimeout,
106
108
  RestClient::ServerBrokeConnection => e
data/lib/pwn/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PWN
4
- VERSION = '0.4.720'
4
+ VERSION = '0.4.721'
5
5
  end
@@ -4,5 +4,5 @@ source /etc/profile.d/globals.sh
4
4
  $screen_cmd "${apt} install -y linux-headers-$(uname -r) ${assess_update_errors}"
5
5
  grok_error
6
6
 
7
- $screen_cmd "${apt} install --reinstall -y open-vm-tools-desktop fuse ${assess_update_errors}"
7
+ $screen_cmd "${apt} install --reinstall -y open-vm-tools-desktop fuse3 ${assess_update_errors}"
8
8
  grok_error
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.720
4
+ version: 0.4.721
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -800,14 +800,14 @@ dependencies:
800
800
  requirements:
801
801
  - - '='
802
802
  - !ruby/object:Gem::Version
803
- version: 1.51.0
803
+ version: 1.52.0
804
804
  type: :runtime
805
805
  prerelease: false
806
806
  version_requirements: !ruby/object:Gem::Requirement
807
807
  requirements:
808
808
  - - '='
809
809
  - !ruby/object:Gem::Version
810
- version: 1.51.0
810
+ version: 1.52.0
811
811
  - !ruby/object:Gem::Dependency
812
812
  name: rubocop-rake
813
813
  requirement: !ruby/object:Gem::Requirement