Skip to content

Commit 611bbf0

Browse files
committed
PWN::Plugins::RabbitMQHole to PWN::Plugins::RabbitMQ module - update rdoc to include port parameter
1 parent 87e1ef5 commit 611bbf0

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'anemone', '0.7.2'
1616
gem 'authy', '3.0.0'
1717
gem 'aws-sdk', '3.1.0'
1818
gem 'bettercap', '1.6.2'
19-
gem 'brakeman', '5.2.1'
19+
gem 'brakeman', '5.2.2'
2020
gem 'bson', '4.14.1'
2121
gem 'bundler', '>=2.3.10'
2222
gem 'bundler-audit', '0.9.0.1'
@@ -55,7 +55,7 @@ gem 'rbvmomi', '3.0.0'
5555
gem 'rdoc', '6.4.0'
5656
gem 'rest-client', '2.1.0'
5757
gem 'rex', '2.0.13'
58-
gem 'rmagick', '4.2.4'
58+
gem 'rmagick', '4.2.5'
5959
gem 'rspec', '3.11.0'
6060
gem 'rtesseract', '3.1.2'
6161
gem 'rubocop', '1.26.1'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ rvm use ruby-3.1.1@pwn
3737
$ rvm list gemsets
3838
$ gem install --verbose pwn
3939
$ pwn
40-
pwn[v0.4.401]:001 >>> PWN.help
40+
pwn[v0.4.402]:001 >>> PWN.help
4141
```
4242

4343
[![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.1@pwn
5252
$ gem uninstall --all --executables pwn
5353
$ gem install --verbose pwn
5454
$ pwn
55-
pwn[v0.4.401]:001 >>> PWN.help
55+
pwn[v0.4.402]:001 >>> PWN.help
5656
```
5757

5858

lib/pwn/plugins/rabbit_mq.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module RabbitMQ
99
# Supported Method Parameters::
1010
# PWN::Plugins::RabbitMQ.open(
1111
# hostname: 'required',
12+
# port: 'optional - defaults to 5672',
1213
# username: 'optional',
1314
# password: 'optional'
1415
# )

lib/pwn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PWN
4-
VERSION = '0.4.401'
4+
VERSION = '0.4.402'
55
end

0 commit comments

Comments
 (0)