antisnatchor
46e165df5e
Added support for browser language detection. Also added a new entry in Browser Details and JS call beef.browser.getBRowserLanguage()
2014-03-06 12:35:02 +00:00
Brendan Coles
55af5625bb
Merge pull request #972 from pgrohe/pgrohe/issue969
...
Pgrohe/issue969
2014-03-01 01:06:41 +11:00
antisnatchor
7639537d11
Added support for Chrome 32 and 33.
2014-02-25 13:31:59 +00:00
Phil Grohe
f274001a65
Revised comments on beef.dom.createIframe() to reflect removal of 'method' parameter & form submitting behavior. Updated existing function calls to beef.dom.createIframe() to remove 'method' parameter.
2014-02-22 11:57:56 -05:00
Phil Grohe
cc51e2c294
Initial revision of beef.dom.createIframe() Removed 'method' parameter and code path that creates a form and uses created iframe as target.
2014-02-22 11:18:12 -05:00
bcoles
bcb8a1b858
Merge branch 'master' of https://github.com/beefproject/beef
2014-02-14 10:02:00 +10:30
bcoles
4cbe074259
Add support for IE11
2014-02-14 10:01:39 +10:30
Wade Alcorn
744b7649e7
Corrected some usages of domain to origin
2014-02-08 09:56:31 +10:00
bcoles
9e683d03bf
Add Firefox 27 support
2014-01-13 23:22:29 +10:30
bcoles
83ed8558b7
Add encoding type argument 'enctype' to 'createIframeXsrfForm()'
2014-01-12 02:34:24 +10:30
antisnatchor
6a8a103b8b
Final fix for issue #957
2014-01-06 11:03:40 +00:00
antisnatchor
b43fbce044
Fixed issue #957 . The requester and proxy now work again after the jquery update.
2014-01-03 13:48:31 +00:00
antisnatchor
2899886543
Added more client-side debugging/logging features to better trace errors when a module fails.
2014-01-03 11:52:00 +00:00
Wade Alcorn
8003f1a47f
Updated the copyright year to 2014
2014-01-01 16:34:15 +10:00
bcoles
6efa01cc22
Upgrade jquery from 1.5.2 to 1.10.2
2013-12-29 23:39:06 +10:30
bcoles
91b06ca158
Add support for Firefox 26
2013-12-22 19:16:22 +10:30
antisnatchor
b28a79b56a
Enhancing the keylogger to log also shift/alt/ctrl
2013-12-15 16:01:50 +00:00
Christian Frichot
924717d6fa
Support for Chrome version 31 in browser detection
2013-11-25 16:38:55 +08:00
bcoles
ce2b5293af
Add support for Firefox 25
2013-11-05 14:45:27 +10:30
bcoles
8e6751611d
Add beef.browser.getPageHead() and beef.browser.getPageBody()
...
Update 'Get Page HTML' module to use these functions
Tested on IE6, FF22, C28
Fix issue #518
2013-10-13 03:37:15 +10:30
antisnatchor
69ff8c0013
Added rubyzip dependency to core.rb. Fixed a bug in dom.js when attaching applets for IE.
2013-10-10 20:54:29 +01:00
bcoles
638e037e56
Remove Java and VLC detection from hook init
2013-10-06 19:17:55 +10:30
Christian Frichot
8033b77b73
Support for Chrome version 30 in browser detection
2013-10-06 17:20:01 +08:00
antisnatchor
86d23d3815
Fix issue #662 the Web UI base path can now be configured in the main config.yaml. Web UI JS files are now also minified.
2013-10-01 17:16:46 +01:00
Christian Frichot
df4b0bce5e
Supports Chrome 29 detection
2013-09-07 12:56:21 +08:00
Saafan
d872a5a3e7
Merge remote-tracking branch 'origin/master' into Detect-Java
...
Conflicts:
core/main/client/browser.js
2013-08-20 05:55:27 -04:00
bcoles
858814c614
Update BeEF core to complete HTTPS support
...
Part of issue #745
2013-08-09 13:28:35 +09:30
Saafan
402f4997df
Fixing java support by separating Oracle deployement toolkit in a separate file. #786
2013-08-03 16:25:46 -04:00
bcoles
32b48e5172
Add some client-side debugging to browser.js
...
Perform minor code formatting changes
2013-07-04 23:50:34 +09:30
bcoles
af6cf9e5d4
Add Firefox 23 and 24 support for Firefox aurora/beta users
...
Firefox 23 ETA August 2013
Firefox 24 ETA September 2013
2013-07-04 07:39:23 +09:30
antisnatchor
7f1473ccbf
Added detection for Firefox 22 (and improved detection of FF 21/22 with a new DOM object).
2013-07-01 17:32:00 +01:00
gcatt
f6ebe9fac0
Revert "Add Unity Web Player detection"
...
This reverts commit 696e3715fe .
2013-07-01 10:11:20 +02:00
gcatt
696e3715fe
Add Unity Web Player detection
2013-07-01 10:07:47 +02:00
Christian Frichot
0dd499c71a
Updated browser detection to capture Chrome under iOS. See Issue #909
2013-06-16 16:19:58 +08:00
Christian Frichot
96f763b7e0
Chrome 27/28 detection. Fixes Issue #905
2013-06-15 13:41:41 +08:00
bcoles
dbabb379fb
Add Iceweasel detection in browser.js
2013-06-02 05:14:33 +09:30
bcoles
3c5b68e112
Add beef.browser.isA() to detect Avant Browser
...
Fixes issue #774
2013-06-02 03:14:29 +09:30
bcoles
f90ad4a261
Add detection for WebRTC support
2013-05-24 17:06:36 +09:30
bcoles
018a849e14
Add 'path' argument for beef.dom.createIframeIpecForm()
2013-05-24 14:01:21 +09:30
bcoles
9bac6b4fc1
Add support for Firefox 21
2013-05-24 13:47:31 +09:30
Sergey Gorbaty
906ca6ccce
Cordova detection added
2013-05-03 13:13:24 -07:00
bcoles
da763df110
Uncommented several instances of beef.debug() - Part of issue #862
2013-04-17 22:12:35 +09:30
bcoles
4980ca02a6
Add beef.client.debug config property - Part of issue #862
...
Client-side debugging is disabled by default
`beef.debug()` now only shows messages if `beef.client.debug` is true
2013-04-17 22:05:31 +09:30
bcoles
a172362452
Part of issue #862 - Add beef.debug() for client-side debugging
...
Add `beef.debug()` function - wraps `console.log()`
Debug messages are suppressed for browsers which don't support `console.log()`
Update './core/*' to use `beef.debug()` instead of `console.log()`
Update './modules/*' to use `beef.debug()` instead of `console.log()`
Update './extensions/*' to use `beef.debug()` instead of `console.log()`
Add 'modules/debug/test_beef_debug/' module
2013-04-15 16:49:01 +09:30
bcoles
55b0bee9ca
Re-enable XSS-Rays vectors containing ' charater
...
Fix issue #47
2013-04-14 20:38:41 +09:30
antisnatchor
5585879cca
Updated multiple core files to use hook_session_name consistently from the config.yaml file.
2013-04-09 10:25:49 +01:00
Christian Frichot
b4732a9438
Fixes #876 . Can detect Chrome 26.
2013-04-08 13:08:56 +08:00
antisnatchor
73e291832e
Replacing document.location.href with location in xssrays.js.
2013-04-07 15:54:14 +01:00
antisnatchor
85b204f52b
Updated beef.hardware component name for consistency.
2013-04-07 13:19:23 +01:00
antisnatchor
78410e28eb
Changed attachApplet dom.js method to use <applet> also for Firefox, instead of the <embed> tag. This fixes some issues when running Signed Applets.
2013-04-06 12:30:00 +01:00