File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed 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.779 ]:001 >>> PWN.help
40
+ pwn[v0.4.780 ]: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.779 ]:001 >>> PWN.help
55
+ pwn[v0.4.780 ]:001 >>> PWN.help
56
56
```
57
57
58
58
Original file line number Diff line number Diff line change 71
71
sorted_parent_arr = parent_arr . sort_by { |g | g [ :id ] }
72
72
parent_id = sorted_parent_arr . last [ :id ]
73
73
74
+ puts "Uploading/Scanning: #{ target_file } "
74
75
PWN ::Plugins ::BlackDuckBinaryAnalysis . upload_file (
75
76
token : token ,
76
77
file : target_file ,
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.779 '
4
+ VERSION = '0.4.780 '
5
5
end
You can’t perform that action at this time.
0 commit comments