Skip to content

Commit 64f529d

Browse files
committed
Modify default timeout for the exploiting request
1 parent d01a07b commit 64f529d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/tuleap_unserialize_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def exec_php(php_code)
9292
'cookie' => session_cookies,
9393
'vars_post' => {'data' => chain},
9494
'headers' => {'payload' => Rex::Text.encode_base64(php_code)}
95-
})
95+
}, 3)
9696
end
9797

9898
def exploit

0 commit comments

Comments
 (0)