git-svn-id: https://beef.googlecode.com/svn/trunk@1309 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
10 lines
152 B
Ruby
Executable File
10 lines
152 B
Ruby
Executable File
class Inject_beef < BeEF::Core::Command
|
|
|
|
def post_execute
|
|
content = {}
|
|
content['Return'] = @datastore['return']
|
|
save content
|
|
end
|
|
|
|
end
|