17 lines
113 B
Ruby
17 lines
113 B
Ruby
|
module Msf
|
||
|
module Simple
|
||
|
|
||
|
###
|
||
|
#
|
||
|
# Recon
|
||
|
# -------
|
||
|
#
|
||
|
# A simplified recon wrapper.
|
||
|
#
|
||
|
###
|
||
|
class Recon
|
||
|
end
|
||
|
|
||
|
end
|
||
|
end
|