Commit Graph

465 Commits

Author SHA1 Message Date
wade@bindshell.net
1378394142 website link changed on welcome page
git-svn-id: https://beef.googlecode.com/svn/trunk@1139 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 23:48:42 +00:00
wade@bindshell.net
18ae995281 These changes fix the raised exception if a browser has no plugins (Fixes issue 398).
git-svn-id: https://beef.googlecode.com/svn/trunk@1138 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 23:48:12 +00:00
bcoles@gmail.com
1b5f0783d5 Added a 'Router' command module branch and moved the modules targeting
routers to it.

This fixes issue 413

A    modules/router
AM + modules/router/linksys_befsr41_csrf
M    modules/router/linksys_befsr41_csrf/config.yaml
AM + modules/router/linksys_wrt54g_csrf
M    modules/router/linksys_wrt54g_csrf/config.yaml
AM + modules/router/linksys_wrt54g2_csrf
M    modules/router/linksys_wrt54g2_csrf/config.yaml
D    modules/network/linksys_befsr41_csrf
D    modules/network/linksys_wrt54g_csrf
D    modules/network/linksys_wrt54g2_csrf


git-svn-id: https://beef.googlecode.com/svn/trunk@1137 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 18:02:44 +00:00
wade@bindshell.net
d7930dc9da These changes clean up (a little) the details tab.
git-svn-id: https://beef.googlecode.com/svn/trunk@1136 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:54:21 +00:00
wade@bindshell.net
a817fe14c4 These changes clean up the details tab (Fixes issue 398).
git-svn-id: https://beef.googlecode.com/svn/trunk@1135 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:53:57 +00:00
wade@bindshell.net
72703c605f removed the double display of browser name in the details tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1134 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:53:32 +00:00
wade@bindshell.net
c2f16a1833 the detect browser module has been removed as it now runs by default and outputs to the details tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1133 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:53:05 +00:00
wade@bindshell.net
99f14a5553 the detect screen details module has been removed as it now runs by default and outputs to the details tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1132 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:52:33 +00:00
wade@bindshell.net
a0539e2f33 the detect scripts module has been removed as it now runs by default and outputs to the details tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1131 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:52:07 +00:00
wade@bindshell.net
f6edcb5a61 the detect plugins module has been removed as it now runs by default and outputs to the details tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1130 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:51:43 +00:00
wade@bindshell.net
ed6c3a72df iFrame keylogger changed to iFrame event logger
git-svn-id: https://beef.googlecode.com/svn/trunk@1129 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:51:18 +00:00
wade@bindshell.net
1544c6db9f the detect cookies support module has been removed as it now runs by default and outputs to the details tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1128 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:50:48 +00:00
wade@bindshell.net
619a98aaa4 minor change to alert module default text
git-svn-id: https://beef.googlecode.com/svn/trunk@1127 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:50:25 +00:00
bcoles@gmail.com
cf01bb3b63 Patched modules/misc/clipboard_theft/config.yaml values min_ver and max_ver
git-svn-id: https://beef.googlecode.com/svn/trunk@1126 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 23:55:55 +00:00
antisnatchor
62672b2159 Issue 384: added escape_for_html function to escape PoC data before rendering in ExtJs UI
git-svn-id: https://beef.googlecode.com/svn/trunk@1125 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 13:29:38 +00:00
antisnatchor
4c10509975 (Fixes issue 399): fixed layout issues in XssRays zombie tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1124 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 12:45:47 +00:00
antisnatchor
91577429af Issue 384: removed old field update in hb table (not used anymore, was even preventing xssrays to start)
git-svn-id: https://beef.googlecode.com/svn/trunk@1123 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 12:43:30 +00:00
bcoles@gmail.com
73ae24b029 Added Detect Cookie Support to initialization and details tab
M	extensions/admin_ui/controllers/modules/modules.rb
M	extensions/initialization/handler.rb
M	core/main/client/browser.js

Example output on details tab:

	Session Cookies: Yes
	Persistent Cookies: Yes

Fixes Issue 380



git-svn-id: https://beef.googlecode.com/svn/trunk@1122 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 05:06:53 +00:00
passbe
b9c7528a93 Removed debug message, created too much noise
git-svn-id: https://beef.googlecode.com/svn/trunk@1121 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 01:39:42 +00:00
passbe
3455ebda87 Removed all super() methods and moved all data into new options() method. Fixes issue 330
git-svn-id: https://beef.googlecode.com/svn/trunk@1120 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 01:36:24 +00:00
passbe
5b4ff61909 Final changes to convert from old super() method to new configuration system. Fixes Issue 329
git-svn-id: https://beef.googlecode.com/svn/trunk@1119 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 00:50:04 +00:00
passbe
47384be62b Corrected all module targetting config
git-svn-id: https://beef.googlecode.com/svn/trunk@1118 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-27 01:18:26 +00:00
passbe
a137a7be9b Hacked the admin_ui to use the new configuration target system. This commit renders all dynamic modules as VERIFIED UNKNOWN
git-svn-id: https://beef.googlecode.com/svn/trunk@1117 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-27 01:03:45 +00:00
passbe
ebf8694f52 Added BeEF::Core::Configuration.clear(). Swaped module 'target_new' back to 'target'.
git-svn-id: https://beef.googlecode.com/svn/trunk@1116 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-27 00:22:58 +00:00
passbe
72ded4afba Added extension path when loading extension yaml files
git-svn-id: https://beef.googlecode.com/svn/trunk@1115 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-27 00:02:11 +00:00
antisnatchor
a5a9e45076 Issue 384: First draft of XssRays (core xssrays JS)
git-svn-id: https://beef.googlecode.com/svn/trunk@1114 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 18:36:30 +00:00
antisnatchor
a14fe4ba0a Issue 384: First draft of XssRays (admin UI): extjs UI
git-svn-id: https://beef.googlecode.com/svn/trunk@1113 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 18:35:46 +00:00
antisnatchor
83463fcaa7 Issue 384: First draft of XssRays (admin UI): controller
git-svn-id: https://beef.googlecode.com/svn/trunk@1112 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 18:34:33 +00:00
antisnatchor
6fd1aa5914 Issue 384: First draft of XssRays (extension) missing model
git-svn-id: https://beef.googlecode.com/svn/trunk@1111 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 18:33:49 +00:00
antisnatchor
b90ddd367d Issue 384: First draft of XssRays (extension)
git-svn-id: https://beef.googlecode.com/svn/trunk@1110 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 18:32:14 +00:00
bcoles@gmail.com
20388b7832 Patched verified browser list for modules/misc/extract_local_storage/
M    modules/misc/extract_local_storage/config.yaml


git-svn-id: https://beef.googlecode.com/svn/trunk@1109 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 15:09:29 +00:00
scotty.b.brown@gmail.com
98a0f50e93 More work #329
git-svn-id: https://beef.googlecode.com/svn/trunk@1108 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 10:51:58 +00:00
passbe
b8a879915a Added module support() function
git-svn-id: https://beef.googlecode.com/svn/trunk@1107 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 07:52:36 +00:00
passbe
4959963871 Re-worked target parsing code. Current target rules are stored in target_new until BeEF::Core::Configuration.clear() can be coded.
git-svn-id: https://beef.googlecode.com/svn/trunk@1106 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 07:52:15 +00:00
a.m.saafan@gmail.com
803f1fd722 - Changed the default page that is opened by the PDF and did some minor tweaks . [Issue #: 219]
git-svn-id: https://beef.googlecode.com/svn/trunk@1098 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-25 15:55:12 +00:00
xntrik
f17940f489 tidying up r1088 so that the PDF is only generated and mounted upon pre_send - also unbound upon callback
git-svn-id: https://beef.googlecode.com/svn/trunk@1097 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-25 06:42:57 +00:00
xntrik
fdea2ac07b module code had git comments in it which were breaking the framework
git-svn-id: https://beef.googlecode.com/svn/trunk@1094 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-24 09:47:55 +00:00
a.m.saafan@gmail.com
a7acaa3192 - Added module: Hook IE. [Issue #: 219]
git-svn-id: https://beef.googlecode.com/svn/trunk@1088 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-23 17:44:46 +00:00
antisnatchor
25c0723da3 Added iFrame keylogger module: given a same-domain resource, creates a fullscreen overlay iframe, and attach a keylogger to it.
git-svn-id: https://beef.googlecode.com/svn/trunk@1082 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-21 18:47:38 +00:00
antisnatchor
c33616cd54 (Fixes issue 392) removed console.log lines from debug modules JS files. console object is not implemented in IE browser.
git-svn-id: https://beef.googlecode.com/svn/trunk@1081 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-21 14:05:56 +00:00
antisnatchor
77f9f4f542 (Fixes issue 391) Fixed JSON undefined error that was preventing browser hooking on IE < 8
git-svn-id: https://beef.googlecode.com/svn/trunk@1080 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-21 13:50:12 +00:00
scotty.b.brown@gmail.com
545c8e171c More code for #329
git-svn-id: https://beef.googlecode.com/svn/trunk@1071 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-19 07:35:40 +00:00
bcoles@gmail.com
a9d983b898 Added Browser Type to initialization and default tab
M extensions/admin_ui/controllers/modules/modules.rb
	M extensions/initialization/handler.rb
	M core/main/client/browser.js 

Example output on details tab:

	Browser Type: {"FF5":true, "FF":true}

Fixes Issue 377


git-svn-id: https://beef.googlecode.com/svn/trunk@1070 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-18 22:09:26 +00:00
bcoles@gmail.com
569fec02cd Added Detect Scripts Support to initialization and details tab
M extensions/admin_ui/controllers/modules/modules.rb
M extensions/initialization/handler.rb
M core/main/client/browser.js 

Example output on details tab:

Java Enabled: No
VBScript Enabled: No
Has Flash: Yes
Has GoogleGears: No

Fixes Issue 383 # https://code.google.com/p/beef/issues/detail?id=383



git-svn-id: https://beef.googlecode.com/svn/trunk@1069 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-18 04:16:54 +00:00
wade@bindshell.net
090d9d6782 Removed support for Ruby 1.8. Fixes issue 389.
git-svn-id: https://beef.googlecode.com/svn/trunk@1068 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-17 00:50:32 +00:00
bcoles@gmail.com
6b00485b97 Added Screen Details to initialization and default tab
M      extensions/admin_ui/controllers/modules/modules.rb
M      extensions/initialization/handler.rb
M      core/main/client/browser.js

Example output on details tab:

Screen Params: {"width"=>1024, "height"=>768, "colordepth"==>24}
Window Size: {"width"=>1024, "height"=>640}



git-svn-id: https://beef.googlecode.com/svn/trunk@1067 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-16 07:14:23 +00:00
scotty.b.brown@gmail.com
fff1039c41 Adding target specification to alert_dialog configuration
git-svn-id: https://beef.googlecode.com/svn/trunk@1066 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-16 01:52:46 +00:00
passbe
baa288b6d0 First chop at target parsing code, needs rework
git-svn-id: https://beef.googlecode.com/svn/trunk@1065 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-16 00:21:51 +00:00
antisnatchor
2d5360a870 Issue 384: initial commit of Gareth XssRays 0.5.5
git-svn-id: https://beef.googlecode.com/svn/trunk@1064 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-14 09:10:25 +00:00
passbe
6ca6f4981e Decoupled the module's dependency on category names to find module files. Module configuration now stores path on load
git-svn-id: https://beef.googlecode.com/svn/trunk@1063 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-13 09:44:39 +00:00