pwn 0.5.138 → 0.5.140

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: 52633169927156baba018bd23eb58869959ef65968fe2687bdbddc498817ebff
4
- data.tar.gz: 7d5e5c159101c49ddc02d062f7d254985542eed8e1338c592115e057906a952b
3
+ metadata.gz: 5dfbcb2192138bb9b1eaa4689c6a24d51dd652a43b5bcadf50665537b25b1114
4
+ data.tar.gz: f3217a3961c6d8a1ef625a44cd41a53bc3d82134706466774746605f51835343
5
5
  SHA512:
6
- metadata.gz: a7a2ab34be2207b516a26b7cf63d3de2a098c71c4665d74ba8dd6659427e1658d1e39397e875eaf5fb814fd08005a19862c0dd5f5c00fe45e5c523ddc64a7a45
7
- data.tar.gz: 7652bbd1d71c0535c567029cd4beb4f1d8e517ed994353ff9bbb2b4ef8af7f5d1f4ca4926de9915357580101157af303928bc66c78271703144c9303b0e1b436
6
+ metadata.gz: b505c301b41d47e6e2babb9ca08e9ca572bb1599275f5a8255d2fe1e5b09d426a7b894853578d7b8c2f2434d93641cc4af4fccdb81f4fa87d3fb8869c7702650
7
+ data.tar.gz: 4e2e16101a42e72fe9d8132cba67ac0f82c19a50d24266764bfca1b5e46d908fc254942cbc8ef32825989d6a77c6e2ab6973f07203f83b4bdc368d0459c3b9a0
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.138]:001 >>> PWN.help
40
+ pwn[v0.5.140]: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.3.1@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.138]:001 >>> PWN.help
55
+ pwn[v0.5.140]: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.3.1@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.138]:001 >>> PWN.help
65
+ pwn[v0.5.140]: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:
@@ -93,7 +93,7 @@ module PWN
93
93
  message.split("\n") do |message_chunk|
94
94
  this_message = "PRIVMSG #{chan} :#{message_chunk}"
95
95
  if message_chunk.length.positive?
96
- PWN::Plugins::IRC.send(
96
+ send(
97
97
  irc_obj: irc_obj,
98
98
  message: this_message
99
99
  )
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.138'
4
+ VERSION = '0.5.140'
5
5
  end
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.5.138
4
+ version: 0.5.140
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-24 00:00:00.000000000 Z
11
+ date: 2024-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport