pwn 0.4.533 → 0.4.534

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: 8807c949959dce31363a83a20bb3948204d6be996b8eb11c722cd89a1c79edba
4
- data.tar.gz: 49cce1612c878b7efdff59889de8079f7888075c918d460981a626b7e81ba588
3
+ metadata.gz: 2ee5449e17ec2681731388b5e8140eac6624af6b3abc9d4c3493ddc3ed901b9d
4
+ data.tar.gz: 41062a2e6c384693bdb76ef1cfa5d6cb5bdea07a3751716b25d925b0218259a7
5
5
  SHA512:
6
- metadata.gz: 563a4f4dc42433fe5d9663b56adce9c42d04bf313f0256585130c8897f74242904efe0a83b80e1ce94f986aa1bf64718b24d9487e39dd7a2e55b99b46cdd18f1
7
- data.tar.gz: 3117a7944577b35453f50f06f1e07b3da2d7049280f0922d52d9efb6126082e7232508584703852a5675462f0231fb509b454f725d55a776de1261d8b51fb6ca
6
+ metadata.gz: 29fe90a0ee1a2569e1c225da618ddfff6626f303ac6719c3f1969ee16f7667a576c7a6e3654e017fbd0d445961301a09dfe2f0d5ba591d62f9b3a41922bb23e9
7
+ data.tar.gz: 527edf1e00ad62adfdf1672c8cb746357ecc5e331c433e1721921c25a20d8b75ea0c54b4528bf82047dff5d7556385cc76b1301d59722c88be2d126c15aabf79
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.533]:001 >>> PWN.help
40
+ pwn[v0.4.534]: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.533]:001 >>> PWN.help
55
+ pwn[v0.4.534]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -122,6 +122,7 @@ begin
122
122
  rescue RestClient::BadRequest,
123
123
  RestClient::Forbidden,
124
124
  RestClient::GatewayTimeout,
125
+ RestClient::InternalServerError,
125
126
  RestClient::MethodNotAllowed,
126
127
  RestClient::NotFound,
127
128
  RestClient::ServiceUnavailable => 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.533'
4
+ VERSION = '0.4.534'
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.533
4
+ version: 0.4.534
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.