Commit graph

58 commits

Author SHA1 Message Date
ziirish
384e88d2c6
fix: werkzeug >= 0.15.0 compatibility (fix #303) 2019-05-07 17:40:59 +02:00
ziirish
e27e5fe36d
update demo 2019-03-20 17:01:56 +01:00
ziirish
21ea24ea53
use a shared logger through a fabric in order to have the same settings everywhere 2019-02-08 19:04:33 +01:00
ziirish
338c791cc4
fix: websocket was not working anymore since 53b404a 2019-01-15 16:45:51 +01:00
ziirish
58e811ef4a
allow to hide selected clients/servers (see #282) 2018-10-10 23:13:01 +02:00
ziirish
53b404a983
improve CLI startup time
Avoid provisioning some "web-only" components such as cache, db, etc.
Modules might be lazy-loaded by subcommands at will.
2018-08-14 18:02:48 +02:00
ziirish
64bd3795f5
relocate 'engines': agent, server, celery and soon monitor 2018-07-24 14:53:48 +02:00
ziirish
b64f9e99ea
fix unit tests 2018-07-11 16:44:50 +02:00
ziirish
8cf2f017cc
drop python 2 support (closes #267) 2018-05-24 15:09:55 +02:00
ziirish
76957998ac
improve websocket startup 2018-05-17 11:12:11 +02:00
ziirish
7e50849ff1
fix: js compatibility since angularjs update 2018-03-14 11:45:19 +01:00
ziirish
09cd6e150a
tweaks 2018-02-13 16:52:16 +01:00
ziirish
4eb7e5c79e
WIP: refactor Burp Settings panel in order to integrate templates management 2018-01-23 18:38:29 +01:00
Ziirish
88b81b5ba7 make sure to not cache data about running clients 2018-01-17 14:18:46 +01:00
ziirish
f8da1e55cd
lint 2017-12-29 17:23:49 +01:00
ziirish
295eccab74
add: enable sentry on the demo 2017-12-28 13:30:54 +01:00
ziirish
71e35d53bf allow to reopen a session after the browser is closed 2017-09-20 11:14:57 +02:00
ziirish
777a693df2 suppress unnecessary messages 2017-07-29 12:18:58 +02:00
ziirish
246d93b99c first fully working websocket module 2017-07-29 11:51:20 +02:00
ziirish
3b6f115992 fix: celery can now send message back to the client 2017-07-27 18:57:02 +02:00
ziirish
f5f06f3536 WIP: websocket support 2017-07-27 17:39:19 +02:00
ziirish
bac3048ee9 improve overall security 2017-06-01 18:57:48 +02:00
ziirish
64a236036f python3 compatibility 2017-05-02 10:06:53 +02:00
ziirish
0335a990f6 fix: schema version detection 2017-04-28 16:13:40 +02:00
ziirish
e7b4d8f545 syntax 2017-04-28 15:44:33 +02:00
ziirish
b381243673 improve out of sync database detection 2017-04-28 15:30:55 +02:00
ziirish
0f7d5b1480 allow to list users from LDAP and Local backend 2017-04-26 22:42:20 +02:00
ziirish
8eab376a0a fix: limiter was not applied on all routes 2017-04-12 10:12:37 +02:00
ziirish
1b8bcfb58e some tweaks before a new release 2017-04-11 15:49:30 +02:00
ziirish
8f82457673 fix lint 2017-03-22 23:25:28 +01:00
ziirish
60e87919e4 improve test coverage 2017-03-22 23:19:11 +01:00
ziirish
e5210b5ecf minor translation updates 2017-02-23 21:38:34 +01:00
ziirish
fab9d60c97 lint 2017-02-20 16:06:54 +01:00
ziirish
3dd4ca375d tweak sql pool only for mysql 2017-02-20 15:59:46 +01:00
ziirish
6ae56ee268 improve db sessions for mysql 2017-02-20 14:56:52 +01:00
ziirish
16d80d5d39 fix: limiter was not properly initialized 2017-02-20 14:29:36 +01:00
ziirish
b8f786b11e handle sql exceptions 2017-02-17 16:32:05 +01:00
ziirish
99c41d4295 add: allow to select API language + automatically remove invalidated API session 2017-02-15 21:37:10 +01:00
ziirish
dc93f9c436 doc 2017-02-10 08:17:48 +01:00
ziirish
e42346a99a fix tests 2017-02-01 10:40:09 +01:00
ziirish
54415813c8 fix SQL tests 2017-02-01 08:49:46 +01:00
ziirish
d07a33d066 SQL compatibility (fixes #198) 2017-01-31 22:48:34 +01:00
ziirish
12100ff884 add: limiter extension to allow rate-limit the API 2017-01-29 18:00:22 +01:00
ziirish
caef8604df allow to recover session based on client-side cookies 2017-01-26 10:57:04 +01:00
ziirish
4d5d43b6fe more verbose 2017-01-24 22:06:33 +01:00
ziirish
fa2a8c54e2 typo 2017-01-19 08:09:32 +01:00
ziirish
0bc3763061 improve sessions management 2017-01-06 12:13:08 +01:00
ziirish
a048252b45 add a new reverse_proxy option to allow serving app without a reverse proxy 2017-01-04 13:04:47 +01:00
ziirish
b8de842ba7 don't warn when running CLI mode 2016-12-30 09:42:21 +01:00
ziirish
9eef186073 extras_require don't seem to be upgradable so there is now a burp-ui-sql meta-package 2016-12-29 17:44:26 +01:00