pwn 0.4.611 → 0.4.612

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: 97a6644a4c45f3efc403ac5ce4c953e671f857d7ae4647a5afc47eab167b3da1
4
- data.tar.gz: 4c1a72bdb780b233920c410ecf7af4890a59414ac14be849bce86a2807eb6244
3
+ metadata.gz: f141553a7305ea21ebddd2be8a4224be7369e28ce3da15a03fedc6ae2198edeb
4
+ data.tar.gz: 0c80c7fd0605f481af8f66e2d4b54754b2023ebd717ec9f67d39a0cf3690f7e3
5
5
  SHA512:
6
- metadata.gz: ff0969f70275f3d94541d8027454e3f7a42b0924b6a8ef9ac955002fc6c531a1423b509d498fecb81891ca2ee92f12efb178eca57b1033455c6d7ffb3f1d7ec8
7
- data.tar.gz: 0eda8851ef234cbbc89360b426c2678ca17a491f64eb5c4854b20f5a3c2e7c6aa995aa2b80830fd2c95b9baf430c1b24ec96099043d41ffef0387913a83b4c59
6
+ metadata.gz: e53c09f7b82d6da4b24633f6ae1d40e2353fcb3683df2e13afaa8b708e38420598872aeab726cd4ce7eb741e7ac04ee86d64c805f1b96ee02d4b0c2682e05154
7
+ data.tar.gz: b3a9bf1c7f1a975873777e59aa041ebd5c5b4130b8b3244cfd6aeba9e0b74406783b9c97af0ce2007cde2ea3278245ecdbbda816879653b2e896faa335c49bb6
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.0
1
+ ruby-3.2.1
data/README.md CHANGED
@@ -31,13 +31,13 @@ Leveraging various pre-built modules and the pwn prototyper, you can mix-and-mat
31
31
  Tested on Linux, & OSX leveraging Ruby via RVM.
32
32
 
33
33
  ```
34
- $ rvm use ruby-3.2.0@global
34
+ $ rvm use ruby-ruby-3.2.1@global
35
35
  $ rvm gemset create pwn
36
- $ rvm use ruby-3.2.0@pwn
36
+ $ rvm use ruby-ruby-3.2.1@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.611]:001 >>> PWN.help
40
+ pwn[v0.4.612]: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)
@@ -48,11 +48,11 @@ pwn[v0.4.611]:001 >>> PWN.help
48
48
  It's wise to update pwn often as numerous versions are released/week:
49
49
  ```
50
50
  $ rvm list gemsets
51
- $ rvm use ruby-3.2.0@pwn
51
+ $ rvm use ruby-ruby-3.2.1@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.611]:001 >>> PWN.help
55
+ pwn[v0.4.612]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
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.611'
4
+ VERSION = '0.4.612'
5
5
  end
data/pwn.gemspec CHANGED
@@ -2,13 +2,11 @@
2
2
 
3
3
  lib = File.expand_path('lib', __dir__)
4
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
+
5
6
  require 'pwn/version'
6
7
 
7
8
  Gem::Specification.new do |spec|
8
- # Switch back when RVM has stable 3.1.2 (i.e. not just preview / p20)
9
- # spec.required_ruby_version = ">= #{File.read('.ruby-version')}"
10
- required_minor_ruby_version = File.read('.ruby-version').split('.')[0..1].join('.')
11
- spec.required_ruby_version = ">= #{required_minor_ruby_version}"
9
+ spec.required_ruby_version = ">= #{File.read('.ruby-version').split('-').last.chomp}"
12
10
  spec.name = 'pwn'
13
11
  spec.version = PWN::VERSION
14
12
  spec.authors = ['0day Inc.']
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.611
4
+ version: 0.4.612
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-02-08 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -2058,7 +2058,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
2058
2058
  requirements:
2059
2059
  - - ">="
2060
2060
  - !ruby/object:Gem::Version
2061
- version: '3.2'
2061
+ version: 3.2.1
2062
2062
  required_rubygems_version: !ruby/object:Gem::Requirement
2063
2063
  requirements:
2064
2064
  - - ">="