Arun Swaminathan
c1184176e7
Check for null flow response when changing color
2018-10-20 04:04:55 -04:00
Arun Swaminathan
028dd78291
#3312 Change colors according to HTTP status code
2018-10-15 22:43:22 -04:00
jbrule
57868ef5fa
Added link_expander.py example to simple examples ( #3348 )
2018-10-12 21:56:58 +02:00
Maximilian Hils
82797efe9f
Merge pull request #3344 from Tey/master
...
Fixed doc about domain whitelisting
2018-10-10 17:07:16 +02:00
Thomas Kriechbaumer
eace39f670
Merge pull request #3334 from artnc/patch-1
...
Fix error message for failure to start editor
2018-10-10 17:03:27 +02:00
Thomas Kriechbaumer
c30b46147e
Merge pull request #3347 from Kriechi/ws-example
...
add websocket example
2018-10-09 19:03:17 +02:00
Thomas Kriechbaumer
13e1f8b421
add websocket example
2018-10-09 18:34:57 +02:00
Tey
1752fac0d8
Fixed doc about domain whitelisting
2018-10-05 04:05:18 +02:00
Samoilenko Roman
a8b809dcbc
Merge pull request #3340 from kajojify/buttons
...
keys.yaml priority over defaultkeys.py
2018-09-29 16:21:46 +03:00
Miroslav
ed9e3d5137
keys.yaml priority over defaultkeys.py. Test for this.
2018-09-29 15:54:17 +03:00
Thomas Kriechbaumer
7f5d8d0997
Merge pull request #3335 from Kriechi/bump-wsproto
...
bump wsproto
2018-09-23 14:09:04 +02:00
Thomas Kriechbaumer
afdcb944e1
bump wsproto
2018-09-23 13:46:45 +02:00
Art Chaidarun
769aad0515
Fix error message for failure to start editor
2018-09-23 00:20:34 -04:00
Maximilian Hils
4be387d654
Merge pull request #3327 from Kriechi/docker-notice
...
add docker security warning
2018-09-20 17:34:10 +02:00
Thomas Kriechbaumer
73577eb607
update docker security warning
2018-09-18 20:42:48 +02:00
Thomas Kriechbaumer
cf15da1ed5
add docker security warning
2018-09-15 14:01:34 +02:00
Maximilian Hils
97244a7e0e
Merge pull request #3328 from bennofs/browser-chrome-unstable
...
addons/browser: fallback to google-chrome-unstable as last try
2018-09-14 18:19:24 +02:00
Benno Fünfstück
2cf29f1060
addons/browser: fallback to google-chrome-unstable as last try
2018-09-14 18:15:42 +02:00
Thomas Kriechbaumer
6c0849aa46
Merge pull request #3229 from Kriechi/py37
...
Python 3.7 is here
2018-09-07 18:14:01 +02:00
Thomas Kriechbaumer
a2e6c47a2b
use travis workaround for py37
2018-09-07 17:48:06 +02:00
Thomas Kriechbaumer
925bba4c3c
Python 3.7 is here
2018-09-07 17:48:06 +02:00
Maximilian Hils
6c2e15fce3
Merge pull request #3297 from guangchao0831/feature_correct_lib_version
...
Lib ruamel.yaml version 0.15.55 will cause typing.Sequence[str] unsupported in option.
2018-09-07 14:46:58 +02:00
Maximilian Hils
03cb77a5e0
Merge branch 'master' into feature_correct_lib_version
2018-09-07 14:46:19 +02:00
Maximilian Hils
9564b7a0b2
Merge pull request #3320 from mhils/pin-ruamel
...
Pin ruamel.yaml to working version
2018-09-07 13:59:15 +02:00
Maximilian Hils
34e35f5e5a
pin ruamel.yaml to working version
2018-09-07 13:41:34 +02:00
Maximilian Hils
e15619f34e
Merge pull request #3319 from mhils/issue-3316
...
Fix #3316
2018-09-07 10:34:55 +02:00
Maximilian Hils
53e7761876
Merge pull request #3294 from elijahbal/master
...
Fix XSS scanner failure in test_xss_scanner.py
2018-09-07 10:32:40 +02:00
Maximilian Hils
1b6a8d6acd
fix #3316
2018-09-07 10:24:28 +02:00
Maximilian Hils
b7aa325bfe
update installbuilder url
2018-09-04 19:47:47 +02:00
Guangchao
3f14a485d3
Lib ruamel.yaml version 0.15.55 will caused typing.Sequence[str] unsupported in option.
...
Baseed on release note of recent version 0.15.55 ruamel.yaml, it unmade CommentedSeq a subclass of list.
This will cause the sequence parsed from yaml cannot be set to option whose type is typing.Sequence[str].
2018-08-17 15:19:29 +08:00
David Kremer
dcd8ba34ab
[test/xss_scanner] add fixtures in tests
...
The previous version of that script made a repetitive use
of the pytest builtin fixture, with always
the same arguments.
This is a small refactoring and cleanup, mainly adding the 'function'
scope to ensure proper cleaning and using the @pytest.fixture
decorator where I could.
2018-08-15 19:47:55 +02:00
David Kremer
e46e064df3
[examples/xss_scanner] replace relative import
...
test_xss_scanner.py was utterly failing because of a trouble (bug?)
with the `monkeypatch` fixture failing to replace `gethostbyname`
with the correct mock function.
Indeed, when stepping through the code, the `gethostbyname` presumably
mocked was reported as a builtin python function. The problem could
then come from the fact that it is hard to monkeypatch builtin function
in python.
Using absolute imports seems to resolve the problem.
2018-08-15 19:47:55 +02:00
Aldo Cortesi
a945b0cf11
Merge pull request #3277 from madt1m/session-flowcap
...
Session - Storage Layer
2018-08-14 20:40:32 +12:00
Maximilian Hils
b53c1d5862
Merge pull request #3293 from Eluch/master
...
Autoformat for json-rpc calls
2018-08-13 13:24:50 +02:00
Ferenc soós
ee74f82786
Autoformat for json-rpc calls
2018-08-13 13:16:19 +02:00
Maximilian Hils
4b19c68dc5
Merge pull request #3292 from MatthewShao/fix-mitmweb
...
[web] Fixes #3228:API endpoint error
2018-08-13 10:11:28 +02:00
Matthew Shao
e9e2b7f443
[web] Fixes #3228:API endpoint error
2018-08-13 15:20:08 +08:00
madt1m
a52451900c
session: implemented changes requested after PR review.
2018-08-05 21:57:55 +02:00
madt1m
e9c2b12dab
tests: Full coverage. Everything working, ready for review
2018-08-03 16:32:50 +02:00
Thomas Kriechbaumer
e74e97bcd9
Merge pull request #3280 from muffl0n/ssl-insecure
...
Suggest --ssl-insecure cause --insecure is deprecated
2018-08-03 09:40:55 +02:00
[OSC] Sven Schliesing
ec9b8bf1eb
Suggest --ssl-insecure cause --insecure is deprecated
2018-08-03 08:31:54 +02:00
madt1m
4e0c10b88b
tests: 97% coverage reached. Session opportunely patched after emerged defects.
2018-08-02 05:55:35 +02:00
madt1m
a839d2ee2a
session: implemented filter and refilter. Ready for testing implementation
2018-08-01 12:08:28 +02:00
madt1m
afe41eb75c
protobuf: changed return type annotation in loads to enhance granularity
2018-08-01 12:00:07 +02:00
madt1m
ccb5fd7c99
session: basic flow capture implemented
2018-08-01 02:16:35 +02:00
Maximilian Hils
22347d48e9
update CHANGELOG for 4.0.4
2018-07-31 14:18:07 +02:00
Maximilian Hils
6e41507d62
Update README.md
2018-07-31 14:11:37 +02:00
Maximilian Hils
ace0275b35
Merge pull request #3274 from muffl0n/shorten_notAfter_to_90_days
...
Add DEFAULT_EXP_DUMMY_CERT and set to two years
2018-07-31 13:34:02 +02:00
[OSC] Sven Schliesing
01e052be6a
Change lifetime of dummy certificate to two years
2018-07-31 13:33:08 +02:00
[OSC] Sven Schliesing
a081ba6430
Add DEFAULT_EXP_DUMMY_CERT and set to 90 days
...
Helps with Chrome's "certificates can not be valid longer than 27,5 month"
Fixes #3273
2018-07-31 11:38:11 +02:00