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 @@ $ cd /opt/pwn
37
37
$ ./install.sh
38
38
$ ./install.sh ruby-gem
39
39
$ pwn
40
- pwn[v0.4.940 ]:001 >>> PWN.help
40
+ pwn[v0.4.941 ]: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.940 ]:001 >>> PWN.help
55
+ pwn[v0.4.941 ]:001 >>> PWN.help
56
56
```
57
57
58
58
If you're using a multi-user install of RVM do:
@@ -62,7 +62,7 @@ $ rvm use ruby-3.2.2@pwn
62
62
$ rvmsudo gem uninstall --all --executables pwn
63
63
$ rvmsudo gem install --verbose pwn
64
64
$ pwn
65
- pwn[v0.4.940 ]:001 >>> PWN.help
65
+ pwn[v0.4.941 ]:001 >>> PWN.help
66
66
```
67
67
68
68
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ module DefectDojo
101
101
headers : {
102
102
authorization : dd_obj [ :authz_header ]
103
103
} ,
104
- payload : http_body . to_json ,
104
+ payload : http_body ,
105
105
verify_ssl : false ,
106
106
timeout : request_timeout ,
107
107
open_timeout : request_timeout
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.940 '
4
+ VERSION = '0.4.941 '
5
5
end
You can’t perform that action at this time.
0 commit comments