mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
a9e276f50a
Moved Detect Software module from Browser to Host category
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
|