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
cdc92f084e
Add laptop icon
2013-02-03 03:41:29 +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
7dc1882427
Add virtual machine icon to browser
...
'BeEF::Core::Models::BrowserDetails::hw_icon()'
2013-02-03 03:02:27 +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
e3dced8a9e
Add virtual machine icon
2013-02-01 04:30:25 +10:30
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
Christian Frichot
2d9b894a3c
Added some further comments to the new AssetHandler redirector. See #664
2013-01-20 17:03:26 +08:00
Christian Frichot
3c4a0fad34
New bind_redirect method added to the AssetHandler. See #664
2013-01-20 16:59:01 +08: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
Michele Orru
15eb6a4b07
Merge pull request #813 from Nbblrr/master
...
Merge of Hardware detection improvement with mdetect (#722 )
2013-01-06 04:40:10 -08: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
Phill Campbell
cae2559fa3
Remove Thin 'Server' response header
2013-01-02 23:29:21 +00: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
da08911080
Added '/multi_module' RESTful API call to send multiple modules at once to a single browser.
2012-11-25 13:47:29 +00:00
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
antisnatchor
bbf7143a9a
Modified Autorun to work with modules with USER_NOTIFY target. Also added a few config options in the main config.yaml.
2012-11-05 19:32:34 +00:00
Wade Alcorn
d2188b230c
More changed license headers
2012-11-02 15:27:01 +10:00
Wade Alcorn
b68df3d024
Changed license header
2012-11-02 14:05:15 +10:00