added detect software module
This commit is contained in:
12
modules/browser/detect_software/module.rb
Normal file
12
modules/browser/detect_software/module.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
# detect software
|
||||
#
|
||||
|
||||
class Detect_software < BeEF::Core::Command
|
||||
|
||||
def post_execute
|
||||
content = {}
|
||||
content['detect_software'] = @datastore['detect_software']
|
||||
save content
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user