File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $ rvm use ruby-3.1.2@pwn
37
37
$ rvm list gemsets
38
38
$ gem install --verbose pwn
39
39
$ pwn
40
- pwn[v0.4.437 ]:001 >>> PWN.help
40
+ pwn[v0.4.438 ]: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.2@pwn
52
52
$ gem uninstall --all --executables pwn
53
53
$ gem install --verbose pwn
54
54
$ pwn
55
- pwn[v0.4.437 ]:001 >>> PWN.help
55
+ pwn[v0.4.438 ]:001 >>> PWN.help
56
56
```
57
57
58
58
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ begin
252
252
253
253
settings [ :file_targets ] = file_targets if file_targets
254
254
255
- settings [ :tag_targets ] = tag_targets_arr if tag_targets_arr
255
+ settings [ :tag_targets ] = tag_targets_arr if tag_targets_arr . any?
256
256
257
257
settings [ :agent_group_id ] = agent_group_id_arr if agent_group_id_arr . any?
258
258
@@ -262,7 +262,7 @@ begin
262
262
263
263
settings [ :emails ] = emails if emails
264
264
265
- settings [ :acls ] = acls if acls
265
+ # settings[:acls] = acls if acls
266
266
267
267
# Part 3: Populate credentials object from YAML config (optional)
268
268
credentials = yaml [ :credentials ] if yaml [ :credentials ]
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.437 '
4
+ VERSION = '0.4.438 '
5
5
end
You can’t perform that action at this time.
0 commit comments