git-svn-id: https://beef.googlecode.com/svn/trunk@908 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
18 lines
243 B
Ruby
18 lines
243 B
Ruby
module BeEF
|
|
module Extension
|
|
module Demos
|
|
|
|
extend BeEF::API::Extension
|
|
|
|
@short_name = 'demos'
|
|
|
|
@full_name = 'demonstrations'
|
|
|
|
@description = 'list of demonstration pages for beef'
|
|
|
|
end
|
|
end
|
|
end
|
|
|
|
require 'extensions/demos/api'
|