cd4899da00
Consistently refer to replys as responses
8 lines
197 B
Ruby
8 lines
197 B
Ruby
# -*- coding: binary -*-
|
|
|
|
module Msf::Exploit::Remote::X11
|
|
include Msf::Exploit::Remote::X11::Connect
|
|
include Msf::Exploit::Remote::X11::Extension
|
|
include Msf::Exploit::Remote::X11::Read
|
|
end
|