bcoles
21417dc3e2
Update BeEF server protocol for multiple modules to use
...
`beef.http.https.enable`
Now uses the `beef.net.httpproto` value rather than a hard-coded
protocol string.
Part of issue #745
2013-08-09 13:21:33 +09:30
bcoles
88678f986c
Add 'Debug -> Test Return Image' module
...
Part of isse #883
2013-04-30 18:40:25 +09:30
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
bcoles
0d8521dd7b
Add 'bind_raw' to asset handler
2013-02-23 16:57:47 +10:30
Wade Alcorn
fe40038441
Updated copyright year to 2013
2012-12-30 12:47:43 +10:00
bcoles
9083586135
Updated supported browser list for CORS debug module
2012-11-26 16:38:07 +10:30
bcoles
3152f41a18
Add beef.net.cors.request
...
Returns a response object with HTTP status, headers and body
Add 'Test CORS Request' debug module
2012-11-26 02:50:27 +10:30
Wade Alcorn
b68df3d024
Changed license header
2012-11-02 14:05:15 +10:00
bcoles
a62b77cc1d
Updated introduction of public port settings
...
These settings are experimental
2012-05-07 18:26:27 +09:30
antisnatchor
54e244013b
Removed response= variable from test_network_request module response. NOt needed.
2012-04-15 15:08:42 +01:00
Wade Alcorn
06899ca267
Year updated from 2011 to 2012
2011-12-31 22:24:36 +10:00
bcoles
04ea42bb9d
Added Debug -> Text Network Request module
...
Moved DNS Tunnel module to the IPEC category
2011-12-24 16:33:34 +10:30
bcoles
f2d4592941
Added DNS Tunnel first draft
2011-12-23 08:24:10 +10:30
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
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
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
scotty.b.brown@gmail.com
5c3e6f1575
Adding Apache Licence Header to all files (except VERSION file)
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1046 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-02 23:08:28 +00:00
passbe
3b6693640b
Fixed bug in configuration files for debug modules. All class keys should be lower case.
...
git-svn-id: https://beef.googlecode.com/svn/trunk@927 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-04-26 07:49:27 +00:00
wade@bindshell.net
41289e5f1d
Adding debug modules
...
git-svn-id: https://beef.googlecode.com/svn/trunk@916 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-04-21 23:09:40 +00:00