bcoles
ed69915062
Extensions: Demos: Modify Handler to extend the Router class ( #2795 )
...
* Extensions: Demos: Remove unused demo assets
* Extensions: Demos: Hard-code "/hook.js" hook path
* Extensions: Demos: Fix copyright header format
* Extensions: Demos: Modify Handler to extend the Router class
2023-04-03 16:55:44 +10:00
jcrew99
486a9bb329
Update copyright 2023 ( #2675 )
...
* updated copyright
* reverted gemfile lock changes
2022-12-31 15:36:07 +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
raskoln1kov
f27eda4021
Update clickjack_attack.html
2021-01-18 16:39:35 +01: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
Ben Passmore
87b8093504
Corrected command execution.
2019-11-08 08:03:35 +10:00
Brendan Coles
205921b1a2
rubocop extensions/demos
2019-02-25 10:29:39 +00:00
Brendan Coles
3932d3dcc1
Remove unused demo_path option
2019-02-17 08:58:44 +00:00
bcoles
1583a10a5a
Merge pull request #1678 from bcoles/decouple_admin_ui_basepath
...
Decouple Admin UI `base_path`
2019-02-17 15:48:39 +11: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
6911842e67
Add BeEF logo to demos extension
2019-02-17 04:40:12 +00:00
Brendan Coles
4a38682212
chmod -x
2019-02-17 04:39:51 +00:00
Brendan Coles
47ae0436a3
Remove unused checkJava from demo
2019-02-17 04:37:59 +00:00
Brendan Coles
e090b22656
Move new_zombie.mp3 to AdminUI extension - #1240
2019-02-10 10:32:12 +00:00
Ben Passmore
9f1e8f5e8d
Updated copyright
2019-01-01 11:57:28 +10:00
Brendan Coles
5b771274fb
Revent client jQuery from 3.3.1 to 1.12.4
2018-07-19 07:07:49 +00: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
903d364450
Remove experimental extensions from config.yaml
2017-12-08 18:14:32 +00:00
Brendan Coles
686d202efa
Update links on demo pages
2017-04-28 11:37:33 +00:00
Brendan Coles
127b1d56e7
Add UTF-8 characters to demo pages for testing purposes
2017-04-22 01:52:13 +00:00
Wade Alcorn
91cc7ed873
Updated Copyright information
2016-12-29 15:50:13 +10:00
Brendan Coles
ce3261900e
Update butcher demo to use jQuery 1.12.4
2016-10-07 21:11:05 +00:00
Brendan Coles
2a5d878eee
Use relative script URL for demos
2016-10-07 21:04:25 +00:00
Brendan Coles
16da11e7df
Play sound in AdminUI upon new hooked browser
2016-05-15 01:26:06 +00:00
Brendan Coles
47f7812df4
Clean up basic demo page
2016-04-10 17:27:18 +00:00
Wade Alcorn
ce01d9fa46
updated copyright year
2015-12-30 08:11:57 +10:00
Brendan Coles
7ce85776cc
Update butcher demo jQuery to 1.11.3
2015-12-14 15:03:58 +00:00
antisnatchor
f66a08f072
Fixed bug in serving static files from the demos directory.
2015-06-09 11:39:07 +02:00
Wade Alcorn
2fbca61368
Updated copyright dates
2014-12-30 07:44:58 +10:00
Brendan Coles
76ce3babe2
Add demos handler.rb #1044
2014-09-27 05:29:28 +00:00
Brendan Coles
ccc8a5a02d
Add Erubis to Demos extension
...
Change demo pages to load hook from beef.http.hook_url
instead of '/hook.js'
Fix #1024
2014-09-06 08:21:37 +00:00
bcoles
6d449672ae
Trivial edits to 'secret_page.html' demo page
2014-01-04 09:06:14 +10:30
Wade Alcorn
8003f1a47f
Updated the copyright year to 2014
2014-01-01 16:34:15 +10:00
antisnatchor
2c750670d7
fixed doctype error in basic.html (IE only)
2013-10-08 15:21:54 +01: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
antisnatchor
074a11c85a
Updated Chrome sample extension with latest requirements (CSP/version/etc.). Not it works on latest Chrome. Also Updated the fake_flash_update description with more info.
2013-02-12 10:53:19 +00:00
Wade Alcorn
fe40038441
Updated copyright year to 2013
2012-12-30 12:47:43 +10:00
Wade Alcorn
d2188b230c
More changed license headers
2012-11-02 15:27:01 +10:00
Wade Alcorn
23f09b919f
Changed license header
2012-11-02 14:26:10 +10:00
Wade Alcorn
b68df3d024
Changed license header
2012-11-02 14:05:15 +10:00
bcoles
abd8f538eb
Remove demos/html/passwd_manager_theft.html
...
Small syntax changes to Event Logger extension `parse()`
2012-10-25 16:38:29 +10:30
Rich Lundeen
0b852dd308
Made namespaces consistent and expanded body
...
Adding feedback I missed earlier regarding namespaces. Also since
we're using body instead of window (for IE support), expanding the
body so that the mouse follows everywhere.
2012-09-11 23:17:50 -07:00
Rich Lundeen
2720a5a8b9
Better reliability in IE
2012-09-11 13:09:37 -07:00
Rich Lundeen
bcf842587f
Fixed several minor bugs
2012-09-10 15:36:57 -07:00
Rich Lundeen
cef72c9518
Improved Clickjacking Module
...
Rewrite of bcole's module. Adds support for multiple clicks, Javascript
event feedback, some basic framebusting evasion, and IE support
2012-09-10 14:25:46 -07:00
bcoles
9e2ac56ea6
Added clickjacking module
...
Fixes issue 105
2012-05-30 19:40:29 +09:30
Mike Haworth
172ec56be6
Got a better splash image, added cookies permission, added some brief documentation
2012-05-29 22:42:58 +12:00