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
bcoles
88019d21a3
Add error message for nil command module key
2014-01-05 05:45:48 +10:30
Wade Alcorn
8003f1a47f
Updated the copyright year to 2014
2014-01-01 16:34:15 +10:00
bcoles
d17d1357c6
Upgrade jquery from 1.5.2 to 1.10.2
2013-12-29 23:49:30 +10:30
antisnatchor
45c51180a6
Completely removed deployJava ro prevent CtP issues on Firefox.
2013-10-09 16:11:27 +01:00
bcoles
638e037e56
Remove Java and VLC detection from hook init
2013-10-06 19:17:55 +10: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
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
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
69fd3e600c
Event log now logs when a zombie comes back online. #867
2013-04-04 21:29:18 +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
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
Nbblrr
7eec331cf9
Plugin for VLC detection #828
2013-02-21 23:14:28 +01: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
bf19223a01
Add 'HasQuickTime' to core/main/handlers/browserdetails.rb
2013-02-07 02:43:58 +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
15a502bce6
Add CPU type to browser initialization
...
Add support for Firefox 19
2013-02-03 03:39:30 +10:30
Nbblrr
3fe37ec7b1
Improved Hardware detection with mdetect. Ticket #722
2013-01-05 00:03:25 +01: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
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
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
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
bcoles
a3a8bf2f15
Add command module IDs to logs
2012-10-26 16:45:00 +10:30
bcoles
34bae7d513
Add command module IDs to logs
2012-10-26 16:42:28 +10:30
Jean-Louis Huynen
e86712413c
modified whitespace evasion technique to keep it simple - modified beefjs (just one line, i don't had much time to investigate my change but it seems to work better with it than without it :)
2012-08-29 18:22:22 +02:00
antisnatchor
42c348f3f2
Added timeout.js that calls beef_init an fix some nasty cross-domain hooking issues when the hooking process was not started.
2012-08-25 10:26:16 +01:00
antisnatchor
5400696c40
Refactored and modified beefjs.rb: splitted external lib files from beef files, added the feature for #734 to exclude some core lib js files (like jquery) from obfuscation
2012-08-25 09:58:25 +01:00
radoen
5697eac123
Added support for wss, issue #714
2012-08-10 13:43:48 +02:00
bcoles
1defa2dbc2
Multiple changes to console:
...
[console] Fixed bug in displaying browser info in console
[console] Added zombie IDs to console messages
[console] Added browser type to zombie info
[console] Added menu support for selecting multiple zombies (incomplete)
2012-07-22 20:38:28 +09:30
qswain2
8b17643fdc
Merged changes from origin
2012-06-25 23:53:43 -04:00
qswain2
8d8a0ca9e9
Merge branch 'master' of github.com:beefproject/beef
...
Conflicts:
core/main/handlers/modules/beefjs.rb
2012-06-25 22:59:31 -04:00
qswain2
4f6d07bced
Added init call for are
2012-06-25 22:56:45 -04: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
0ac7023df1
Renamed getScreenParams() to getScreenSize()
...
Added date stamp to browser hook initialization
2012-05-29 18:52:43 +09:30
antisnatchor
c79a2ee6f1
Evasion: Added bootstrapper functionality. Added support for obfuscate modules with the same techniques used for the hook.
2012-05-23 15:23:15 +01:00
antisnatchor
8d805c550f
Started working on the Evasion/Obfuscation extension. Added scrambler, minifier and base64 encoder in the chain.
2012-05-22 16:41:29 +01:00