pwn 0.4.635 → 0.4.636

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: 4822c9584882b0458c961dd3006ba1641222a80d6b3dc28515ec42287450b578
4
- data.tar.gz: a9217d60d13dc7bbf56da5da0d892c207e4e9a208514c1af9cf58ed74d8427e4
3
+ metadata.gz: a53e0d51559f7f2ef0d158dad69d01317a5b3d1effc551bdc2864296472ce1ca
4
+ data.tar.gz: b3c9a88c2fae88c35bc97d6461107482bc33565d60d2c8acaa714debcc400999
5
5
  SHA512:
6
- metadata.gz: 84e6e96ba8e6d98eae3170d799a3793d5ee73d910a24c2d2badca0ed15ed1309867f2dff05c41f5985c84ee8580a43049a84709e10985daddd986fb8996012c8
7
- data.tar.gz: 33e54f91fff77b4d209512a74ecaa9b6dd9eaa62b7784a1c7265332cb62ca90bd26ff5fc5b223910fe96070d0fca34a102d8c809a08673d867bc95e3d2ad215c
6
+ metadata.gz: 0e03ec1ebe7a078a6c2872172d28e7af661905e0612b5768ddec77621a86635a79a2c6a3f3b2fe1e9a00d1bbad0802dbf08b8ee5095d9387eeb557aa0e603c2c
7
+ data.tar.gz: 3dcd87ad285151b44c6f3d1d6bb4d8944b668db44b836d46a956470040fe5ab3cca9d665802420bf9da6602bdebd4474cbefafb09d05ddfd0cb169c3dc43d61b
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.2@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.635]:001 >>> PWN.help
40
+ pwn[v0.4.636]: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.2.2@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.635]:001 >>> PWN.help
55
+ pwn[v0.4.636]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -120,7 +120,7 @@ module PWN
120
120
  listen_obj = UDPSocket.new
121
121
  listen_obj.bind(server_ip, port)
122
122
  while (client_input = listen_obj.recvmsg)
123
- puts client_input[0].to_s
123
+ puts client_input[0]
124
124
  end
125
125
  else
126
126
  raise "Unsupported protocol: #{protocol}"
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.635'
4
+ VERSION = '0.4.636'
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.635
4
+ version: 0.4.636
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.