File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/linux/http Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def initialize(info = {})
15
15
info ,
16
16
'Name' => 'Tiki-Wiki CMS Calendar Command Execution' ,
17
17
'Description' => %q(
18
- Tiki-Wiki CMS's calendar module contains a rmeote code execution
18
+ Tiki-Wiki CMS's calendar module contains a remote code execution
19
19
vulnerability within the viewmode GET parameter.
20
20
The calendar module is NOT enabled by default. When enbled,
21
21
the default permissions are set to NOT allow anonymous users
@@ -64,7 +64,7 @@ def authenticate
64
64
'uri' => normalize_uri ( target_uri . path , 'tiki-login_scr.php' ) ,
65
65
'method' => 'GET'
66
66
)
67
- cookie = res . get_cookies
67
+ cookie = res ? res . get_cookies : ''
68
68
# if we have creds, login with them
69
69
vprint_status ( 'Attempting Login' )
70
70
res = send_request_cgi (
You can’t perform that action at this time.
0 commit comments