Class: BetterCap::Network::Protos::NTLM::Packet
- Defined in:
- lib/bettercap/network/protos/ntlm.rb
Overview
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Methods inherited from Base
method_missing, offset, parse, size
Instance Method Details
#is_auth? ⇒ Boolean
89 90 91 |
# File 'lib/bettercap/network/protos/ntlm.rb', line 89 def is_auth? self.type == 0x03 #NTLMSSP_AUTH end |