Class: BetterCap::Parsers::Mail

Inherits:
Base
  • Object
show all
Defined in:
lib/bettercap/sniffer/parsers/mail.rb

Overview

POP/IMAP authentication parser.

Instance Method Summary collapse

Methods inherited from Base

available, from_cmdline, inherited, load_by_names, load_custom, #on_packet

Constructor Details

#initializeMail

Returns a new instance of Mail.



18
19
20
21
# File 'lib/bettercap/sniffer/parsers/mail.rb', line 18

def initialize
  @filters = [ /(\d+ )?(auth|authenticate) ([a-z\-_0-9]+)/i ]
  @name = 'MAIL'
end