Commit Graph

557 Commits

Author SHA1 Message Date
bcoles@gmail.com
26b87ef55d Fixed typo
Forgot to change the class when renaming the module -.-



git-svn-id: https://beef.googlecode.com/svn/trunk@1243 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-30 20:16:02 +00:00
bcoles@gmail.com
39f2303e86 Fixed two small typos
git-svn-id: https://beef.googlecode.com/svn/trunk@1242 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-30 09:10:59 +00:00
bcoles@gmail.com
b119f8614c Added module: Browser Fingerprinting
This module attempts to fingerprint the browser type and version using 
URI handlers unique to Internet Explorer and Mozilla Firefox. This 
method does not rely on JavaScript objects which may have been modified 
by the user or browser compatibility mode.



git-svn-id: https://beef.googlecode.com/svn/trunk@1241 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-30 03:48:21 +00:00
antisnatchor
b4cb58346e Fixed proxy: the new filters where causing problems. Removed all of them except the method and version checks.
git-svn-id: https://beef.googlecode.com/svn/trunk@1240 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-29 09:18:24 +00:00
antisnatchor
ed8a0a4ca2 Fixed wrong mount handler in Proxy extension.
git-svn-id: https://beef.googlecode.com/svn/trunk@1239 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-29 09:14:56 +00:00
xntrik
1bc314c446 Detect Local Settings Module: APPLET calls include domain/port. Updated target in the config
git-svn-id: https://beef.googlecode.com/svn/trunk@1238 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-28 05:20:21 +00:00
bcoles@gmail.com
7a4b07ef2e Added "Has WebSockets" to initialization / details tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1237 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-26 13:28:53 +00:00
passbe
2bfd396af8 Corrected Xssrays API class. Added id specification to API Registra. Register function now checks API path
git-svn-id: https://beef.googlecode.com/svn/trunk@1236 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-24 10:03:53 +00:00
passbe
d8a089a1b3 Reworked timed API system. You now must use the BeEF::API::Registra.register() to hook into timed API calls. This will speed up the framework and allow paramater matching for API hooks.
git-svn-id: https://beef.googlecode.com/svn/trunk@1235 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-24 09:33:22 +00:00
bcoles@gmail.com
5c384ca6a3 Updated pdf path in Hook Default Browser module
Fixes issue 419



git-svn-id: https://beef.googlecode.com/svn/trunk@1234 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-24 09:31:56 +00:00
passbe
211ec00683 Added post_soft_load timed API call. Corrected BeEF::Module.exist function to use Class specification in configuration
git-svn-id: https://beef.googlecode.com/svn/trunk@1233 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-23 10:24:48 +00:00
a.m.saafan@gmail.com
12a7c7f134 Add ignore to the locally configured file. Fixes issue 419.
git-svn-id: https://beef.googlecode.com/svn/trunk@1232 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-23 10:02:50 +00:00
passbe
c5e36ec785 Changed DB Migration to work with config instead of file paths
git-svn-id: https://beef.googlecode.com/svn/trunk@1231 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-23 10:01:48 +00:00
a.m.saafan@gmail.com
624f7851f3 Delete old 'hook ie' module. Fixes issue 419.
git-svn-id: https://beef.googlecode.com/svn/trunk@1230 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-23 10:01:01 +00:00
passbe
efec6c65ca Changed extension and module path to be relative. This was an oversight on my behalf, if the full root path is saved into the db and the beef location is moved, beef will fail to work
git-svn-id: https://beef.googlecode.com/svn/trunk@1229 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-23 09:57:46 +00:00
a.m.saafan@gmail.com
c83ec8cf29 Fixes for cross domain issues in the 'hook default' module and rename it. Fixes issue 419.
git-svn-id: https://beef.googlecode.com/svn/trunk@1228 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-23 09:56:57 +00:00
bcoles@gmail.com
2da80b90b7 Response Body is now the default accordion panel displayed (rather than
the Response Headers panel) when viewing requester HTTP response details



git-svn-id: https://beef.googlecode.com/svn/trunk@1227 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-21 04:54:59 +00:00
bcoles@gmail.com
21d5164d4d Response Headers is now the default accordion panel displayed (rather
than the Request panel) when viewing requester HTTP response details

The requester history panel now automatically refreshes upon display

Changed processed status from 'false' to 'waiting' and 'true' to 
'complete' in the requester

Fixes Issue 459



git-svn-id: https://beef.googlecode.com/svn/trunk@1226 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-21 03:29:42 +00:00
bcoles@gmail.com
141482b27c Split HTTP request response body and response headers into separate
panels in the requester response history view



git-svn-id: https://beef.googlecode.com/svn/trunk@1222 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-20 20:50:19 +00:00
xntrik
92c422096e (Fixes issue 386) Updated 'console' extension to incorporate MSFs Rex Library for an interactive shell
git-svn-id: https://beef.googlecode.com/svn/trunk@1221 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-20 02:45:14 +00:00
wade@bindshell.net
c19873e12d small type fixed
git-svn-id: https://beef.googlecode.com/svn/trunk@1218 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-19 20:05:13 +00:00
bcoles@gmail.com
51b4ec211b Removed redundant ipec directories from ./modules/network/
modules/network/inter-protocol
	modules/network/inter_protocol_win_bindshell



git-svn-id: https://beef.googlecode.com/svn/trunk@1217 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-19 15:57:34 +00:00
bcoles@gmail.com
3ea5868c8c Decoupled demos extension from main config.yaml
Fixes issue 447



git-svn-id: https://beef.googlecode.com/svn/trunk@1216 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-19 15:49:33 +00:00
bcoles@gmail.com
c3bd1e5fa7 Added "not http" to port_status as part of beef.net.request
Status "open" and "closed" were added in revision 1177

Fixes issue 286



git-svn-id: https://beef.googlecode.com/svn/trunk@1215 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-19 15:28:51 +00:00
bcoles@gmail.com
72c6bf87b0 Added port column to Requester History tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1214 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-19 14:49:43 +00:00
bcoles@gmail.com
4b7983163e Made command results history panel resizable
Fixes Issue 451



git-svn-id: https://beef.googlecode.com/svn/trunk@1213 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-19 12:55:20 +00:00
bcoles@gmail.com
b1de14dcf1 Added HEAD, OPTIONS, PUT and DELETE methods
Fixes issue 356

Added HTTP request validation to proxy extension

	Fixes issue 429



git-svn-id: https://beef.googlecode.com/svn/trunk@1212 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-19 09:24:31 +00:00
bcoles@gmail.com
a0ba7fa7fc Added module: Detect DNS Address
Fixes issue 141



git-svn-id: https://beef.googlecode.com/svn/trunk@1211 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-19 06:33:21 +00:00
wade@bindshell.net
cddf0e598c ipec link removed
git-svn-id: https://beef.googlecode.com/svn/trunk@1210 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 22:20:17 +00:00
wade@bindshell.net
d5ea764fb2 removed extra directory
git-svn-id: https://beef.googlecode.com/svn/trunk@1209 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 21:59:03 +00:00
wade@bindshell.net
0c64864ea6 Inter-protocol modules moved to their own directory
git-svn-id: https://beef.googlecode.com/svn/trunk@1208 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 21:55:40 +00:00
wade@bindshell.net
aa5730a424 changed targets to user_notify for the alert and js modules
git-svn-id: https://beef.googlecode.com/svn/trunk@1207 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 21:55:03 +00:00
wade@bindshell.net
2600e81ca0 desc update to the javascript module
git-svn-id: https://beef.googlecode.com/svn/trunk@1206 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 21:15:55 +00:00
wade@bindshell.net
018f70c0f4 desc update to the hook default module
git-svn-id: https://beef.googlecode.com/svn/trunk@1205 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 21:15:24 +00:00
wade@bindshell.net
7fdc1684ba desc update to the iframe redirect module
git-svn-id: https://beef.googlecode.com/svn/trunk@1204 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 21:14:58 +00:00
wade@bindshell.net
c491eddfff slight param name change
git-svn-id: https://beef.googlecode.com/svn/trunk@1203 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 13:12:46 +00:00
wade@bindshell.net
1909a66ec6 small text change
git-svn-id: https://beef.googlecode.com/svn/trunk@1202 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 13:12:10 +00:00
wade@bindshell.net
f7765e8754 skype call module name changed
git-svn-id: https://beef.googlecode.com/svn/trunk@1201 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 13:11:33 +00:00
a.m.saafan@gmail.com
a1acb6e397 Added support for encoding and storing requests of type image. Fixes issue 368.
git-svn-id: https://beef.googlecode.com/svn/trunk@1200 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-17 14:19:25 +00:00
bcoles@gmail.com
ff63d46337 Added Firefox 6 to core/main/client/browser.js
git-svn-id: https://beef.googlecode.com/svn/trunk@1199 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-17 08:57:38 +00:00
passbe
f5e9327887 Autorun Baby! Fixes issue #375
git-svn-id: https://beef.googlecode.com/svn/trunk@1198 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-17 05:46:26 +00:00
passbe
2e70f86866 Added pre_execute, execute and post_execute to modules.
git-svn-id: https://beef.googlecode.com/svn/trunk@1197 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-17 04:04:32 +00:00
passbe
8fe714881a Module execution functionality is now decoupled from the admin_ui. See BeEF::Module.execute(). Added Hooked Browser Manager skeleton.
git-svn-id: https://beef.googlecode.com/svn/trunk@1196 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-17 02:17:19 +00:00
bcoles@gmail.com
4e4bfe5483 Added border to columns on the Commands tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1194 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-13 03:09:00 +00:00
bcoles@gmail.com
738c36ed1f Added "Module Results History" heading to the Modules panel on the Commands tab
Fixes issue 439



git-svn-id: https://beef.googlecode.com/svn/trunk@1193 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-13 00:58:25 +00:00
bcoles@gmail.com
db98c99fc9 Added "Module Tree" heading to the Modules tree on the Commands tab
git-svn-id: https://beef.googlecode.com/svn/trunk@1192 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-12 14:00:56 +00:00
a.m.saafan@gmail.com
55d6651040 - Fixed command description column sort problem. [Issue #: 344]
git-svn-id: https://beef.googlecode.com/svn/trunk@1191 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-12 13:42:21 +00:00
wade@bindshell.net
56281d4626 Broken link updated to a working one.
git-svn-id: https://beef.googlecode.com/svn/trunk@1190 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-12 11:32:34 +00:00
wade@bindshell.net
1ee717699a minor update to command modules welcome box.
git-svn-id: https://beef.googlecode.com/svn/trunk@1189 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-12 11:31:55 +00:00
wade@bindshell.net
8d97814c18 minor update to text description.
git-svn-id: https://beef.googlecode.com/svn/trunk@1188 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-12 11:31:00 +00:00