Remove foxit detection from hook init

This commit is contained in:
Brendan Coles
2015-02-07 04:38:12 +00:00
parent fbe56bf9f1
commit 234a6e2016
6 changed files with 1 additions and 9 deletions

View File

@@ -319,7 +319,7 @@ module BeEF
# get and store the yes|no value for browser components
components = [
'VBScriptEnabled', 'HasFlash', 'HasPhonegap', 'HasGoogleGears',
'HasFoxit', 'HasWebSocket', 'HasWebRTC', 'HasActiveX',
'HasWebSocket', 'HasWebRTC', 'HasActiveX',
'HasSilverlight', 'HasQuickTime', 'HasRealPlayer', 'HasWMP',
'hasSessionCookies', 'hasPersistentCookies'
]