pwn 0.4.507 → 0.4.508

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: 13fbc36550dc925df57922b3c0016819d4f67eb472e1b1ad07f772aefad82d2f
4
- data.tar.gz: b82a0bf11f719584a998d9998e932f5fa0b7e66725ad2d2231b3d27b9853bfc6
3
+ metadata.gz: 3c4e3392221454a18ab169489c67991b2e6706bb6b70f5fe98dab58baf7a965f
4
+ data.tar.gz: dfd93ac966ab033b918ab2bb03ba31317d9b0a25ca0fcadabd876a9d2ffe8132
5
5
  SHA512:
6
- metadata.gz: 212c9352d648bc5f497ceca10e78867a347bae086d93dd1c65dd65595bd7f32ff9a02065be3f092a5ec318f10e5e0ba223893feac4940f03aa75a9c19ca864f0
7
- data.tar.gz: bdf727826c0421b696abe80d805dd7f93a018959e1dc675c5dae20929e5b2977ce235a241f679e6a79f9d3a0e8e94f0a3403fc3270610083e98b1f3065c73330
6
+ metadata.gz: 76051d4152d8aa9b8c708372e1a9d7a2e5f012f7b6c420ac595b6d0df69569f2e733842e5c46605fb31a9bca9e4fa572abb3f692d9a128f27f2828b398a2f20e
7
+ data.tar.gz: 6f022be505ae8145be9e015ae93c113222bb3ebfc2344723cabb53c47b44659d7c61b1999716fbe8467e69e5714b911ac2005c0247c437aa24d91c0869862e9c
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.1.2@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.507]:001 >>> PWN.help
40
+ pwn[v0.4.508]: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.1.2@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.507]:001 >>> PWN.help
55
+ pwn[v0.4.508]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -38,7 +38,8 @@ begin
38
38
  system(
39
39
  'thin',
40
40
  'start',
41
- '--adapter file',
41
+ '--adapter',
42
+ 'file',
42
43
  '--address',
43
44
  bind_ip,
44
45
  '--port',
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.507'
4
+ VERSION = '0.4.508'
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.4.507
4
+ version: 0.4.508
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.