We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca7a72 commit 37eaa62Copy full SHA for 37eaa62
modules/auxiliary/admin/oracle/osb_execqr3.rb
@@ -48,7 +48,7 @@ def run
48
'method' => 'POST',
49
}, 5)
50
51
- if (res.headers['Set-Cookie'] and res.headers['Set-Cookie'].match(/PHPSESSID=(.*);(.*)/i))
+ if (res and res.headers['Set-Cookie'] and res.headers['Set-Cookie'].match(/PHPSESSID=(.*);(.*)/i))
52
53
sessionid = res.headers['Set-Cookie'].split(';')[0]
54
0 commit comments