#!/usr/bin/ruby require 'Rex/Socket/StreamAbstraction' module Rex module Post module Meterpreter ### # # Stream # ------ # # This class represents a channel that is streaming. This means # that sequential data is flowing in either one or both directions. # ### class Stream include Rex::Socket::StreamAbstraction class <