pwn 0.5.326 → 0.5.327

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: eaee0cf8475a37f6ad58e73a48077f73f54d22e2ffeba53a64dab1706c69767e
4
- data.tar.gz: c759da95da613fea22e621887e6d8578abe648c5ce624af9cf43f03679b0e504
3
+ metadata.gz: '0843f0e4e3ed905cafcb9ca071cedac0f2bd5707f1b087ddb9720d4bbea12bd2'
4
+ data.tar.gz: 8587c3be1cffbeda6c0f46d2e513a2570bd0339995172bf9d5c0ff0c2c4146c8
5
5
  SHA512:
6
- metadata.gz: 90eb8852961830f22e34dbab2e834f2bd6570ecb0fe67a82fd04029c052f0180c2fd8fcd60f63670a7752d61426e6a1c9b1607edbf8dea1c57b4f08099a1599b
7
- data.tar.gz: 39d6e1c9b5b5665972595d6c8e763c60102848d466130fcc61d8f556ff8b9c60b210994978434d33859be58aec6d60920a8bc16bda11563b1da139dcd5a2a90e
6
+ metadata.gz: 6e1cab51e4759e9409203f465575f9359f1f4baa19d1149bfaf3e5fe57e32f2d03b16d14ceeaee79fdb4a9420dbf409f7084560b5847505dd0623d9fe9b7b6d2
7
+ data.tar.gz: 50cc81e0012b45ec88821d0b129cefd02dca8123c261f2f88cab3b49ce418ee3b07f47a92bc3ef6255663db1846dba9dc795d48da30ea6b1e16dc7f5d7da8f75
data/Gemfile CHANGED
@@ -20,7 +20,7 @@ gem 'barby', '0.7.0'
20
20
  gem 'base32', '0.3.4'
21
21
  gem 'brakeman', '7.1.0'
22
22
  gem 'bson', '5.1.1'
23
- gem 'bundler', '>=2.7.0'
23
+ gem 'bundler', '>=2.7.1'
24
24
  gem 'bundler-audit', '0.9.2'
25
25
  gem 'bunny', '2.24.0'
26
26
  gem 'colorize', '1.1.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.326]:001 >>> PWN.help
40
+ pwn[v0.5.327]: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.4.4@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.326]:001 >>> PWN.help
55
+ pwn[v0.5.327]: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.4.4@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.326]:001 >>> PWN.help
65
+ pwn[v0.5.327]: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:
@@ -99,7 +99,7 @@ begin
99
99
  # Look for any set method in this instruction and replace its value w/ asterisks
100
100
  redact_regex = /\.set\(['"]([^'"]*)['"]\)/
101
101
  redacted_instruction = instruction.gsub(redact_regex, ".set('********')")
102
- puts "Executing Instruction: #{redacted_instruction}"
102
+ print "\nExecuting Instruction: #{redacted_instruction}"
103
103
  browser.instance_eval(instruction.to_s.scrub.strip.chomp)
104
104
  end
105
105
 
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.326'
4
+ VERSION = '0.5.327'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.326
4
+ version: 0.5.327
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -127,14 +127,14 @@ dependencies:
127
127
  requirements:
128
128
  - - ">="
129
129
  - !ruby/object:Gem::Version
130
- version: 2.7.0
130
+ version: 2.7.1
131
131
  type: :development
132
132
  prerelease: false
133
133
  version_requirements: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - ">="
136
136
  - !ruby/object:Gem::Version
137
- version: 2.7.0
137
+ version: 2.7.1
138
138
  - !ruby/object:Gem::Dependency
139
139
  name: bundler-audit
140
140
  requirement: !ruby/object:Gem::Requirement