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 5993cbe commit 9ca7a72Copy full SHA for 9ca7a72
modules/auxiliary/admin/oracle/osb_execqr2.rb
@@ -51,7 +51,7 @@ def run
51
'method' => 'POST',
52
}, 5)
53
54
- 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))
55
56
sessionid = res.headers['Set-Cookie'].split(';')[0]
57
0 commit comments