Skip to content

Commit 92e42a6

Browse files
committed
Rubocop
1 parent 4e1f333 commit 92e42a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/pyload_js2py_cve_2024_39205.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def javascript_payload(cmd)
145145
#{js_vars[:n11]} = #{js_vars[:findpopen]}(#{js_vars[:obj]})(#{js_vars[:command]}, -1, null, -1, -1, -1, null, null, true).communicate()
146146
EOS
147147

148-
opts = { "Strings" => true }
148+
opts = { 'Strings' => true }
149149

150150
js = ::Rex::Exploitation::ObfuscateJS.new(js, opts)
151151
js.obfuscate(memory_sensitive: true)

0 commit comments

Comments
 (0)