Brendan Coles
c69b6412e0
Add support for localhost at NetworkHost
2015-02-03 17:40:11 +00:00
antisnatchor
23cf229dad
Merge branch 'network_extension' of https://github.com/bcoles/beef into bcoles-network_extension
2015-02-03 15:22:33 +01:00
Brendan Coles
4ff2a09552
Reload grid on render
2015-02-01 02:05:35 +00:00
Brendan Coles
e11ab70c61
Reload grid on render
2015-01-31 22:51:30 +00:00
Brendan Coles
7fc65a70af
Add port scanning to network extension
2015-01-31 21:43:01 +00:00
Brendan Coles
fef015709b
Update context menu
2015-01-30 22:10:48 +00:00
Brendan Coles
0623b8f667
Add Fingerprint Routers module
2015-01-30 21:16:29 +00:00
Brendan Coles
53a05d1901
Add extension description
2015-01-29 18:00:05 +00:00
Brendan Coles
24dab8b1c9
UI - return if user cancels prompt
2015-01-29 16:01:19 +00:00
Brendan Coles
d3165c2d97
Fix logo in IE
2015-01-25 18:45:35 +00:00
Brendan Coles
5d9c62967d
Add options to scan commonly used LAN IPs
2015-01-24 18:26:15 +00:00
Brendan Coles
d75adc0899
Add context menu for empty Hosts grid
2015-01-20 15:36:28 +00:00
Brendan Coles
1318ccf019
remove payload url
2015-01-20 12:18:50 +00:00
Brendan Coles
631bc1e9ef
Add Network panel to admin UI
2015-01-20 11:36:49 +00:00
Wade Alcorn
2fbca61368
Updated copyright dates
2014-12-30 07:44:58 +10:00
Oleg Broslavsky
a96867b6cd
One more fix to module search
2014-12-18 17:52:07 +07:00
Oleg Broslavsky
9268ba9f5e
Little code refactoring in module search files
2014-12-18 17:47:08 +07:00
Oleg Broslavsky
294a7cb5c6
Add module search JS to uglifier
2014-12-16 17:47:05 +07:00
Oleg Broslavsky
1c2559fe4a
Search panel ui
2014-12-16 17:45:01 +07:00
Nikita Oleksov
b905455e8b
Added searching
2014-12-15 23:52:09 +07:00
Brendan Coles
6f1f8cf65c
add menu separator and delete icon
2014-10-28 08:14:22 +00:00
bmantra
30cfb7002d
delete old zombies via REST api and UI #762
2014-10-27 20:17:17 +01:00
Brendan Coles
4fcc1dc562
Allow DNS lookups on zombie IP addresses
2014-09-28 04:25:20 +00:00
antisnatchor
9f76913b11
Fixed bug that was preventing dynamic payload options to be set with metasploit modules.
2014-06-25 13:27:07 +02:00
bcoles
4529dd1a6c
Add support for MaxMind GeoIP
2014-04-22 00:58:49 +09:30
Brendan Coles
d9fd2b994e
Add browser proxy details to browser summary
2014-04-13 02:29:09 +10:00
bcoles
7d6eb4b714
Add 'beef.os.getDefaultBrowser'
2014-03-20 02:49:08 +10:30
Brendan Coles
7a8115211d
Merge pull request #981 from beefproject/MSF-Target-Browsers
...
Added support for target browser detection for MSF modules #530
2014-03-16 13:39:03 +11:00
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
Wade Alcorn
8003f1a47f
Updated the copyright year to 2014
2014-01-01 16:34:15 +10:00
antisnatchor
b28a79b56a
Enhancing the keylogger to log also shift/alt/ctrl
2013-12-15 16:01:50 +00:00
bcoles
638e037e56
Remove Java and VLC detection from hook init
2013-10-06 19:17:55 +10:30
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
Saafan
75f33016ea
Added support for target browser detection for MSF modules #530
2013-07-22 08:49:56 -04:00
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