Add detection for WebGL support to BrowserDetails

This commit is contained in:
Brendan Coles
2017-05-13 06:36:58 +00:00
parent 2c43328614
commit 7ef36039a4
3 changed files with 20 additions and 1 deletions

View File

@@ -320,7 +320,7 @@ module BeEF
# get and store the yes|no value for browser components
components = [
'VBScriptEnabled', 'HasFlash', 'HasPhonegap', 'HasGoogleGears',
'HasWebSocket', 'HasWebWorker', 'HasWebRTC', 'HasActiveX',
'HasWebSocket', 'HasWebWorker', 'HasWebGL', 'HasWebRTC', 'HasActiveX',
'HasQuickTime', 'HasRealPlayer', 'HasWMP'
]
components.each do |k|