Brendan Coles
faafe7d68d
Rename DataGrid to LogsDataGrid
2019-02-16 14:38:06 +00:00
Brendan Coles
f594c6c217
Replace /ui/logs controller with REST API - #1389
2019-02-16 14:31:18 +00:00
Brendan Coles
1b173e4b98
Replace /proxy controller with REST API - #1389
2019-02-16 13:57:52 +00:00
Brendan Coles
4dd7230c40
cleanup
2019-02-16 12:54:09 +00:00
Brendan Coles
214e5b977f
Ensure Rack errors are not swallowed silently
2019-02-16 04:32:41 +00:00
Brendan Coles
c3e8ca837a
Add missing ZombieDataGrid.js
2019-02-15 13:54:47 +00:00
Brendan Coles
ad186a56de
Add Zombies tab to main panel
2019-02-15 13:33:36 +00:00
Brendan Coles
168984f876
Add SVG flag icons for GeoIP
2019-02-10 14:20:58 +00:00
Brendan Coles
46885fb681
Update GeoIP to use MaxMind GeoLite2
2019-02-10 12:53:29 +00:00
Brendan Coles
4ce319b447
Fix icon size
2019-02-10 10:38:36 +00:00
Brendan Coles
e090b22656
Move new_zombie.mp3 to AdminUI extension - #1240
2019-02-10 10:32:12 +00:00
Brendan Coles
5b53425c20
Move UI formatting to Admin UI extension
2019-02-10 08:13:39 +00:00
bcoles
602778d279
Merge pull request #1667 from bcoles/system_info
...
Add getCpuCores getCpuDetails getMemory getBatteryDetails to beef.hardware API
2019-02-10 00:26:35 +11:00
Brendan Coles
10d023f964
br
2019-02-09 13:35:19 +00:00
Brendan Coles
baf852a26b
Add getCpuCores getCpuDetails getMemory getBatteryDetails
2019-02-09 13:16:02 +00:00
Brendan Coles
bd20f9fc01
Add check for NodeJS for Uglifier
2019-02-09 13:10:56 +00:00
Brendan Coles
5bce57854b
Update vis.js library to 4.21.0
2019-02-09 10:11:55 +00:00
Ben Passmore
9f1e8f5e8d
Updated copyright
2019-01-01 11:57:28 +10:00
Brendan Coles
20e58d74f8
Upgrade jquery-1.12.4 to jquery-3.3.1 for admin UI
2018-03-09 07:50:34 +00:00
Brendan Coles
e44ead9550
Merge branch 'master' into master
2018-03-09 17:42:01 +11:00
Brendan Coles
4e4a0585f4
Merge branch 'master' into 1333_rate_merged
2018-03-08 00:28:52 +11:00
Francois van der Hoven
9f7136f0ce
Add latest versions of js libraries
2018-02-23 10:15:27 +10:00
Brendan Coles
d1f114d103
Add X-Frame-Options to admin UI
2018-02-10 06:24:24 +00:00
Brendan Coles
67e3605e16
Encourage reading
2018-02-10 05:48:40 +00:00
Bucky Wilson
4026e0f06d
FIXED #1333 Rate limit calls.
...
Clean-up duplicate functionality.
EOL whitespace removed
Changes to be committed:
modified: extensions/admin_ui/controllers/authentication/authentication.rb
2018-01-10 09:35:27 +10:00
Bucky Wilson
190b425a30
Update epiphany browser icon, and let it be seen
...
New epiphany icon from : https://wiki.gnome.org/Apps/Web
Resized to 10% for space.
Added discovery details, to constants and models.
modified: core/main/models/browserdetails.rb
modified: extensions/admin_ui/constants/agents.rb
modified: extensions/admin_ui/media/images/icons/epiphany.png
2018-01-06 13:12:46 +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
0311b317b7
Revert "html_escape prevent code execution ."
2017-08-30 16:25:04 +10:00
Brendan Coles
9ab7461ac5
Merge pull request #1436 from touhidshaikh/patch-1
...
html_escape prevent code execution .
2017-08-29 17:00:53 +10:00
Touhid M Shaikh
098b9a24bf
html_escape prevent code execution .
...
I noticed when i put HTML content in "beef-xss/config.yaml" file in Version Field.
And Restart Beef(beef_start.png) and Go to Admin Panel in my browser, then my html interpreter and execute.
This issue occurs bcz of "/beef-xss/extensions/admin_ui/controllers/panel/index.html" in this file insecure code implementetion.
NOW html_escape prevent code execution.
2017-08-25 15:41:31 +05:30
Greg Molnar
2d7cfd73f4
detect microsoft edge
2017-08-23 13:37:38 +02:00
Brendan Coles
7ef36039a4
Add detection for WebGL support to BrowserDetails
2017-05-13 06:36:58 +00:00
Brendan Coles
2c43328614
Add detection for Web Worker support to BrowserDetails
2017-05-13 06:18:20 +00:00
Brendan Coles
9a9b826364
Update browser details from module post_execute
2017-05-12 14:24:14 +00:00
Brendan Coles
b65dec0449
Update AdminUI jQuery to 1.12.4
2017-04-27 11:42:00 +00:00
Brendan Coles
cc260598d3
Load URL from ui_base_path
2017-04-23 03:44:16 +00:00
Brendan Coles
9ad5ddf534
Add method to delete response from requester history
2017-04-23 01:45:30 +00:00
Brendan Coles
06263790c8
Test if supplied IP address is valid dot-decimal format
2017-02-04 22:20:48 +00:00
Brendan Coles
8820ddc294
Store NetworkHost :lastseen as integer - Fix #1348
2017-02-03 19:53:44 +00:00
Wade Alcorn
91cc7ed873
Updated Copyright information
2016-12-29 15:50:13 +10:00
TheJambo
cb3a62ba5d
Update WelcomeTab.js
2016-12-22 09:32:35 +00:00
TheJambo
6c103cfac7
Updated to include IPEC
2016-12-22 09:14:11 +00:00
Brendan Coles
16da11e7df
Play sound in AdminUI upon new hooked browser
2016-05-15 01:26:06 +00:00
Brendan Coles
8cc5e8b236
Allow comma separated list of IPs and ranges as input
2016-04-09 06:36:28 +00:00
antisnatchor
5e7342e1bd
Added Brave browser detection.
2016-04-01 14:14:13 +02:00
Brendan Coles
bb8fe9d8f8
Fix icon
2016-02-07 12:20:53 +00:00
Brendan Coles
848dc65c6f
Add cross_origin_scanner_flash module
2016-02-07 11:20:55 +00:00
Brendan Coles
321aff56f3
Rename cross_origin_scanner to cross_origin_scanner_cors
2016-02-07 10:53:32 +00:00
Brendan Coles
798e79b55f
Add Midori logo
2016-01-30 15:03:00 +00:00