13 lines
197 B
Ruby
13 lines
197 B
Ruby
# detect software
|
|
#
|
|
|
|
class Detect_software < BeEF::Core::Command
|
|
|
|
def post_execute
|
|
content = {}
|
|
content['detect_software'] = @datastore['detect_software']
|
|
save content
|
|
end
|
|
|
|
end
|