File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ gem 'aws-sdk', '3.1.0'
18
18
gem 'bettercap' , '1.6.2'
19
19
gem 'brakeman' , '5.4.1'
20
20
gem 'bson' , '4.15.0'
21
- gem 'bundler' , '>=2.4.12 '
21
+ gem 'bundler' , '>=2.4.13 '
22
22
gem 'bundler-audit' , '0.9.1'
23
23
gem 'bunny' , '2.20.3'
24
24
gem 'colorize' , '0.8.1'
@@ -36,7 +36,7 @@ gem 'ipaddress', '0.8.3'
36
36
gem 'jenkins_api_client2' , '1.9.0'
37
37
gem 'js-beautify' , '0.1.8'
38
38
gem 'json' , '2.6.3'
39
- gem 'jsonpath' , '1.1.2 '
39
+ gem 'jsonpath' , '1.1.3 '
40
40
gem 'jwt' , '2.7.0'
41
41
gem 'luhn' , '1.0.2'
42
42
gem 'mail' , '2.8.1'
Original file line number Diff line number Diff line change @@ -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.691 ]:001 >>> PWN.help
40
+ pwn[v0.4.692 ]: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.691 ]:001 >>> PWN.help
55
+ pwn[v0.4.692 ]:001 >>> PWN.help
56
56
```
57
57
58
58
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ module OwaspZap
472
472
473
473
public_class_method def self . stop ( opts = { } )
474
474
zap_obj = opts [ :zap_obj ]
475
- Process . kill ( 'TERM' , zab_obj [ :pid ] ) unless zap_obj . nil?
475
+ Process . kill ( 'TERM' , zap_obj [ :pid ] ) unless zap_obj . nil?
476
476
rescue StandardError => e
477
477
raise e
478
478
end
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.691 '
4
+ VERSION = '0.4.692 '
5
5
end
You can’t perform that action at this time.
0 commit comments