antisnatchor
71a67defd4
Added new RESTful API method to bind a local file to a url. Also added "dropper" directory into Social Engineering extension.
2013-10-08 14:08:52 +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
dd811ca234
Add proxy detection using http headers to browser details
...
Add proxy details to browser log
Part of issue #527
Note: does not work for transparent proxies
2013-07-08 00:25:49 +09:30
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
dab58f0e61
Updated hardware constants better detects and displays pure Nexus phones. Issue #908
2013-06-16 14:49:39 +08:00
Christian Frichot
2e68470d23
Android OS Icon should now display. See Issue #907
2013-06-16 14:27:12 +08:00
Christian Frichot
dbebf12d27
Update to browser_filter. See Issue #906
2013-06-15 13:45:24 +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
bcoles
5bbf26abac
Add beef.http.dns_port config option
2013-05-06 16:03:17 +09:30
Sergey Gorbaty
906ca6ccce
Cordova detection added
2013-05-03 13:13:24 -07:00
antisnatchor
c5d5b99472
Issue #886 : The preflight OPTIONS request now allow also the content-type header, required to use a json conten-type with POST requests.
2013-05-02 10:55:16 +01:00
antisnatchor
9915547b19
Issue #886 : Added support for preflight OPTIONS request.
2013-05-01 17:19:48 +01:00
antisnatchor
ef2eac26eb
Issue #886 : Added support for CORS on the Router object. The RESTful aPI can not be called from JS x-domain.
2013-05-01 11:15:21 +01: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
Christian Frichot
af67c6a8d9
Few enhancements to dom.js. See #870 #871 #872
2013-04-06 15:52:32 +08:00
Christian Frichot
69fd3e600c
Event log now logs when a zombie comes back online. #867
2013-04-04 21:29:18 +08:00
Christian Frichot
9a23ed758e
New getHighestZindex function in beef.dom and updated createIframe beef.dom function. #865
2013-04-02 14:33:57 +08:00
bcoles
9ca50e0505
Comment out two console.log() lines in hookChildFrames
2013-03-29 15:16:56 +10:30
Christian Frichot
7e57313e21
New Link Rewrite (Hidden using overwritten click handling) module. #860
2013-03-25 19:26:59 +08:00
bcoles
fb26ef5f71
Add beef.browser.hookChildFrames()
...
BeEF now automatically hooks all same-domain child (i)frames
Allows logging of child frame events - fixes issue #493
2013-03-18 00:37:15 +10:30
bcoles
c98d9a4300
Manually merged Windows Media Player detection from @gcattani
...
Fix issue #833
Fix issue #847
2013-03-17 03:30:12 +10:30
bcoles
f3f624e9a4
Fixed bug introduced in commit 8132eb0e53
2013-03-17 03:21:38 +10:30
bcoles
8132eb0e53
Solution: Hide beef behind an apache webserver
...
Manually merge code from @lalaglubsch
Add support for BeEF through a proxy
Fix issue #856
2013-03-16 20:12:27 +10:30
Javier Marcos
657aac9dcd
Detection added for the Foxit Reader plugin, fixes #829
2013-03-11 00:19:19 +00:00
antisnatchor
713a20f157
Replaced eval with new Function when executing data coming from BeEF's WebSocket server.
2013-03-05 10:37:49 +00:00
antisnatchor
6a968e77c0
Removed all the crappy Oracle code to detect if java is enabled. Was preventing x-domain hooking on FF.
2013-03-04 22:07:47 +00:00