class Rex::Proto::SMB::Exceptions::IncorrectSigningError

Public Instance Methods

to_s() click to toggle source
# File lib/rex/proto/smb/exceptions.rb, line 847
def to_s
  "The signature sent by the server is not correct"
end