bcoles
189e6543e0
Fix bug with rendering images from command responses in the admin UI
2013-09-12 18:26:00 +09:30
antisnatchor
f869d2924a
Fixed an XSS discovered by Mario in the default keylogger.
2013-07-01 15:24:36 +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
bcoles
f90ad4a261
Add detection for WebRTC support
2013-05-24 17:06:36 +09:30
bcoles
15c7e64e93
Fix bug with module image result rendering in admin UI
2013-05-01 17:47:00 +09:30
Christian Frichot
6e0f7a266e
Issue #883 . Admin UI will inline display images from the HTML5 webcam module now
2013-04-15 19:28:52 +08:00
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
Christian Frichot
389f27360d
Slight spelling mistake fix up in the Welcome tab of the Admin UI
2013-04-01 19:51:16 +08:00
Christian Frichot
e8eda3ef99
Minor enhancements to the Admin UI. #864
2013-04-01 11:07:50 +08:00
Christian Frichot
22cd68101d
Added Bookmarklet to the Welcome Tab in the Admin UI. #863
2013-03-30 17:31:36 +08:00
Christian Frichot
26933fe146
Fix for #826 . Plus - logs also include a column for which browser an event is associated with
2013-03-29 13:33:09 +08:00
bcoles
c98d9a4300
Manually merged Windows Media Player detection from @gcattani
...
Fix issue #833
Fix issue #847
2013-03-17 03:30:12 +10:30
Javier Marcos
657aac9dcd
Detection added for the Foxit Reader plugin, fixes #829
2013-03-11 00:19:19 +00:00
bcoles
772b2fd1e7
Add VLC details to hooked browser balloon popup
...
Part of issue #828
2013-02-22 12:14:43 +10:30
Nbblrr
7eec331cf9
Plugin for VLC detection #828
2013-02-21 23:14:28 +01:00
bcoles
0734bb0750
Update Proxy tab
2013-02-20 00:57:53 +10:30
gcatt
63695e66d7
Add RealPlayer detection
2013-02-17 12:37:56 +01:00
bcoles
79e8f34b06
Add QuickTime to zombie balloon details
...
Add 'modules/browser/detect_quicktime'
2013-02-04 09:10:59 +10:30
bcoles
ce1cc61ac1
Add ActiveX and Silverlight to zombie balloon details
2013-02-03 05:47:07 +10:30
antisnatchor
c0a256f1b0
Refactored Ipec and Autorun tabs to use the new beefwui object: get_rest_token is now a common function :D
2013-01-02 20:09:23 +01:00
antisnatchor
1ce620a626
Created a new beef_common.js files with common functions for the Web UI. Registered as beefwui in the main window object.
2013-01-02 20:07:49 +01:00
antisnatchor
cea8a4b0e3
ARE: fixed bug which was preventing the execution of modules without input.
2013-01-02 19:03:27 +01:00
antisnatchor
1cd83663aa
ARE: properly closed a couple of more statements.
2013-01-02 18:37:26 +01:00
antisnatchor
b6b968a7a0
ARE: removed a couple of unneeded commas.
2013-01-02 18:33:57 +01:00
antisnatchor
276d465dd1
ARE: properly closed a couple of statements.
2013-01-02 18:31:23 +01:00
antisnatchor
8947d78d66
ARE: added mod_id to the multi_module API call. The bug was preventing correct module calling.
2013-01-02 18:30:06 +01:00
antisnatchor
98da93fb12
ARE: fixed hardcoded URLs
2013-01-02 18:07:53 +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
Wade Alcorn
fe40038441
Updated copyright year to 2013
2012-12-30 12:47:43 +10:00
Wade Alcorn
23f09b919f
Changed license header
2012-11-02 14:26:10 +10:00
Wade Alcorn
b68df3d024
Changed license header
2012-11-02 14:05:15 +10:00
antisnatchor
9aab6f1cf4
Patched jquery-encoder to prevent exception on encoderForJavascript. Patched wterm.jquery.js to prevent XSS. Added IP/port validation to IPEC shell.
2012-10-22 17:19:46 +11:00
antisnatchor
aae9f5b66c
Removed dead code from the IPEC admin_ui tab panel.
2012-10-22 16:12:43 +11:00
antisnatchor
aa1efd1c73
Added new IPEC admin_ui tab. This includes the new Wterm-based interactive shell to communicate with the BeEF_bind shellcode.
2012-10-22 16:09:34 +11:00
antisnatchor
727c746303
Added Java to the baloon popup of the admin_ui, and removed phonegap.
2012-06-27 12:28:09 +01:00
bcoles
d5acc6409e
Added beef.browser.hasPhonegap()
...
Added hasPhonegap() and hasGooglegears() to balloon messages
Updated os in module configs from "iPhone" to "iOS"
2012-06-25 11:04:19 +09:30
bcoles
268ef4588f
Added device/hardware detection
2012-06-25 01:35:33 +09:30
bcoles
71133869e4
Added browser details to Hooked Browser balloon messages
...
Fixes issue #521
2012-06-24 20:36:10 +09:30
bcoles
aefc693548
Added balloon popups to hooked browser tree
...
Part of issue #521
2012-06-24 00:57:01 +09:30
antisnatchor
9ae0929a8c
Merge remote-tracking branch 'upstream/master'
2012-05-02 13:04:51 +03:00
bcoles
923921b92b
Added skeleton for custom hooks
...
Part of issue #101
2012-04-23 19:33:19 +09:30
Graziano Felline
736c81573e
Setting up structures and server/client environment.
...
A lot of TODO
2012-04-06 02:21:40 +02:00
antisnatchor
d9104b93f4
removed console.log function calls that were throwing errors on IE
2012-02-15 16:01:23 +01:00
antisnatchor
55b52427e8
re-added panel.removeAll when generating a newExploitPanel, corrected typo on function name genExistingExploitPanel
2012-02-15 16:00:57 +01:00
antisnatchor
74d176ff73
Fixed issue 34: now only one zombie tab is created (current browser). When switching between browsers, the previous zombiePanel is destroyed.
2012-02-15 16:00:14 +01:00
bcoles
9ff162a861
Disabled HackVertor tab
2012-01-18 23:59:04 +10:30
bcoles
2ab95cc763
Renamed Decoder tab to HackVertor and disabled it for the upcomming
...
release
2012-01-18 23:42:14 +10:30
bcoles
a956bd60ea
Added "Decoder" tab draft
2012-01-05 15:49:08 +10:30
Wade Alcorn
06899ca267
Year updated from 2011 to 2012
2011-12-31 22:24:36 +10:00