added detect software module

This commit is contained in:
Mike Haworth
2012-02-18 12:22:17 +13:00
parent 56a9c4d04d
commit 106e2dbd2d
3 changed files with 183 additions and 0 deletions

View 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