Nbblrr
7eec331cf9
Plugin for VLC detection #828
2013-02-21 23:14:28 +01:00
antisnatchor
c222d0e4e3
Patched BeEF hook core to support injection when the hooked domain uses HttpOnly.
2013-02-18 17:19:49 +00:00
Brendan Coles
5e257d4e33
Merge pull request #843 from gcattani/834-hasRealPlayer
...
Add RealPlayer detection
2013-02-17 08:30:40 -08:00
gcatt
63695e66d7
Add RealPlayer detection
2013-02-17 12:37:56 +01:00
bcoles
90174dda23
Add beef.hardware.isTouchEnabled()
2013-02-11 02:46:35 +10:30
bcoles
11a56c5ce9
Add hasQuickTime to browser object
2013-02-05 01:41:21 +10:30
radoen
4003b69646
Update core/main/client/browser.js
2013-02-03 12:32:25 +01:00
radoen
4e73163403
ISSUES #817
...
to refine UI rendering.
Note In FF 21.xx the old detection method correctly work yet
2013-02-03 01:45:01 +01:00
radoen
fdf3dff690
ISSUES #817
...
to refine UI rendering.
Note In FF 21.xx the old detection method correctly work yet
2013-02-02 22:07:28 +01:00
bcoles
f7b55be03a
Add 'beef.browser.hasQuickTime()'
...
Merged manually from https://github.com/beefproject/beef/pull/836
Fix issue #835
starting
2013-02-03 05:59:06 +10:30
bcoles
449c6633aa
Rename 'System Platform' to 'Browser Platform'
2013-02-03 05:24:48 +10:30
bcoles
95970d5364
Add 'beef.browser.hasSilverlight()'
...
Add 'modules/browser/detect_silverlight'
2013-02-03 04:42:13 +10:30
bcoles
2c10dd040c
Add 'beef.hardware.isLaptop()'
2013-02-03 03:55:14 +10:30
bcoles
15a502bce6
Add CPU type to browser initialization
...
Add support for Firefox 19
2013-02-03 03:39:30 +10:30
bcoles
10bdcce34a
Fix typos in 'beef.hardware.cpuType()' and OS detection
2013-02-03 03:36:41 +10:30
bcoles
78162e6d26
Add 'beef.hardware.cpuType()'
2013-02-03 03:01:54 +10:30
bcoles
6913e97e2e
Update Windows OS detection
...
Add functions:
beef.os.isWinCE()
beef.os.isWin2000SP1()
beef.os.isWindows()
2013-02-03 03:01:18 +10:30
Wade Alcorn
0df85344f0
Changed ActiveX detection slightly
2013-02-01 07:11:53 +10:00
bcoles
30171693ff
Add 'beef.hardware.isVirtualMachine()'
...
Rename 'beef.hardware.getMobileName()' to 'beef.hardware.getName()'
2013-02-01 04:29:06 +10:30
bcoles
61d0bf2e14
Add beef.browser.hasActiveX()
...
Add modules/browser/detect_activex module
Fix issue #832
2013-02-01 01:22:45 +10:30
bcoles
c085c2d3d7
Add detection for IE10
...
Fixes issue #818
2013-01-28 01:05:31 +10:30
bcoles
3cb7bb9f51
Add support for Windows 8
2013-01-28 01:01:29 +10:30
antisnatchor
e321d6e3d8
Added support for Chrome 24
2013-01-23 11:39:26 +00:00
Saafan
efa4854b79
Merge branch 'master' of https://github.com/beefproject/beef
2013-01-15 17:04:12 +02:00
Saafan
cc49004189
Fix IE java detection.
2013-01-15 17:03:54 +02:00
Michele Orru
c8c6d30468
Merge pull request #778 from Skyr/master
...
Fix for Javascript errors in Phonegap
2013-01-15 03:56:50 -08:00
bcoles
224cf0c7d0
Added window.devicePixelRatio to Firefox 18 detection
2013-01-12 14:26:16 +10:30
bcoles
c2dbc50d00
Added support for Firefox 18
2013-01-10 08:44:50 +10:30
antisnatchor
c1fefecf70
Merge branch 'master' of https://github.com/beefproject/beef
2013-01-09 15:01:50 +00:00
antisnatchor
60589dc607
Minor changes to MiTB core.
2013-01-09 15:01:07 +00:00
Saafan
5d9821aa74
Temporary workaround to fix IE not being hooked due to java detection code.
2013-01-09 00:47:45 +02:00
Nbblrr
da7a7b9603
Improved Hardware detection with mdetect 2. #722
2013-01-05 20:43:28 +01:00
Nbblrr
3fe37ec7b1
Improved Hardware detection with mdetect. Ticket #722
2013-01-05 00:03:25 +01:00
qswain2
f39b16712a
Added auto-run tab
...
Added a new tab in the ui for the auto-run.
and allows modules to be selected with a
checkboxes.Added a handler to hide autorun
tab. Added stubs to ARE.
2013-01-01 18:01:53 -05:00
antisnatchor
d976e86cbe
Refactored mitm.js AJAX sniffing feature. Fixed a couple of other bugs in mitb.js
2012-12-30 13:13:10 +01:00
Wade Alcorn
fe40038441
Updated copyright year to 2013
2012-12-30 12:47:43 +10:00
Saafan
ba5ee180e4
-Updated "Detect Java Support" using the official oracle deployment support script to detect if Java is enabled.
2012-12-29 13:33:23 +02:00
bcoles
7b4d4de3eb
Added support for Firefox 17
2012-12-13 18:00:22 +10:30
Stefan Schlott
df365b74c2
Fix Javascript errors in Phonegap (see #777 )
2012-12-11 15:54:41 +01:00
bcoles
3152f41a18
Add beef.net.cors.request
...
Returns a response object with HTTP status, headers and body
Add 'Test CORS Request' debug module
2012-11-26 02:50:27 +10:30
antisnatchor
328df7af97
Documented (JSdoc) both updater.js and websocket.js. Finally :D
2012-11-21 07:12:56 +00:00
antisnatchor
4b6130a315
Added xhr_poll_timeout config to the main config.yaml. This can now be used to decrease/increase polling timeout for the normal XHR-polling communication.
2012-11-21 06:37:41 +00:00
antisnatchor
011bb0e94b
Refactored WebSocket polling timeout config value.
2012-11-21 06:26:15 +00:00
antisnatchor
72a4a127ff
Documented (JSdoc) all the net.js methods.
2012-11-21 06:14:59 +00:00
antisnatchor
03f7f888b5
Documented (JSdoc) all the init.js methods.
2012-11-21 06:13:32 +00:00
antisnatchor
2ae03736ab
Added Chrome 23 detection. Refactored the hasWebSockets method.
2012-11-21 05:19:47 +00:00
antisnatchor
c2185d2cec
Refactoring session.js moving the iframe persistence technique in dom.js. Updated iframe_above to use the new component.
2012-11-21 05:10:52 +00:00
antisnatchor
81f03f0024
Fixed a nasty bug with WebSockets. BrowserDetails are now always sent with XHR-polling, before switching protocols using WebSockets.
2012-11-18 15:45:46 +00:00
Wade Alcorn
b68df3d024
Changed license header
2012-11-02 14:05:15 +10:00
bcoles
72ac600f9f
Add createIframeIpecForm function to client dom library
2012-10-27 18:53:29 +10:30