Skip to content

Commit 3223ea7

Browse files
committed
An invalid WritablePage option can result the same message as well.
1 parent 044bd21 commit 3223ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/moinmoin_twikidraw.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def exploit
240240

241241
# Check authentication
242242
if not session
243-
fail_with(Exploit::Failure::NoAccess, "Error getting a session ID, check credentials")
243+
fail_with(Exploit::Failure::NoAccess, "Error getting a session ID, check credentials or WritablePage option")
244244
end
245245

246246
# Check writable permissions

0 commit comments

Comments
 (0)