Files
metasploit-gs/lib/msf/base/simple/exploit.rb
T
Matt Miller 55516ba790 more pimpage, added an internal test exploit
git-svn-id: file:///home/svn/incoming/trunk@2752 4d416f70-5f16-0410-b530-b9f4589650da
2005-07-14 07:32:11 +00:00

17 lines
120 B
Ruby

module Msf
module Simple
###
#
# Exploit
# -------
#
# A simplified exploit wrapper.
#
###
module Exploit
end
end
end