bcoles
|
67892d46a8
|
Admin UI: Treat URL route mount failures as fatal (#2349)
|
2022-03-15 14:30:01 +10:00 |
|
Brendan Coles
|
aa7a6f9e64
|
Extensions: Resolve many Rubocop violations
|
2022-01-22 11:16:12 +00:00 |
|
wheatley
|
f33e2698a0
|
MAINTAINABILITY: 2257 update copyright 2022 (#2259)
* 2257 updated copyright date
|
2021-12-31 09:48:08 +10:00 |
|
Isaac Powell
|
7c3e342981
|
Feature/ci (#2190)
squash and merge
|
2021-10-15 14:22:56 +11:00 |
|
J
|
4ec6ecee27
|
updated all of the copyright information
|
2021-01-11 04:48:56 +10:00 |
|
beep
|
470b3483d0
|
Update copyright information
|
2020-01-01 18:47:08 -08:00 |
|
Brendan Coles
|
13c539effe
|
Add logger - Fixes #1698
|
2019-03-03 20:20:37 +00:00 |
|
Brendan Coles
|
03424c804e
|
Update BrowserDetails to store textual OID-style key/value data
|
2019-02-26 15:22:54 +00:00 |
|
Brendan Coles
|
09f028c02d
|
AdminUI: do not minify visjs.min.js
|
2019-02-24 06:52:27 +00:00 |
|
Brendan Coles
|
5320dbc7fb
|
Clean up Admin UI
|
2019-02-23 12:21:12 +00:00 |
|
Brendan Coles
|
9c9119f9cd
|
Move option http.web_ui_basepath to extension.admin_ui.base_path
|
2019-02-17 04:54:26 +00:00 |
|
Brendan Coles
|
faafe7d68d
|
Rename DataGrid to LogsDataGrid
|
2019-02-16 14:38:06 +00:00 |
|
Brendan Coles
|
ad186a56de
|
Add Zombies tab to main panel
|
2019-02-15 13:33:36 +00:00 |
|
Brendan Coles
|
e090b22656
|
Move new_zombie.mp3 to AdminUI extension - #1240
|
2019-02-10 10:32:12 +00:00 |
|
Brendan Coles
|
bd20f9fc01
|
Add check for NodeJS for Uglifier
|
2019-02-09 13:10:56 +00:00 |
|
Ben Passmore
|
9f1e8f5e8d
|
Updated copyright
|
2019-01-01 11:57:28 +10:00 |
|
Francois van der Hoven
|
9f7136f0ce
|
Add latest versions of js libraries
|
2018-02-23 10:15:27 +10:00 |
|
Wade Alcorn
|
fca5279f17
|
Updated Copyright dates
|
2018-01-04 09:12:47 +10:00 |
|
Brendan Coles
|
b65dec0449
|
Update AdminUI jQuery to 1.12.4
|
2017-04-27 11:42:00 +00:00 |
|
Wade Alcorn
|
91cc7ed873
|
Updated Copyright information
|
2016-12-29 15:50:13 +10:00 |
|
Wade Alcorn
|
ce01d9fa46
|
updated copyright year
|
2015-12-30 08:11:57 +10:00 |
|
Christian Frichot
|
27c7e76554
|
Updated WebRTC extension with AdminUI enhancements and arbitrary command module execution
|
2015-11-27 11:00:35 -08:00 |
|
antisnatchor
|
ea9549adbe
|
Fixed issue with latest Rack. Now using mime/types to return the right content-type based on file extension when using AssetHandler.bind.
|
2015-07-05 12:44:00 +02:00 |
|
antisnatchor
|
518fb5d874
|
Fixed bug in binding local files.
|
2015-06-09 12:20:20 +02:00 |
|
Brendan Coles
|
631bc1e9ef
|
Add Network panel to admin UI
|
2015-01-20 11:36:49 +00:00 |
|
Wade Alcorn
|
2fbca61368
|
Updated copyright dates
|
2014-12-30 07:44:58 +10:00 |
|
Oleg Broslavsky
|
294a7cb5c6
|
Add module search JS to uglifier
|
2014-12-16 17:47:05 +07:00 |
|
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 |
|
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
|
f9b8e0f576
|
Moved admin_ui controllers for extensions in their relative extension directory.
|
2012-10-23 10:15:07 +11:00 |
|
antisnatchor
|
f5a77a63eb
|
Prevent to mount the favicon.ico if we're imitating a web server.
|
2012-04-04 16:06:19 +01:00 |
|
Wade Alcorn
|
06899ca267
|
Year updated from 2011 to 2012
|
2011-12-31 22:24:36 +10:00 |
|
antisnatchor
|
2997540918
|
rewrote the server core and adjusted the API/classes to use Thin and Rack instead of WebRick.
|
2011-11-19 15:49:19 +01:00 |
|
buherator@gmail.com
|
ab1ec19a5c
|
Changed BeEF::API::Registra to BeEF::API::Registrar
git-svn-id: https://beef.googlecode.com/svn/trunk@1358 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
|
2011-10-09 15:31:52 +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 |
|
passbe
|
0067a9c088
|
Cleaned up pre_http_start + mount_handlers. Added direct call API options for mounting and unmounting http handlers
git-svn-id: https://beef.googlecode.com/svn/trunk@1184 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
|
2011-08-12 00:13:36 +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 |
|
antisnatchor
|
94c9c96250
|
(Fixes issue 309), (Fixes issue 323) : added contextMenu and business logic for zombie proxy selection. The zombie to use as proxy can be now changed dynamically.
git-svn-id: https://beef.googlecode.com/svn/trunk@919 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
|
2011-04-24 11:34:49 +00:00 |
|
passbe
|
edb42c8129
|
Moved admin_ui config under beef.extension.admin_ui to ensure consistency
git-svn-id: https://beef.googlecode.com/svn/trunk@910 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
|
2011-04-20 09:16:44 +00:00 |
|
scotty.b.brown@gmail.com
|
35f62714b1
|
Moving nextgen from a branch to the trunk!!!
git-svn-id: https://beef.googlecode.com/svn/trunk@908 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
|
2011-04-20 07:54:56 +00:00 |
|