Wade Alcorn
8003f1a47f
Updated the copyright year to 2014
2014-01-01 16:34:15 +10:00
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
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
0734bb0750
Update Proxy tab
2013-02-20 00:57:53 +10:30
antisnatchor
c0a256f1b0
Refactored Ipec and Autorun tabs to use the new beefwui object: get_rest_token is now a common function :D
2013-01-02 20:09:23 +01:00
antisnatchor
cea8a4b0e3
ARE: fixed bug which was preventing the execution of modules without input.
2013-01-02 19:03:27 +01:00
antisnatchor
1cd83663aa
ARE: properly closed a couple of more statements.
2013-01-02 18:37:26 +01:00
antisnatchor
b6b968a7a0
ARE: removed a couple of unneeded commas.
2013-01-02 18:33:57 +01:00
antisnatchor
276d465dd1
ARE: properly closed a couple of statements.
2013-01-02 18:31:23 +01:00
antisnatchor
8947d78d66
ARE: added mod_id to the multi_module API call. The bug was preventing correct module calling.
2013-01-02 18:30:06 +01:00
antisnatchor
98da93fb12
ARE: fixed hardcoded URLs
2013-01-02 18:07:53 +01:00
qswain2
f39b16712a
Added auto-run tab
...
Added a new tab in the ui for the auto-run.
and allows modules to be selected with a
checkboxes.Added a handler to hide autorun
tab. Added stubs to ARE.
2013-01-01 18:01:53 -05:00
Wade Alcorn
fe40038441
Updated copyright year to 2013
2012-12-30 12:47:43 +10:00
Wade Alcorn
b68df3d024
Changed license header
2012-11-02 14:05:15 +10:00
antisnatchor
9aab6f1cf4
Patched jquery-encoder to prevent exception on encoderForJavascript. Patched wterm.jquery.js to prevent XSS. Added IP/port validation to IPEC shell.
2012-10-22 17:19:46 +11:00
antisnatchor
aae9f5b66c
Removed dead code from the IPEC admin_ui tab panel.
2012-10-22 16:12:43 +11:00
antisnatchor
aa1efd1c73
Added new IPEC admin_ui tab. This includes the new Wterm-based interactive shell to communicate with the BeEF_bind shellcode.
2012-10-22 16:09:34 +11:00
antisnatchor
d9104b93f4
removed console.log function calls that were throwing errors on IE
2012-02-15 16:01:23 +01:00
antisnatchor
55b52427e8
re-added panel.removeAll when generating a newExploitPanel, corrected typo on function name genExistingExploitPanel
2012-02-15 16:00:57 +01:00
antisnatchor
74d176ff73
Fixed issue 34: now only one zombie tab is created (current browser). When switching between browsers, the previous zombiePanel is destroyed.
2012-02-15 16:00:14 +01:00
Wade Alcorn
06899ca267
Year updated from 2011 to 2012
2011-12-31 22:24:36 +10:00
bcoles
590e514680
Renamed "Requester" tab to "Rider"
...
Added Proxy sub-tab under Rider tab
Part of issue 63
2011-12-20 22:04:22 +10:30
buherator@gmail.com
ed866886f7
Storing port of HookedBrowser, fixing value of HookedBrowser.domain
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1365 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-15 22:04:08 +00:00
antisnatchor
20f07a5b04
prevent BeEF to be auto-BeEFed :-)
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1357 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-07 13:07:07 +00:00
antisnatchor
182e6256e8
fixed JS error that prevented opening BeEF UI commandtabs on IE browsers.
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1346 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-02 17:02:44 +00:00
bcoles@gmail.com
c015529f19
Removed the Commands welcome window and Requester welcome window
...
Moved the content of the welcome windows to the Getting Started tab
The formatting and wording needs to be improved
This is part of issue 416
git-svn-id: https://beef.googlecode.com/svn/trunk@1339 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-02 12:28:15 +00:00
bcoles@gmail.com
0634033937
Set column headings to white-space: nowrap;
...
Fixes issue 418
This change keeps the height of the column headings consistent
across all tabs for people who run BeEF in tiny windows
git-svn-id: https://beef.googlecode.com/svn/trunk@1338 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-02 09:04:10 +00:00
bcoles@gmail.com
2c60a5ec89
Removed autoScroll from command config panel
...
Fixes issue 472
git-svn-id: https://beef.googlecode.com/svn/trunk@1269 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-10 08:09:05 +00:00
antisnatchor
e061c396a0
Fixed typo in JS code that was throwing an error when opening the requester tab in IE browsers.
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1265 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-09 12:32:50 +00:00
bcoles@gmail.com
d110c99a61
>_>
...
Fixes issue 418
git-svn-id: https://beef.googlecode.com/svn/trunk@1262 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-08 11:21:01 +00:00
bcoles@gmail.com
7de1b9f594
Enabled autoScroll for the command module options panel in the admin_ui
...
Fixes issue 472
git-svn-id: https://beef.googlecode.com/svn/trunk@1260 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-06 13:04:46 +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
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
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
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
bcoles@gmail.com
94049e3e5d
Added instructions to the Requester tab
...
Fixes issue 422
git-svn-id: https://beef.googlecode.com/svn/trunk@1187 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-12 10:21:29 +00:00
bcoles@gmail.com
22941a51b4
Augmented beef.net.request to support port_status
...
Only "open" and "closed" are supported currently
Part of issue 286
git-svn-id: https://beef.googlecode.com/svn/trunk@1177 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-10 09:47:01 +00:00
antisnatchor
381d083895
Issue 384: added XssRays "Scan config" tab, to configure crossDomain and cleanTimeout options. Added defaults to xssrays config file, also to prevent printing console.log statements if debug=false. Minor changes to xssrays_scan model.
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1164 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-03 11:59:13 +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
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
7bd377005f
Issue 360: forgot to add the "method" value to the list of fields. Now request method is displayed correctly on the reuqester history grid.
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1058 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-11 13:03:45 +00:00