Sergey Gorbaty
3dbfdbac7e
Adding user prompt
2013-05-03 14:02:53 -07:00
Sergey Gorbaty
d3262d9451
Adding local detection
2013-05-03 13:34:09 -07:00
Sergey Gorbaty
906ca6ccce
Cordova detection added
2013-05-03 13:13:24 -07:00
Sergey Gorbaty
1699d52475
adding contact list
2013-05-03 10:09:09 -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
09be2db069
Update version to beef-0.4.4.5
2013-05-01 17:53:21 +09:30
bcoles
6da4e2c39c
Update version to '0.4.4.4.1-alpha' bug fix edition
beef-0.4.4.4.1
2013-05-01 17:49:21 +09:30
bcoles
15c7e64e93
Fix bug with module image result rendering in admin UI
2013-05-01 17:47:00 +09:30
bcoles
91e2b36ce4
Update webcam module so the picture returned as a base64 encoded string
...
will be rendered in the admin UI
2013-05-01 16:44:28 +09:30
bcoles
b82696ead2
Enabled web server imitation by default
...
The time has come. This feature has been stable for a while.
2013-05-01 16:43:26 +09:30
bcoles
7233957664
Update version
2013-04-30 18:56:37 +09:30
bcoles
88678f986c
Add 'Debug -> Test Return Image' module
...
Part of isse #883
beef-0.4.4.4
2013-04-30 18:40:25 +09:30
bcoles
719bb4a20b
Fixed malformed YAML in modules/browser/get_visited_domains/config.yaml
2013-04-25 01:37:15 +09:30
antisnatchor
4ea18852f6
Updated eventmachine gem version in Gemfile.
2013-04-21 10:52:46 +01:00
qswain2
c16479a14e
Add chrome support to get_visited_domains
...
Added chrme implementation based on visipisi
2013-04-19 01:02:48 -04:00
bcoles
59951959f1
Add Opencart password reset CSRF module
...
This module hasn't been tested against an Opencart instance
2013-04-19 09:18:05 +09:30
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
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
Christian Frichot
e3cb7f7a2d
#882 . New HTML5 WebRTC Webcam Module
2013-04-15 19:20:48 +08:00
Christian Frichot
6e9db43463
Fixes issue #881 . Console fix for reviewing previous responses
2013-04-15 19:18:07 +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
bcoles
55b0bee9ca
Re-enable XSS-Rays vectors containing ' charater
...
Fix issue #47
2013-04-14 20:38:41 +09:30
Christian Frichot
950c3d37a7
Fixes Issue #880 . Detect Tor update - now works
2013-04-13 14:51:34 +08:00
Christian Frichot
1721d3c263
Fixes issue #879 . Console enhancements.
2013-04-13 14:48:40 +08:00
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
d855100ac9
Fixes #878 and #758 .
2013-04-08 21:52:50 +08:00
Christian Frichot
fad33dfea7
Fixes #877 . New IE Fake Notification Bar Module
2013-04-08 19:36:02 +08: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
antisnatchor
222cff3f1d
Added a README file for the JavaPaylod signed applet exploit.
2013-04-06 12:29:05 +01:00
Christian Frichot
2ef1b5bab8
Updates gmail phishing command module. Fixes #873
2013-04-06 15:54:55 +08:00
Christian Frichot
af67c6a8d9
Few enhancements to dom.js. See #870 #871 #872
2013-04-06 15:52:32 +08:00
Christian Frichot
79572a61f0
Renamed webcam_permission_check module
2013-04-06 14:35:21 +08:00
Christian Frichot
2fcdf1038d
xntriks updates to webcam_perm_check
2013-04-06 14:32:51 +08:00
Christian Frichot
cca21f1003
Merge pull request #869 from bw-z/master
...
Added Webcam Permission Check Module - which I'll then update.
2013-04-05 23:29:21 -07:00
Christian Frichot
07fe3a9c0e
Updates to tabnabbing module to use jQuerys wider event handling. #868
2013-04-04 21:33:43 +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
ae98842ad4
Tiny fix to Clippy so it appears properly. #866
2013-04-04 19:37:08 +08:00
bcoles
159ecb5ade
Fix malformed YAML in 'deface_web_page_component' module
2013-04-04 00:04:45 +10:30
BWZ
cf4ab9533e
Added Webcam Permission Check Module
2013-04-03 09:01:15 +10: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
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
Saafan
af8018500b
Fixing some unit tests
2013-03-31 16:22:58 +02:00
Christian Frichot
22cd68101d
Added Bookmarklet to the Welcome Tab in the Admin UI. #863
2013-03-30 17:31:36 +08:00