Commit graph

251 commits

Author SHA1 Message Date
ziirish
7f2832d1fa lint 2023-03-19 15:13:01 +01:00
ziirish
de3a419db4
disable sphinxcontrib.autohttp.flask for now as it is not working with latest werkzeug versions 2022-11-06 20:48:26 +01:00
ziirish
180730f3a4
attempt to fix CI 2022-11-06 11:05:53 +01:00
ziirish
4f0bf4ca9c
setup pre-commit hook 2021-05-12 18:08:44 +02:00
ziirish
43253d8265
use black to format the code 2021-05-12 17:47:01 +02:00
ziirish
5f1cb8e750
fix: update default proxy_fix rules to handle proto as well 2019-10-21 15:12:05 +02:00
ziirish
5049f6319d
document audit API (see #260) 2019-10-03 15:15:01 +02:00
ziirish
2292ef826f
add: new static templates (fix #280) 2019-10-03 11:51:25 +02:00
ziirish
30a255037f
Allow to exclude patterns as well (fix #305) 2019-09-27 15:29:34 +02:00
ziirish
ed2a646a69
allow to exclude some clients from matching ACL rules (see #305) 2019-09-26 22:03:41 +02:00
ziirish
b558c1170f
introduce a new 'order' keyword in the ACL rules (see #305) 2019-09-25 22:15:55 +02:00
ziirish
fa6d987d51
use a dedicated listen port for burp-ui restorations 2019-08-01 18:00:11 +02:00
ziirish
66e9378d72
doc: rework for #311 2019-07-31 18:19:35 +02:00
ziirish
02321bee1f
rework documentation 2019-07-16 19:15:38 +02:00
ziirish
384e88d2c6
fix: werkzeug >= 0.15.0 compatibility (fix #303) 2019-05-07 17:40:59 +02:00
ziirish
fd168ba3cb
add a new --pool-size option to the setup-burp command 2019-04-25 15:15:41 +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
ziirish
8a3f50aed5
demo: ensure the monitor is ready before initializing the agent 2019-03-22 11:14:37 +01:00
ziirish
e27e5fe36d
update demo 2019-03-20 17:01:56 +01:00
ziirish
39a96f59cd
rename authentication backends sections 2019-01-18 12:54:06 +01:00
ziirish
f8f8e94ce2
fix: try to parse timestamp according to the timezone #284 2019-01-10 18:15:36 +01:00
ziirish
766dc6e9a6
fix doc warnings 2018-11-09 14:32:54 +01:00
ziirish
f9930c91d5
fix doc generation 2018-11-03 19:51:08 +01:00
ziirish
523e7a20a6
fix agent build + remove alternate ssh port 2018-11-03 00:07:53 +01:00
ziirish
d7b59ff7fd
fix: starting with click==7.0 commands name now use '-' instead of '_' 2018-10-30 18:39:52 +01:00
ziirish
3d4db7e17c
upgrade to latest flask-resplus==0.12.1 2018-10-11 14:14:54 +02:00
ziirish
ecb5db98b9
document how to install the latest development release (fix #283) 2018-10-11 13:55:29 +02:00
ziirish
58e811ef4a
allow to hide selected clients/servers (see #282) 2018-10-10 23:13:01 +02:00
ziirish
200c94f827
update trio version 2018-09-19 11:11:42 +02:00
ziirish
288d05fda4
update requirements 2018-08-18 11:42:54 +02:00
ziirish
ea2d374d85
rename the 'async' backend into 'parallel' in order to be compliant with python 3.7 2018-08-18 02:58:51 +02:00
ziirish
8dcc431a91
add: new audit logging system (see #260 for details) 2018-08-03 15:18:55 +02:00
ziirish
c8dc87973a
few tweaks for the async backend + doc 2018-08-02 16:58:01 +02:00
ziirish
f6c5ce98d3
add: new async backend
This new backend interact with the bui-monitor introduced in fff83dd5
A few things were refactored to take advantage of the queries
parallelization.
2018-08-01 22:45:45 +02:00
ziirish
fff83dd5f5
add: new bui-monitor tool
Handle a pool of burp client processes to have a more predictable amount
of burp client and allow some process parallelisation.
2018-07-28 13:51:41 +02:00
ziirish
73a7ded3d4
improve bug report/contributing documentation 2018-06-12 18:29:51 +02:00
ziirish
9b8cceed17
remove six and drop support of python 2 2018-06-06 18:29:08 +02:00
ziirish
301906c581
remove 'single' and 'version' options in favor of 'backend' 2018-05-24 18:08:58 +02:00
ziirish
d3a143732d
tweaks for release 2018-05-17 11:56:16 +02:00
ziirish
fa9aed5ce8
tweaks for release 2018-05-14 15:38:33 +02:00
ziirish
aa34109bbe
document new bui-manage hash_password subcommand 2018-05-09 14:09:08 +02:00
ziirish
639de43d96
update doc 2018-05-07 16:27:24 +02:00
ziirish
0c573e150c
update doc 2018-05-04 22:53:10 +02:00
ziirish
24511c27aa
update documentation 2018-05-02 16:13:54 +02:00
ziirish
eb081da44f
fix flask autodoc 2018-05-01 19:57:03 +02:00
ziirish
a29f592357
fix: buggy arrow package with python 2 2018-05-01 17:51:25 +02:00
ziirish
80887c6f5b
fix: buggy arrow package with python 2 2018-05-01 17:50:58 +02:00
ziirish
bcbbecaf39
update requirements and changelog 2018-05-01 17:43:17 +02:00
ziirish
01a33a847d
add: ACL hierarchy/order maters 2018-04-30 23:36:01 +02:00
ziirish
e06111c97f
enforce ro/rw checks for sensitive operations 2018-04-26 18:00:13 +02:00