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
antisnatchor
2f51deb88a
Fixed issue with Social Engineering extension when using an SMTP server without any needed authentication.
2013-10-02 14:53:04 +01: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
bcoles
189e6543e0
Fix bug with rendering images from command responses in the admin UI
2013-09-12 18:26:00 +09:30
bcoles
f5b86e7894
Add metasploit default path for kali
2013-08-19 12:37:35 +09:30
bcoles
db83cdd086
Add metasploit default path for pentoo - take 2
2013-08-19 12:37:06 +09:30
bcoles
e9e085e9e1
Add metasploit default path for pentoo
2013-08-17 21:56:42 +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
Michele Orru
71f04d82f5
Merge pull request #849 from geefunkmasterpro/master
...
Enhancements to Mass Mailer
2013-05-26 04:58:57 -07: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
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
Christian Frichot
1721d3c263
Fixes issue #879 . Console enhancements.
2013-04-13 14:48:40 +08:00
Christian Frichot
d855100ac9
Fixes #878 and #758 .
2013-04-08 21:52:50 +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
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
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
Javier Marcos
657aac9dcd
Detection added for the Foxit Reader plugin, fixes #829
2013-03-11 00:19:19 +00:00
geefunkmasterpro
66d0e3535b
Added fromaddr to mass mailer JSON interface so emails can be sent from
...
any address without restart.
Removed fromaddr entry from config.yaml.
2013-02-27 23:29:08 +11:00
geefunkmasterpro
e79372f8ac
Added auth field to config so that emails are harder to track to sender
...
Added error handling to identify:
- errors creating the mail headers
- errors processing JSON input
- errors in the mailer configuration
2013-02-27 21:33:48 +11:00
bcoles
8f1a26ffa9
Add "Hardware" to console browser details
2013-02-23 15:27:29 +10:30
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
Brendan Coles
5e257d4e33
Merge pull request #843 from gcattani/834-hasRealPlayer
...
Add RealPlayer detection
2013-02-17 08:30:40 -08:00
gcatt
007769aa93
Corrected mistake
2013-02-17 12:41:30 +01:00
gcatt
63695e66d7
Add RealPlayer detection
2013-02-17 12:37:56 +01:00
antisnatchor
074a11c85a
Updated Chrome sample extension with latest requirements (CSP/version/etc.). Not it works on latest Chrome. Also Updated the fake_flash_update description with more info.
2013-02-12 10:53:19 +00:00
bcoles
90174dda23
Add beef.hardware.isTouchEnabled()
2013-02-11 02:46:35 +10:30
bmantra
17aa898099
correct last commit, set auto_msfrpcd back to false
2013-02-06 19:42:14 +01:00
bmantra
f879584f1b
changed windows default path and changed message
2013-02-06 19:37:31 +01:00
bmantra
2d27266fc9
added message that metasploit auto launch is not available on MS Windows
2013-02-06 19:22:12 +01:00
bcoles
2d08183eef
Refactor 'select_zombie_summary'
...
extensions/admin_ui/controllers/modules/modules.rb
extensions/console/lib/shellinterface.rb
Fix issue #837
2013-02-07 02:44:40 +10:30
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
bcoles
8b56a147a9
Rename 'System Platform' to 'Browser Platform' in UI
2013-02-03 05:28:49 +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
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
e3dced8a9e
Add virtual machine icon
2013-02-01 04:30:25 +10:30
ben-waugh
81be99074a
Metasploit extension config - added livecd path
2013-01-23 07:08:04 +10:00