pwn 0.5.139 → 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: f4215e8bfe381fadb6c4004d041abc3029fe4aff8f5f21a7c84145daee9e1f3e
4
- data.tar.gz: b96f7ec52607fdd1306a56cf1041a87d0da1f40ebb64fccc8601548b9620cb1c
3
+ metadata.gz: 5dfbcb2192138bb9b1eaa4689c6a24d51dd652a43b5bcadf50665537b25b1114
4
+ data.tar.gz: f3217a3961c6d8a1ef625a44cd41a53bc3d82134706466774746605f51835343
5
5
  SHA512:
6
- metadata.gz: 44b412933d9fde8038eb0270249daf50eaa23a00817656b06cb43cf60d47214c7104492281baea5f20e559450be619281cd0ccf750c4bbd7ad2877950f5cabf5
7
- data.tar.gz: 42b706e7b59825e5ec7a2338b313196d6ec18bfee85c051e10f415f1edcd2fc1c5e4731b153c40e883a0af76e5a9c5235e0437c487b3ec17229ff6e746277924
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.139]: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.139]: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.139]: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.139'
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.139
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