An invalid WritablePage option can result the same message as well.
parent
044bd2101f
commit
3223ea799c
|
@ -240,7 +240,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
# Check authentication
|
||||
if not session
|
||||
fail_with(Exploit::Failure::NoAccess, "Error getting a session ID, check credentials")
|
||||
fail_with(Exploit::Failure::NoAccess, "Error getting a session ID, check credentials or WritablePage option")
|
||||
end
|
||||
|
||||
# Check writable permissions
|
||||
|
|
Loading…
Reference in New Issue