Module Msf::Exploit::Remote::NDMP
In: lib/msf/core/exploit/ndmp.rb

This module exposes methods for accessing NDMP services

Methods

connect   ndmp_info   ndmp_recv   ndmp_send   new  

Included Modules

Exploit::Remote::Tcp

Attributes

recv_buff  [RW] 

Public Class methods

Creates an instance of a NDMP exploit module.

Public Instance methods

Flush the receive buffer on a new connection

This method dumps ndmp version information

This method reads from the socket and parses out a single NDMP response, buffering the rest

This method tacks a length header on a packet then sends it out the socket

[Validate]