File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ gem 'anemone', '0.7.2'
16
16
gem 'authy' , '3.0.0'
17
17
gem 'aws-sdk' , '3.1.0'
18
18
gem 'bettercap' , '1.6.2'
19
- gem 'brakeman' , '5.2.1 '
19
+ gem 'brakeman' , '5.2.2 '
20
20
gem 'bson' , '4.14.1'
21
21
gem 'bundler' , '>=2.3.10'
22
22
gem 'bundler-audit' , '0.9.0.1'
@@ -55,7 +55,7 @@ gem 'rbvmomi', '3.0.0'
55
55
gem 'rdoc' , '6.4.0'
56
56
gem 'rest-client' , '2.1.0'
57
57
gem 'rex' , '2.0.13'
58
- gem 'rmagick' , '4.2.4 '
58
+ gem 'rmagick' , '4.2.5 '
59
59
gem 'rspec' , '3.11.0'
60
60
gem 'rtesseract' , '3.1.2'
61
61
gem 'rubocop' , '1.26.1'
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $ rvm use ruby-3.1.1@pwn
37
37
$ rvm list gemsets
38
38
$ gem install --verbose pwn
39
39
$ pwn
40
- pwn[v0.4.401 ]:001 >>> PWN.help
40
+ pwn[v0.4.402 ]: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.1@pwn
52
52
$ gem uninstall --all --executables pwn
53
53
$ gem install --verbose pwn
54
54
$ pwn
55
- pwn[v0.4.401 ]:001 >>> PWN.help
55
+ pwn[v0.4.402 ]:001 >>> PWN.help
56
56
```
57
57
58
58
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ module RabbitMQ
9
9
# Supported Method Parameters::
10
10
# PWN::Plugins::RabbitMQ.open(
11
11
# hostname: 'required',
12
+ # port: 'optional - defaults to 5672',
12
13
# username: 'optional',
13
14
# password: 'optional'
14
15
# )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module PWN
4
- VERSION = '0.4.401 '
4
+ VERSION = '0.4.402 '
5
5
end
You can’t perform that action at this time.
0 commit comments