Merge pull request #843 from gcattani/834-hasRealPlayer

Add RealPlayer detection
This commit is contained in:
Brendan Coles
2013-02-17 08:30:40 -08:00
9 changed files with 112 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ class Modules < BeEF::Extension::AdminUI::HttpController
['Browser Components', 'Silverlight', 'HasSilverlight'],
['Browser Components', 'Web Sockets', 'HasWebSocket'],
['Browser Components', 'QuickTime', 'HasQuickTime'],
['Browser Components', 'RealPlayer', 'HasRealPlayer'],
['Browser Components', 'ActiveX', 'HasActiveX'],
['Browser Components', 'Session Cookies', 'hasSessionCookies'],
['Browser Components', 'Persistent Cookies', 'hasPersistentCookies'],