Files
metasploit-gs/lib/msf/core/exploit/remote/x11.rb
T
Spencer McIntyre cd4899da00 Refactor some X11 code around
Consistently refer to replys as responses
2024-11-27 15:19:26 -05:00

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