Add detection for WebGL support to BrowserDetails
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user