Add testing note about session channel opens

GSoC/Meterpreter_Web_Console
William Vu 2018-10-19 13:13:22 -05:00
parent ab5fccc8f6
commit cc283d9def
1 changed files with 5 additions and 0 deletions

View File

@ -175,6 +175,11 @@ module Msf::Exploit::Remote::SSH::AuthMethods
:byte, USERAUTH_SUCCESS
))
# We can't fingerprint or otherwise reduce false positives using a session
# channel open, since most implementations I've seen support only one
# session channel and don't support channel closing, so this would block
# us from getting a shell
# So assume we succeeded until we can verify
true
end