Commit Graph

7929 Commits

Author SHA1 Message Date
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
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
Pietro Francesco Tirenna
53b85d2360 session: adding methods to capture and store flows 2018-07-28 17:44:02 +02:00
Thomas Kriechbaumer
5f3cbbb3cd
Merge pull request #3155 from mitmproxy/requires-io-master
dependency update on master branch
2018-07-27 10:38:14 +02:00
Thomas Kriechbaumer
f3169da3eb bump dependencies 2018-07-27 10:02:52 +02:00
Pietro Francesco Tirenna
9c949bd2f8
Merge pull request #3252 from madt1m/session-db
Session - Hybrid DB
2018-07-24 16:26:10 +02:00
madt1m
8c7793b91a session: temporary DB is now stored in temporary dir 2018-07-24 15:57:11 +02:00
madt1m
68eb07b668 session: modified schema. Now SessionDB uses tempfile module for temp session 2018-07-24 11:58:33 +02:00
Aldo Cortesi
16e07996d9
Merge pull request #3256 from madt1m/serialization-benchmark
Protobuf - Benchmark Script
2018-07-24 07:54:30 +12:00
madt1m
e727446f14 benchmark: some improvements - limit to queue size 2018-07-23 21:18:24 +02:00
Thomas Kriechbaumer
8ce963ad4c
Merge pull request #3258 from Kriechi/fix-whitespace
fix whitespace
2018-07-22 21:05:07 +02:00
Thomas Kriechbaumer
50e3bab3c5 fix whitespace 2018-07-22 20:35:40 +02:00
madt1m
8ab82ad9a3 benchmark: new protobuf serialization performance profiler 2018-07-22 12:47:54 +02:00
Aldo Cortesi
ec092fdc12
Merge pull request #3245 from madt1m/protobuf-serialization-clean
Shifting to Protobuf Serialization - Cleaned
2018-07-21 16:13:25 +12:00
Aldo Cortesi
f20d78c376
Merge pull request #3251 from kajojify/command_history
Command history
2018-07-21 16:11:00 +12:00
madt1m
3b5cdf7f67 test_linting: removed some unused local variables 2018-07-20 18:15:27 +02:00
madt1m
fad8e7c99b tests: SessionDB fully tested 2018-07-20 16:58:11 +02:00
madt1m
1a58442027 exceptions: new SessionLoad exception for load errors 2018-07-20 16:57:23 +02:00
madt1m
04b9555db8 session: load/create wrapper methods for SessionDB 2018-07-20 16:56:51 +02:00
madt1m
4cebfbabad session: Implemented SessionDB Schema 2018-07-20 16:56:26 +02:00
Miroslav
dcb3de40b1 Some refactoring. New test case. 2018-07-19 16:56:34 +03:00
Pietro Francesco Tirenna
d5da74645b protobuf: tests implemented, full coverage 2018-07-17 19:23:01 +02:00
Miroslav
ffbd7c20e5 Command history implementation 2018-07-17 18:37:45 +03:00
Maximilian Hils
7f464b8929
Merge pull request #3243 from mhils/dns-rebinding
mitmweb: protect against dns rebinding
2018-07-17 14:19:55 +02:00
Maximilian Hils
48ff616cef mitmweb: improve dns rebinding protection, support ipv6 2018-07-12 10:40:50 +08:00
Maximilian Hils
ae91779229 mitmweb: protect against dns rebinding 2018-07-11 18:57:12 +08:00
Aldo Cortesi
9829fe150e
Merge pull request #3186 from andersonvom/master
Add scripting example to intercept & change requests
2018-07-11 10:24:52 +12:00
Aldo Cortesi
81fa45450c
Merge pull request #3235 from gcmurphy/issues/3230
Pass option, not option name to parse_setval
2018-07-11 09:29:28 +12:00