soh_cah_toa
18a78b57b2
Fixed load_rules() to rebuild 'pattern' and 'type' as an array.
...
This was forgotten in the previous commit.
2013-05-16 23:20:04 -04:00
soh_cah_toa
24f7e5b6cd
Separated 'pattern' and 'type' properties in DNS model.
...
This will expose the resource type to the RESTful API (coming soon).
2013-05-16 23:14:29 -04:00
soh_cah_toa
6d2a771084
Changed model name to BeEF::Core::Models::DNS::Rule.
...
This is more descriptive and follows the singular name convention.
2013-05-15 22:29:42 -04:00
soh_cah_toa
271b2b8e85
Removed RubyDNS::Server#rules attribute accessor since it's unused.
2013-05-15 22:19:58 -04:00
soh_cah_toa
35f25bbeb9
Removed load_rules() and parse_type() since they're unused.
2013-05-15 22:18:16 -04:00
soh_cah_toa
992e95f0d7
Added database support when adding/removing rules.
...
Needed to add 'sourcify' as a dependency in order to store code blocks
in the database.
2013-05-15 22:12:37 -04:00
soh_cah_toa
1f7e748afc
Removed parse_response() since it's no longer needed.
2013-05-14 19:23:08 -04:00
soh_cah_toa
ddcb040c40
Marked add_rule() and remove_rule() as critical sections.
...
Mutual exclusion is imperative here since other modules/extenions may
be simultaneously adding/removing rules, thus putting the value of
@next_id at risk of becoming inconsistent.
2013-05-14 19:12:23 -04:00
soh_cah_toa
e563a8946b
Began implementing new method of adding rules without periodic timer.
...
Also added improved documentation for add_rule() and remove_rule().
2013-05-14 18:47:51 -04:00
soh_cah_toa
86e01b1327
Documented run_server() and add_rule().
2013-05-10 23:19:58 -04:00
soh_cah_toa
d622bf3e5e
New DNS entries can now be added dynamically without a server restart.
...
Database is checked every five seconds and adds new rules if there
were any changes.
2013-05-10 23:01:10 -04:00
soh_cah_toa
c7eb1c7fc9
Added DNS database model to load resource records from.
...
Now modules/extensions can dynamically add new RR's. However, changes
don't take effect until BeEF restarts (fix incoming).
2013-05-08 00:03:08 -04:00
soh_cah_toa
d24a00a639
Overrode RubyDNS::Transaction.respond! to use debug logger instead.
...
Now all RubyDNS output is properly disabled unless --verbose is given.
2013-05-07 23:59:27 -04:00
soh_cah_toa
c7981f3c0d
Demoted UPSTREAM from constant to local variable. Minimizes scope.
2013-05-07 22:40:26 -04:00
soh_cah_toa
281cde1cbb
Added new definition for Logger#warn.
2013-05-07 22:06:13 -04:00
soh_cah_toa
493ed5182b
Made BeEF::Extension::DNS::DNS into a singleton object.
...
This ensures that all modules/extensions that add new RR's
refer to a single server instance.
2013-05-07 21:56:11 -04:00
soh_cah_toa
ceb55ef3df
Resolved DNS thread issue using EM::next_tick() instead of sleep().
2013-05-06 13:09:44 -04:00
soh_cah_toa
cbd815c519
Changed output format for RubyDNS to be "BeEF-compliant".
...
RubyDNS's logger now uses BeEF's print-related functions. Debug
messages regarding queries can be enabled using --verbose.
2013-05-05 22:19:54 -04:00
soh_cah_toa
d22373d828
Fixed thread issue that occasionally caused BeEF to stop immediately.
...
While using sleep() to fix thread complications is never a great
solution, it gets the job done for now.
2013-05-05 21:14:30 -04:00
soh_cah_toa
fdd1048f1a
Implemented basic nameserver and configured it to run on BeEF startup.
...
It's worth noting that RubyDNS currently displays a lot of messy
output. This needs to be addressed before moving any further.
2013-05-03 22:37:42 -04:00
soh_cah_toa
cc4b34ed8d
Started basic DNS extension. Currently does nothing.
2013-05-03 21:25:53 -04:00
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
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