Module Msf::Auxiliary::Scanner
In: lib/msf/core/auxiliary/scanner.rb

This module provides methods for scanning modules

Methods

Attributes

scanner_dcerpcs  [RW]  Tracks the current hosts
scanner_hosts  [RW]  Tracks the current hosts
scanner_ports  [RW]  Tracks the current hosts
scanner_simples  [RW]  Tracks the current hosts
scanner_socks  [RW]  Tracks the current hosts
scanner_udp_socks  [RW]  Tracks the current hosts

Public Class methods

Initializes an instance of a recon auxiliary module

Public Instance methods

Provides a per-thread self.dcerpc value

Sets a per-thread self.dcerpc value

Overloads the Exploit mixins for rhost

Overloads the Exploit mixins for rport

The command handler when launched from the console

Provides a per-thread self.simple value

Sets a per-thread self.simple value

Provides a per-thread self.sock value

Sets a per-thread self.sock value

Provides a per-thread RHOST value

Sets a per-thread RHOST value

Provides a per-thread RPORT value

Sets a per-thread RPORT value

Provides a per-thread self.udp_sock value

Sets a per-thread self.udp_sock value

[Validate]