pwn 0.5.125 → 0.5.126

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: d97c96d3500ef5ccace61cbe77ffb5d8d4d9ad2480cab590ad8449462ec0d7dc
4
- data.tar.gz: '0809bebdd841b2b12f9bf06895a22663b1c07dc1f39275d20d15a10a6c15aade'
3
+ metadata.gz: bb25af06b1f138ea922302864fc36a70f0568d175b8d940063f34b064b31221c
4
+ data.tar.gz: ed47b1b293f30a3829b7d756c3df0ddbddd7c724c62efa92bc9688ff3a2a26b8
5
5
  SHA512:
6
- metadata.gz: 18be4628510afc45414df03e9a294a5152331d1de95137089740585815316457b6d136f8940fc2c75eb89d788822595b783a920d1f2b06db5dbea40520977a37
7
- data.tar.gz: dd8b02a191621f9d79ddba3782b4ae8e52e3a0a93c3142b3c3f98703173f919da74af4c3de2491ef4a11b57d1dfb24f59995f7a6f2ebecb9d23282a9ed72f54c
6
+ metadata.gz: df0bd769af8907e3dad9c1e449350601b1808e8ad6c77c56a1bfa7411752e423d08b88651f79be905997bbe027ef6bf3bc1e4ba31e6a9e0c085693fe684168c9
7
+ data.tar.gz: 2924e1bdba72006616fbf36b55a2350b2a96a6847a20470c53e9aab6c64000a1a091159956a024bf60910bb464c708b8f32999a7a4303773bce48e43a7b65d7c
data/Gemfile CHANGED
@@ -11,7 +11,7 @@ gemspec
11
11
  # In some circumstances custom flags are passed to gems in order
12
12
  # to build appropriately. Defer to ./reinstall_pwn_gemset.sh
13
13
  # to review these custom flags (e.g. pg, serialport, etc).
14
- gem 'activesupport', '7.1.3.2'
14
+ gem 'activesupport', '7.1.3.3'
15
15
  gem 'anemone', '0.7.2'
16
16
  gem 'authy', '3.0.1'
17
17
  gem 'aws-sdk', '3.2.0'
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ cd /opt/pwn
37
37
  $ ./install.sh
38
38
  $ ./install.sh ruby-gem
39
39
  $ pwn
40
- pwn[v0.5.125]:001 >>> PWN.help
40
+ pwn[v0.5.126]: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.3.1@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.125]:001 >>> PWN.help
55
+ pwn[v0.5.126]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
  If you're using a multi-user install of RVM do:
@@ -62,7 +62,7 @@ $ rvm use ruby-3.3.1@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.125]:001 >>> PWN.help
65
+ pwn[v0.5.126]:001 >>> PWN.help
66
66
  ```
67
67
 
68
68
  PWN periodically upgrades to the latest version of Ruby which is reflected in `/opt/pwn/.ruby-version`. The easiest way to upgrade to the latest version of Ruby from a previous PWN installation is to run the following script:
@@ -324,7 +324,8 @@ module PWN
324
324
  prompt = Pry::Prompt.new(:pwn, 'PWN Prototyping REPL', ps1)
325
325
 
326
326
  # Start PWN REPL
327
- Pry.start(self, prompt: prompt)
327
+ # Pry.start(self, prompt: prompt)
328
+ Pry.start(Pry.main, prompt: prompt)
328
329
  rescue StandardError => e
329
330
  raise e
330
331
  end
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.5.125'
4
+ VERSION = '0.5.126'
5
5
  end
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.5.125
4
+ version: 0.5.126
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-16 00:00:00.000000000 Z
11
+ date: 2024-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 7.1.3.2
19
+ version: 7.1.3.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 7.1.3.2
26
+ version: 7.1.3.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: anemone
29
29
  requirement: !ruby/object:Gem::Requirement