Commit graph

1461 commits

Author SHA1 Message Date
ziirish
1ac06dcf83
lint 2019-09-18 23:20:15 +02:00
ziirish
97514d1b85
allow client creation from template within the API (see #266) 2019-09-18 23:12:37 +02:00
ziirish
6e6645a08c
lint 2019-09-18 22:25:19 +02:00
ziirish
26ebab6590
allow to rename client/templates 2019-09-18 18:18:54 +02:00
ziirish
7464f9d78c
remove calls to gevent (see #316) 2019-08-20 17:22:31 +02:00
ziirish
83dfe548f2
fix some cmient-side caching issues (see #316) 2019-08-20 15:03:30 +02:00
ziirish
38c3d94f2f
prevent burp-ui from crashing when monitor is not ready (fix #318) 2019-08-20 14:33:24 +02:00
ziirish
fa6d987d51
use a dedicated listen port for burp-ui restorations 2019-08-01 18:00:11 +02:00
ziirish
850fe94224
improve labels rendering in the live monitor view 2019-08-01 17:58:24 +02:00
ziirish
150c738418
bump trio version 2019-08-01 14:04:39 +02:00
ziirish
c7fb8a0f32
fix: show labels 2019-07-31 17:30:29 +02:00
ziirish
09c39002a0
don't lock the backend while performing a restore 2019-07-31 17:29:48 +02:00
ziirish
81aac516fb
lint 2019-07-18 17:26:36 +02:00
ziirish
24f15509f4
show labels on client stats view 2019-07-18 17:22:40 +02:00
ziirish
93c224ff5c
consistent client order on live monitor + display client labels to ease readability 2019-07-18 17:22:01 +02:00
ziirish
02321bee1f
rework documentation 2019-07-16 19:15:38 +02:00
ziirish
3206cf3450
make sure long running operations don't ruin monitor performances 2019-07-12 21:59:31 +02:00
ziirish
531b8cf1ae
fix minimum log level is CRITICAL 2019-07-12 21:56:28 +02:00
ziirish
af14c99a65
fix: ProxyFix only WSGI app (see #311) 2019-07-11 17:31:22 +02:00
ziirish
bd74bf24be
make sure synchronous code doesn't ruin the agent cooperative internals 2019-07-11 12:05:00 +02:00
ziirish
bb41c71fa4
allow to run remove_client asynchronously through celery (#232) 2019-07-10 22:29:53 +02:00
ziirish
3dabaf7690
fix: do not delete data unless told otherwise (see #232) 2019-07-02 00:10:42 +02:00
ziirish
86bd40ee90
fix: allow to load a user from a cookie 2019-07-02 00:10:02 +02:00
ziirish
63845992c6
improve readability 2019-07-02 00:09:31 +02:00
ziirish
6c1dc3e887
make sure celery app is not patched with ProxyFix (see #311) 2019-07-02 00:08:20 +02:00
ziirish
e7c2b601dc
fix CLI according to recent AUTH backend rename 2019-07-02 00:04:31 +02:00
ziirish
0b1cd50350
check ACL against both client and server (fix #313) 2019-07-02 00:03:21 +02:00
ziirish
60c2273006
increase task detail in __repr__ 2019-07-02 00:02:13 +02:00
ziirish
6e9bbc007a
fix crontab schedule 2019-07-01 23:02:00 +02:00
ziirish
51305e401c
fix import redefinition 2019-06-28 00:43:12 +02:00
ziirish
99077f11fe
don't permanently store sessions if Flask-Session is not available (fix #310) 2019-06-28 00:37:11 +02:00
ziirish
d1f5167b88
check function return in order to determine whether the task succeeded or not 2019-06-27 23:44:16 +02:00
ziirish
458bf98ed3
limit the number of records to treat by each task in order to limit CPU usage (#310) 2019-06-27 23:40:10 +02:00
ziirish
ae96896f82
escape html chars (#311) 2019-06-26 17:27:29 +02:00
ziirish
81455caa2c
make fresh logins upon basic auth 2019-05-15 23:00:43 +02:00
ziirish
e5d2a48d65
fix: make sure to use the right data type 2019-05-15 18:25:08 +02:00
ziirish
e394744162
add: allow to delete clients data upon removal (fix #232) 2019-05-15 18:11:54 +02:00
ziirish
b38e3c9de5
fix: remember original authentication backend 2019-05-15 18:08:11 +02:00
ziirish
4c66de5088
add the ability to rename/move options within the configuration 2019-05-13 23:23:02 +02:00
ziirish
2db8e8015d
always set BUI_PREFIX option 2019-05-09 14:44:05 +02:00
ziirish
ebf12aa4b5
take advantage of all()/any() builtins optimizations 2019-05-07 17:41:08 +02:00
ziirish
384e88d2c6
fix: werkzeug >= 0.15.0 compatibility (fix #303) 2019-05-07 17:40:59 +02:00
ziirish
ec6e305f2f
make sure to use the correct version of Click (fix #308 and #307) 2019-05-03 16:16:16 +02:00
ziirish
a426488c24
force celery tasks scheduling only in celery mode to avoid putting to much pressure on the backend 2019-05-03 14:32:32 +02:00
ziirish
15be9a6238
various performance improvements for the parallel backend 2019-05-03 12:11:18 +02:00
ziirish
77f0554d2b
Merge branch 'master' of git.ziirish.me:ziirish/burp-ui 2019-04-25 15:16:32 +02:00
ziirish
fd168ba3cb
add a new --pool-size option to the setup-burp command 2019-04-25 15:15:41 +02:00
Orsirs de Jong
def759cdb3 Corrections mineures et remplacement de ' par le signe apostophe 2019-04-23 12:41:56 +02:00
ziirish
096ffb56e1
lint 2019-04-03 22:26:58 +02:00
ziirish
2c8e330acd
wait for the burp-server to be up and running while starting the agent 2019-04-02 18:20:38 +02:00