Commit 1647d3a
committed
Fix a crash in lib/msf/core/payload/php.rb
As it seems that shuffle is a method
(https://ruby-doc.org/core-2.7.0/Array.html#method-i-shuffle)
and not a function.
As spotted by @Chocapikk in
rapid7#19445 (review)1 parent 73a6f09 commit 1647d3a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments